Reddit API
Public read-only API providing access to Reddit posts, comments, subreddit listings, and search across communities or within specific subreddits. No authentication is required.
Screenshot:
Slug: reddit
Key:
Base URL:
Auth: none
Endpoints: 15
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:09:22.569206
Key:
reddit.com:reddit-apiBase URL:
https://www.reddit.com/dev/Auth: none
Endpoints: 15
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:09:22.569206
Links
Topics
Endpoints (15)
| Path | Summary | Response | Auth |
|---|---|---|---|
| comments/{post_id}.json | Get post details and comments | application/json |
oauth2 |
| r/all.json | Get posts from all subreddits | application/json |
oauth2 |
| r/popular.json | Get popular posts | application/json |
oauth2 |
| r/{subreddit}.json | Get posts from a subreddit | application/json |
oauth2 |
| r/{subreddit}/about.json | Get subreddit information | application/json |
oauth2 |
| r/{subreddit}/comments/{post_id}.json | Get post with comments | application/json |
oauth2 |
| r/{subreddit}/hot.json | Get hot posts from subreddit | application/json |
oauth2 |
| r/{subreddit}/new.json | Get new posts from subreddit | application/json |
oauth2 |
| r/{subreddit}/search.json | Search posts within a subreddit | application/json |
oauth2 |
| r/{subreddit}/top.json | Get top posts from subreddit | application/json |
oauth2 |
| r/{subreddit}/{sort}.json | Get posts from a subreddit sorted by criteria | application/json |
oauth2 |
| search.json | Search posts across Reddit | application/json |
oauth2 |
| subreddits.json | List subreddits | application/json |
oauth2 |
| subreddits/new.json | Get new subreddits | application/json |
oauth2 |
| subreddits/popular.json | Get popular subreddits | application/json |
oauth2 |