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-store/v1/batch20 credits

look up to 5 stores in one call (basic mode, cache-first, per-store ok/error)

Working example
Parameters

Up to 5 store domains (array or comma-separated). Each is looked up in basic mode, cache-first, per-store ok/error.

request preview
curl -X POST https://api.reefapi.com/enrich-store/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"stores":"[\"d0.example\",\"d1.example\",\"d2.example\",\"d3.example\",\"d4.example\",\"d5.example\"]"}'

Hit Send to run this endpoint live.