Convert any RSS feed to JSON format via a simple API endpoint.
This service fetches an RSS feed and converts it to JSON format. Simply pass the RSS feed URL as a query parameter to get the structured data.
/api/rss?url={RSS_FEED_URL}
Optional parameters:
count - Limit the number of items returnedCaching: Responses are cached for 2 hours (7200 seconds) to improve performance and reduce load on source RSS feeds.
This API is used in TRMNL recipes to display RSS feed content on e-ink displays.
Enter an RSS feed URL to see the JSON response.