The playground

Try any of 817 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/geo-intel/v1/batch1 credit

Score up to 20 sites concurrently in one call (each independently SSRF-guarded). Returns a compact score+grade per URL.

Working example
Parameters

List of sites to score in one call (max 20); each is independently SSRF-guarded and fetched concurrently.

request preview
curl -X POST https://api.reefapi.com/geo-intel/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"urls":"[\"https://stripe.com\",\"https://github.com\"]"}'

Hit Send to run this endpoint live.