house_pricesv2detail
Retrieve detailed property price information for UK homes using the UPRN identifier from Zoopla's house price estimates.
Instructions
Get property price detailed information
Query Parameters:
uprn (Required): The value of "uprn" field returned in .../house-prices/v2/estimate endpoint.
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uprn | Yes | The value of "uprn" field returned in .../house-prices/v2/estimate endpoint. | 100061777799 |
Input Schema (JSON Schema)
{
"properties": {
"uprn": {
"default": "100061777799",
"description": "The value of \"uprn\" field returned in .../house-prices/v2/estimate endpoint.",
"type": "number"
}
},
"required": [
"uprn"
],
"type": "object"
}