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/apartments/v1/locations0 credits

Turn a typed place name into the ids, coordinates and map box that `search` takes — and the number of units each place currently has. Cities, ZIP codes, neighbourhoods, counties and street addresses all come back, each tagged with its type.

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

Hit Send to run this endpoint live.

Playground · ReefAPI