reddit.com
Reddit public listing and search API provider.
Read subreddit feeds and search Reddit over plain HTTP with no browser. Listing supports limit and after paging; search supports query, sort, and time window. Results expose real post fields such as title, score, num_comments, permalink, and author, plus an after cursor for the next page.
List a subreddit feed as JSON and page through results with limit and after. Backed by Reddit JSON.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Subreddit name without the leading r/.
python
Feed sort order such as hot, new, top, or rising.
hot
Maximum number of posts to return in one page.
25
Pagination token from the previous page's data.after value.
t3_abc123
No account auth required for this operation.
Search public Reddit content with the requested query, sort, and time filter. Backed by Reddit JSON.
Search query text.
rust async
Search sort order such as relevance, hot, top, new, or comments.
relevance
Time filter such as hour, day, week, month, year, or all.
month
Maximum number of search hits per page.
10
Pagination token returned from a previous search page.
t3_def456
Read a single post record from a subreddit listing or search result and expose the same Reddit data fields found in the JSON payload. Backed by Reddit JSON.
Reddit permalink path for the target post.
/r/python/comments/abc123/example_post/
No account auth required for this operation.
No account auth required for this operation.