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/property/detail1 credit
One building by its listing key or apartments.com URL: name, street address, city, state, coordinates, renter rating, the published rent range and bed range, the neighbourhood label and the main photo. The full floor-plan table, fee schedule and pet policy are NOT served on the open surface — see the API notes.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/apartments/v1/property/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"property_id":"pdh91xs"}'Hit Send to run this endpoint live.