The playground
Try any of 1465 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/zillow/v1/home_value_chart1 credit
Zillow home-value history — the Zestimate value-over-time series for a property (monthly home value, up to the last 10 years, with the latest forecast point).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zillow/v1/home_value_chart \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"zpid":"29377187"}'Hit Send to run this endpoint live.