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/threat-intel/v1/batch1 credit

Check up to 20 mixed indicators (URL/domain/IP, auto-routed) in one call.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/threat-intel/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"targets":"[\"https://github.com/\",\"github.com\",\"8.8.8.8\"]"}'

Hit Send to run this endpoint live.