Try any of 1042 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.
recent-news list from source=google|bing|gdelt|rss|all (unified schema title/url/source/published/lang); resolve=true → Google-News URLs become real publisher URLs
Search keywords. Required for source=google|bing|gdelt|all (not for source=rss).
News backend. Unknown values are rejected. source=rss requires rss_url.
UI/content language hint (e.g. en, tr, de). Default en.
Edition country, ISO 3166 alpha-2 (e.g. US, GB, TR). Default US.
Max results (1-100, default 20); clamped. (1–100)
Custom RSS/Atom feed URL — required when source=rss.
If true, resolve Google-News result URLs to the real publisher URL (extra requests).
Per-request timeout in seconds (default 20). (1–)
Max fetch attempts before giving up (default 3). (1–)
curl -X POST https://api.reefapi.com/news-article/v1/news_search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"artificial intelligence","limit":"10"}'Hit Send to run this endpoint live.