Reddit Post API
Title, body, score, author, and metadata for one post.
Authorizations
API key passed as the X-API-Key request header. Recommended for server-to-server calls.
Path Parameters
1"abc123"
Response
Get a single Reddit post by ID
Subreddit name, without the "r/" prefix
Reddit's internal subreddit ID (e.g. "t5_2qh33")
Reddit's base36 post ID, without the "t3_" prefix
Author username, without the "u/" prefix
Net upvotes (upvotes minus downvotes)
Fraction of votes that are upvotes, from 0 to 1
0 <= x <= 1Link the post points to — the post permalink itself for text posts
Post body text (Markdown); empty string for link posts
True for a text post, false for a link post
True if pinned to the top of the subreddit
Thumbnail image URL, or null if none/not applicable
ISO 8601 timestamp
Full https://www.reddit.com/... URL to the post
Link domain (e.g. "i.redd.it", or "self." for text posts)