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/news-intel/v1/by_source1 credit

Recent articles from a specific publisher domain (reuters.com, bbc.com, …). Google-News site:<domain> is the reliable primary (near-live, ~100% on-source); GDELT domain:<domain> enriches with direct publisher URLs + tone when its 5s window is free (skipped silently otherwise — never blocks). Source-exact. merge_google_news=false → GDELT-only exact.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/news-intel/v1/by_source \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"source":"reuters.com","timespan":"3d"}'

Hit Send to run this endpoint live.