reddit-rss-api
This project is a Deno-based server application serving as an API for fetching Reddit posts from RSS feeds. It offers multiple endpoints to retrieve posts from one or more subreddits.
GETMulti Feed
https://reddit-rss-api.deno.dev/r/memes+dankmemes
PARAMS
sort
filter
count
option
GETSingle Feed
https://reddit-rss-api.deno.dev/r/memes
PARAMS
sort
filter
count
option
GETHome
https://reddit-rss-api.deno.dev
GETMerged feeds
https://reddit-rss-api.deno.dev/r/memes+dankmemes+turkey?merge=true
The merge option enables you to gather data from multiple RSS feeds and consolidate them into a single response. By default, Reddit's RSS feed can return data from multiple subreddits in one request, but it has limitations on the amount of data. Setting the merge option to true prompts our API to send separate requests for each specified subreddit and then merge the results. This method yields more items compared to Reddit's default multiple subreddit RSS feed.
AUTHORIZATIONInherit auth from parent
PARAMS
sort
filter
count
merge
Loading