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/loopnet/v1/listings1 credit
Up to 30 listing ids in ONE upstream call. Each row carries the address, city, state, ZIP, property type, the asking figure with its shape and the lead photo — the compact record, not the deep one. Use it to price or re-check a saved set of ids; use `property_detail` when you need the facts table, the spaces or the coordinates.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/loopnet/v1/listings \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"listing_ids":"[\"21695896\",\"4036830\"]"}'Hit Send to run this endpoint live.