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/feed-gateway/v1/discover1 credit

Find the feeds of ANY website: parses <link rel=alternate> tags + visible anchor hints, then probes common feed paths at BOTH the host root (/feed, /rss.xml, /atom.xml, /index.xml, …) AND under the given path (e.g. /r/programming/.rss). Every candidate is fetched and VERIFIED as a real parseable feed before being returned — so it works even on sites that don't declare a feed link-tag.

Working example
Parameters

Website URL (homepage or any page).

Also probe common feed paths (/feed, /rss.xml, /atom.xml, …) beyond the page's declared link tags.

Max feeds returned (1-20, default 10). (1–20)

request preview
curl -X POST https://api.reefapi.com/feed-gateway/v1/discover \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"url":"https://www.theverge.com"}'

Hit Send to run this endpoint live.