The playground

Try any of 919 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/enrich-property/v1/batch5 credits

snapshot up to 10 addresses/listing-URLs in one call (standard mode, cache-first, per-item ok/error).

Working example
Parameters

Up to 10 addresses and/or listing URLs (array). Each is snapshotted independently; per-item ok/error.

Optional ISO country hint to skip auto-detection (US/GB/JP). Recommended when an address is ambiguous (e.g. a bare ZIP/outcode).

request preview
curl -X POST https://api.reefapi.com/enrich-property/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"items":"[\"0 Main St, Austin, TX\",\"1 Main St, Austin, TX\",\"2 Main St, Austin, TX\",\"3 Main St, Austin, TX\",\"4 Main St, Austin, TX\",\"5 Main St, Austin, TX\",\"6 Main St, Austin, TX\",\"7 Main St, Austin, TX\",\"8 Main St, Austin, TX\",\"9 Main St, Austin, TX\",\"10 Main St, Austin, TX\"]"}'

Hit Send to run this endpoint live.