Description: Retrieve a list of house price estimates for the requested area.
Access URI:
https://api.zoopla.co.uk/api/v1/zed_indices
Input parameters
In addition to the standard area location parameters, the input parameters detailed below are also accepted.
Key name | Description |
ordering |
The order which the results should be returned in for price, either "descending" (default) or "ascending". |
area_type |
Type of list to request, which depends on the value of output_type below. If "output_type" is county and "area_type" is "streets" then the list produced will be streets within the county. Valid values are below:
Value of output_type | Possible values for area_type |
outcode |
|
area |
|
town |
|
county |
- areas
- outcodes
- streets
- towns
|
country |
- areas
- counties
- outcodes
- streets
- towns
|
|
page_number |
The page number of results to request, default 1. |
page_size |
The size of each page of results, default 10, maximum 20. |
Generated output
Key name | Description |
results_url |
URL for the results page as they appear on www.zoopla.co.uk. |
result_count |
Total number of results available in this data set. |
results |
Actual Zed-Indices as an array containing associate arrays as each element, ordered in descending order of estimate value.
Key name | Description |
name |
Name associated with the type of output list request, e.g. requesting "streets" may produce "Downing Street". |
latitude |
The approximate latitude of this result. |
longitude |
The approximate longitude of this result. |
zed_index |
Zed-Index estimate in GBP. |
|