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/immoweb/v1/location_search0 credits

Resolve a Belgian place name, postal code, district, province or estate-agency name to the exact values `search` takes. Returns ranked matches, each carrying the parameter name and the value to pass, so a caller never has to guess an immoweb token.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/immoweb/v1/location_search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"Gent"}'

Hit Send to run this endpoint live.

Playground · ReefAPI