You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the API framework used on the landregistry linked data site, elda, provides an _pageSize parameter which in this case can be increased upto 200 (a configured maximum). There is some info about the configuration of all the api endpoints here.
You can also use the views (_view=) and properties (_properties= ) parameters to tune the data in the response up or down from the defaults e.g. ?_pageSize=200&_view=basic&_properties=transactionId,transactionDate,pricePaid,propertyAddress.postcode will return just the data that the application appears to be using - will reduce the payload size and avoid having to prune away the data its not interested in.
Great to see someone making good use of this API.
The text was updated successfully, but these errors were encountered:
…rial
- Update ONS local authority district boundary dataset from 2019 to 2020
- New Folium GeoJSON popup
- Address issue #1 incorporating suggested changes to the HM Land Registry API requests
- Update OS Features API base and end point paths
- Use OS GeoDataViz colour palettes within Matplotlib Colormap
A couple of things FYI:
_pageSize
parameter which in this case can be increased upto 200 (a configured maximum). There is some info about the configuration of all the api endpoints here._view=
) and properties (_properties=
) parameters to tune the data in the response up or down from the defaults e.g.?_pageSize=200&_view=basic&_properties=transactionId,transactionDate,pricePaid,propertyAddress.postcode
will return just the data that the application appears to be using - will reduce the payload size and avoid having to prune away the data its not interested in.
Great to see someone making good use of this API.
The text was updated successfully, but these errors were encountered: