Skip to content
ANY//
//Endpoint · Reddit

Reddit Post Data, By Id or URL

Reddit holds the unfiltered read on any topic — and since the 2023 API changes it’s hard to reach programmatically. This endpoint returns any public post as JSON: title, body, score, upvote ratio, author, and comment count, one credit per call.

Start for free7-day free trial

Fields You Get Back

id
title
body
author
score
upvote_ratio
num_comments
url
created_utc
subreddit
is_self
link_url

What Comes Back

{
  "id": "1abc234",
  "title": "What we learned moving to typed endpoints",
  "body": "After six months we moved our collection jobs…",
  "author": "dev_marlow",
  "score": 1243,
  "upvote_ratio": 0.94,
  "num_comments": 187,
  "subreddit": "programming",
  "created_utc": "2026-07-18T15:30:00Z",
  "is_self": true
}

Start With Reddit Posts

One credit per post, full comment threads and cross-subreddit search on the same key as 500+ other sources. 7-day free trial.

Common Questions

No. The endpoint authenticates with your Anysite API key — no Reddit app to register, no OAuth flow, no per-user token. Commercial use isn’t restricted on Anysite’s side; review Reddit’s terms for your specific case.