propertiesget_area_stats_deprecated
Retrieve UK property area statistics using a listing ID from Zoopla. This deprecated tool provides market data for property analysis.
Instructions
Get area stats
Query Parameters:
listing_id (Required): The value of listing_id field returned in .../properties/list endpoint
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | The value of listing_id field returned in .../properties/list endpoint | 56354192 |
Input Schema (JSON Schema)
{
"properties": {
"listing_id": {
"default": "56354192",
"description": "The value of listing_id field returned in .../properties/list endpoint",
"type": "number"
}
},
"required": [
"listing_id"
],
"type": "object"
}