Get Reddit post

Get a Reddit post by URL.

GET/v1/reddit/posts
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
1
urlstringrequiredquery

Link to the Reddit post.

min 1 chars · max 4096 chars

Response fields
28

Endpoint-specific response payload.

datalookupStatus
string

Whether the post was resolved for this request.

one of: found, not_found

Post details when found; otherwise null.

datapostid
string

Stable post identifier.

min 1 chars

datapostfullId
stringnullable

Full post identifier when available (for example t3_…).

dataposttitle
string

Post title. May be an empty string.

dataposttext
stringnullable

Text body of the post when available.

dataposturl
string

Canonical public post URL.

min 1 chars

datapostpermalink
stringnullable

Relative permalink path when available.

datapostsubreddit
stringnullable

Subreddit name without a leading r/.

datapostsubredditNamePrefixed
stringnullable

Prefixed subreddit name when available.

datapostauthor
stringnullable

Post author username when available.

datapostsubredditSubscribers
integernullable

Subreddit subscriber count when available.

≥ 0

datapostscore
integernullable

Post score when available.

≥ 0

datapostupvoteRatio
numbernullable

Upvote ratio when available.

datapostcommentCount
integernullable

Reported comment count when available.

≥ 0

datapostawardCount
integernullable

Award count when available.

≥ 0

datapostcreatedAt
stringnullable

When the post was created (ISO-8601).

datapostisVideo
boolean

Whether the post is a video.

datapostarchived
boolean

Whether the post is archived.

datapostlocked
boolean

Whether the post is locked.

datapostover18
boolean

Whether the post is marked over-18.

datapostspoiler
boolean

Whether the post is marked as a spoiler.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/reddit/posts?url=https://www.reddit.com/r/coingecko/comments/1sgke73/coingecko_2026_spot_cex_report/" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Reddit post.