All sites
Data API
Reddit Data API
Subreddits, posts, comments and search from across Reddit.
19endpointsCloudflare · Rate Limit handled for you
Example (captured live)
reddit.com
ExampleJSON responseclick the page to trace a field
{
"username": "spez",
"results": [
{
"id": "p1wosm9",
"scraped_at": "2026-08-15T09:44:29.605430+00:00",
"author": "spez",
"body": "That was the thinking. Otherwise it would be easier to just replicate the UI. ",
"score": 6,
"created_at": "2026-08-05T18:31:50+00:00",
"permalink": "https://www.reddit.com/user/spez/comments/1vgbkge/modernizing_reddits_infrastructure_with_you/p1wosm9/",
"parent_id": "t1_p1wd2fi",
"link_id": "t3_1vgbkge",
"depth": null,
"subreddit": null,
"is_submitter": false,
"awards": 0
},
{
"id": "p1w9sot",
"scraped_at": "2026-08-15T09:44:29.605455+00:00",
"author": "spez",
"body": "If we replace every line of code but the output is the same, is it still old Reddit?",
"score": 12,
"created_at": "2026-08-05T17:30:18+00:00",
"permalink": "https://www.reddit.com/user/spez/comments/1vgbkge/modernizing_reddits_infrastructure_with_you/p1w9sot/",
"parent_id": "t1_p1w0aok",
"link_id": "t3_1vgbkge",
"depth": null,
"subreddit": null,
"is_submitter": false,
"awards": 0
},
{
"id": "p1w9j2v",
"scraped_at": "2026-08-15T09:44:29.605460+00:00",
"author": "spez",
"body": "Karma and Age gates are really blunt tools that, while we understand why they are used today, end up with a blast radius making the it hard for (good) new users finding a way to participate. That makes a bad experience. Our plan is to build tools so you no longer feel the need to rely on hammers like those. But we’ll make sure you can see it working better before proceeding.",
"score": 21,
"created_at": "2026-08-05T17:29:13+00:00",
"permalink": "https://www.reddit.com/user/spez/comments/1vgbkge/modernizing_reddits_infrastructure_with_you/p1w9j2v/",
"parent_id": "t1_p1vw05t",
"link_id": "t3_1vgbkge",
"depth": null,
"subreddit": null,
"is_submitter": false,
"awards": 0
}
]
}
GET
/v1/data/reddit/users/{username}/comments1 credit / run VerifiedUser Comments
A user's comment history.
Handled for you:CloudflareRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| username | string | yes | Reddit username. |
| Advanced filters | |||
| sort | string | no | new | hot | top | controversial (default: new) |
| t | string | no | top/controversial timeframe: hour|day|week|month|year|all (default: all) |
| limit | integer | no | 1-100. (default: 25) |
| after | string | no | Pagination cursor (from nextCursor). |