The playground
Try any of 1462 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-local/v1/business_lookup8 credits
name+location ‖ place_query → matched place (Google Maps) + multi-source review presence + website health + indexed presence + negative-news + legitimacy signal list, with an honest coverage_note + per-group provenance.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/enrich-local/v1/business_lookup \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"name":"Katz's Delicatessen","location":"Manhattan","lat":"40.7223","lng":"-73.9874","include":"[\"website\"]"}'Hit Send to run this endpoint live.