cURL
curl --request GET \ --url https://us-red-property-data.p.rapidapi.com/api/v1/property/history \ --header 'x-rapidapi-key: <api-key>'
{ "success": true, "cost": 1, "data": { "current_values": null, "historical_values": [ { "source": { "name": "Quantarium", "type": "quantarium" }, "estimates": [ { "estimate": 1309507, "date": "2026-02-11" } ] } ], "forecast_values": [ { "source": { "name": "Quantarium", "type": "quantarium" }, "estimates": [ { "estimate": 1309997, "date": "2026-03-01" } ] } ] } }
Get Property History
Rapid API Key
Property ID used to identify the property
1
^\d+$
"2503567184"
Success
true
Cost of the request
Show child attributes