The playground
Try any of 2165 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/zoopla/v1/agent1 credit
One estate-agent branch: address, memberships, opening times, website, its own for-sale and to-rent averages and weeks-on-market, and the properties it currently has listed on Zoopla. A new-homes branch id resolves to the housebuilder's development instead (kind='developer'): its price and bedroom range, its plots and the schools, stations and shops Zoopla lists nearby.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/zoopla/v1/agent \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"branch_id":"48920"}'Hit Send to run this endpoint live.