Skip to documentation
Browse documentation

Get Post

Fetch one public Reddit post by canonical thread URL.

Capability ID reddit.post.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

Absolute reddit.com thread URL.

Example https://www.reddit.com/r/redditdev/comments/1vgbm9c/our_plans_for_the_future_of_reddits_public_data/

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
author string KeyserSosa
body string Today u/spez posted about why, among other parts of Reddit, our Public …
created_utc integer 1785945942
id string t3_1vgbm9c
nsfw boolean false
num_comments integer 0
permalink string https://www.reddit.com/r/redditdev/comments/1vgbm9c/our_plans_for_the_f…
score integer 0
subreddit string redditdev
title string Our Plans for the Future of Reddit’s Public Data API and the Developer …
type string post
url null null

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.