All free APIs
Free APISocialAPI keyOfficial

RSS2JSON

Turn any RSS or Atom feed into clean JSON in one GET, no key needed

RSS2JSON converts any public RSS or Atom feed URL into structured JSON. The basic conversion is keyless; a free registered key adds sorting, custom item counts, and a 10,000 requests/day quota. It is the fastest way to give an agent feed data without writing an XML parser.

Free tier

Free; keyless basic use, free key adds 10,000 req/day + sorting/count

Rate limits

10,000 requests/day on the free plan (with key); ~1-hour cache cycle

Auth

API key

Base URL

https://api.rss2json.com/v1/api.json

What you'd build with it

  • Feed any blog or news RSS into an agent as JSON without an XML library
  • Aggregate multiple newsletters into one normalized stream
  • Build a lightweight reader or digest from podcast/Atom feeds

Key endpoints

  • GET/?rss_url={feed_url}Convert a feed to JSON (rss_url is the only required param)
  • GET/?rss_url={feed_url}&api_key={key}&count={n}Keyed request with item count and ordering options
Members

Members get the runnable recipe

Sign in free to copy the example request, see a sample response, and read the gotchas.

Tags

rssfeedscontentutility