The playground
Try any of 1404 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/funda/v1/area0 credits
Area resolver — map a free-text Dutch place name to Funda's search area-slug and report the live listing count there. Use it to power a search box or to confirm the exact area the search will use (a city resolves to its slug, a province to its provincie- slug).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/funda/v1/area \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"Den Haag"}'Hit Send to run this endpoint live.