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/threat-intel/v1/batch1 credit
Check up to 20 mixed indicators (URL/domain/IP, auto-routed) in one call.
Working example
Parameters
List of indicators to check in one call (max 20); each may be a URL, domain, or IP — the type is auto-detected and routed to the right feeds.
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.