cURL
curl --request GET \ --url https://us-property-data.p.rapidapi.com/api/v1/zestimate/home-values \ --header 'x-rapidapi-key: <api-key>'
{ "success": true, "cost": 1, "data": [ { "points": [ { "x": 1764489600000, "y": 797000 } ], "name": "This home" } ] }
Get Home Values
Rapid API Key
Unique Zillow Property ID (ZPID) used to identify the property
1
^\d+$
"58916071"
Success
true
Cost of the request
Show child attributes