Reddit

oauth.reddit.com

Community

Reddit is a social news aggregation and discussion platform organized into topic-based communities called subreddits. The API allows agents to browse posts, submit content, read and post comments, vote, and search across millions of communities.

Auth

oauth2

Pricing

free

Spec version

1.0

Base URL

https://oauth.reddit.com

Last verified

2026-03-01 11:54:33

Health

Loading health data...

Capabilities

get_comments

Retrieve the comment tree for a specific post, including nested replies.

Detail: https://oauth.reddit.com/capabilities/get_comments

get_subreddit_posts

Fetch a listing of posts from a specific subreddit, sorted by hot, new, top, or rising.

Detail: https://oauth.reddit.com/capabilities/get_subreddit_posts

get_user_info

Retrieve profile information for the currently authenticated user or a specified username.

Detail: https://oauth.reddit.com/capabilities/get_user_info

post_comment

Post a new comment on a post or reply to an existing comment.

Detail: https://oauth.reddit.com/capabilities/post_comment

search_posts

Search Reddit for posts matching a query, optionally restricted to a specific subreddit.

Detail: https://oauth.reddit.com/capabilities/search_posts

submit_post

Submit a new text or link post to a subreddit on behalf of the authenticated user.

Detail: https://oauth.reddit.com/capabilities/submit_post

vote

Cast an upvote, downvote, or remove a vote on a post or comment.

Detail: https://oauth.reddit.com/capabilities/vote

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Reddit
Description: Reddit is a social news aggregation and discussion platform organized into topic-based communities called subreddits. The API allows agents to browse posts, submit content, read and post comments, vote, and search across millions of communities.
Auth: oauth2
Capabilities:
  - get_comments: Retrieve the comment tree for a specific post, including nested replies.
  - get_subreddit_posts: Fetch a listing of posts from a specific subreddit, sorted by hot, new, top, or rising.
  - get_user_info: Retrieve profile information for the currently authenticated user or a specified username.
  - post_comment: Post a new comment on a post or reply to an existing comment.
  - search_posts: Search Reddit for posts matching a query, optionally restricted to a specific subreddit.
  - submit_post: Submit a new text or link post to a subreddit on behalf of the authenticated user.
  - vote: Cast an upvote, downvote, or remove a vote on a post or comment.