Endpoints
User 5
Post 2
Subreddit 5
What is the Reddit Data API?
The Reddit Data API provides access to publicly available Reddit data through a simple and consistent interface. It is designed for developers who need structured Reddit information without dealing with HTML parsing or complex API responses.
Reddit Data API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Reddit Data API endpoints
- GET
/user/{username}/commentsGet User Comments
Get the Comments made by the user across the reddit communities
- GET
/user/{username}/achievementsGet User Achievements
Get the Achievements attained by the User
- GET
/user/{username}/postsGet User Posts
Get the User Posts
- GET
/user/{username}/active_subredditsGet User Active Subreddits
Get the subreddits in which the User was recently active
- GET
/user/{username}Get User INFO
Get information about the User
- GET
/post/{post_id}Get Post
Get the Specific Post using ID
- GET
/post/{post_id}/commentsGet Post Comments
Get the Comments on the Post
- GET
/subreddit/{subreddit_name}Get Subreddit INFO
Get the Information about a Subreddit
- GET
/subreddit/{subreddit_name}/post_channelsGet Subreddit Flairs/Post Channels
Get the Subreddit Flairs/Post Channels can be used to filter the Posts
- GET
/subreddit/{subreddit_name}/highlighted_postsGet Subreddit Highlighted Posts
Get the highlighted posts of the Subreddit
- GET
/subreddit/{subreddit_name}/structureGet Subreddit Stucture
Get the Stucture of the Subreddit - Subreddit Rules - Subreddit Moderators
- GET
/subreddit/{subreddit_name}/postsGet Subreddit Posts
Get the Posts of the Subreddit
Frequently asked questions about Reddit Data API
Can I use `r/all` subreddit for getting Posts?
Yes , you can get posts from r/all using our API
Can we increase the number of posts in our request?
No , it is not possible right now.