RedditAPIRedditAPIs

Reddit HTTP API Reference & Documentation

Simple HTTP API for Reddit. Fetch posts, search communities, scrape comments, log in, comment, vote, and send DMs. Bearer auth, JSON, no OAuth.

An HTTP API to read from and write to Reddit. Fetch posts, search, look up users, log in, comment, vote, and send DMs — all from your code.

Base URL: https://api.redditapis.com

Auth: every /api/* route requires Authorization: Bearer <API_TOKEN>.

Endpoint Categories

CategoryDescription
Listings & SearchSubreddit posts, post search, top posts
PostsSingle post details and full comment trees
UsersUser profile, karma, recent comments
Search by TypeCommunity search and other typed searches
AuthLog in with username + password, get session cookies
WritePost comments and cast votes
DMSend direct messages, list threads, fetch messages
ProfileUpdate bio, display name, avatar, and banner
AccountCheck your balance, usage, and payment history

Pricing

Pay-per-call. No monthly minimums.

Endpoint typePrice per call
GET reads$0.002
POST /vote$0.005
POST writes$0.012
POST /dm*$0.025
/account/*Free

On this page