The playground
Try any of 1462 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/enrich-property/v1/snapshot5 credits
address OR listing_url → one normalized property snapshot: status, price, sold-history, core facts, valuation (where available), per-field provenance + a match block (how the address was resolved + match_confidence).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/enrich-property/v1/snapshot \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"listing_url":"https://www.zillow.com/homedetails/x/117892026_zpid/"}'Hit Send to run this endpoint live.