RSS It Later

Save articles from anywhere. Read them in your favorite RSS reader.

A lightweight service that lets you build your own read-it-later workflow. Use any HTTP client to save articles, and any RSS reader to consume them.

Get Your API Key
Safari
Firefox
iOS
Android
RSS It Later Logo
Reeder 5
Inoreader
Feedly
Desktop

API Reference

Save Article

POST /feed/articles?api-key={your-key} Content-Type: application/json {"url":"https://example.com/article-url"} Response: 201 Created

Get Feed

GET /feed?api-key={your-key} Response: RSS/Atom XML feed
Fork me on GitHub