List Reddit post comments
Get comments on a Reddit post.
Operation
/v1/reddit/posts/commentsHeaders
API key (`sfk_...`)
Parameters
Link to the Reddit post whose comments should be listed.
min 1 chars · max 4096 chars
Opaque cursor from a previous response to fetch another page of comments or replies.
min 1 chars
When true, requests a lighter response shape when available.
Response fields
Endpoint-specific response payload.
Whether the post was resolved for this request.
one of: found, not_found
Post details when available on this page.
Stable post identifier.
min 1 chars
Post title.
Canonical public post URL when available.
min 1 chars
Relative permalink path when available.
Subreddit name without a leading r/.
Prefixed subreddit name when available.
Post author username when available.
Post score when available.
≥ 0
Upvote ratio when available.
Reported comment count when available.
≥ 0
ISO-8601 timestamp when the post was created.
Unix timestamp in seconds when the post was created.
≥ 0
Whether the post is marked over-18.
Whether the post is locked.
Whether the post is stickied.
Pagination information for this response.
Cursor to pass in the next request when more pages exist.
Whether another page of comments or replies is available.
Comments returned for this page.
Stable identifier for the comment.
min 1 chars
Public comment URL when available.
Relative permalink path when available.
Parent comment or post identifier when available.
Comment author username when available.
Comment text.
Rendered HTML for the comment when available.
Comment score when available.
Upvote count when available.
≥ 0
ISO-8601 timestamp when the comment was created.
Unix timestamp in seconds when the comment was created.
≥ 0
Nesting depth of the comment in the thread.
≥ 0
Whether the comment author is the post author.
Whether the comment is stickied.
Whether the comment is locked.
Distinguished comment label when available.
Nested replies attached to this comment.
Nested replies for this comment.
Stable identifier for the comment.
min 1 chars
Public comment URL when available.
Relative permalink path when available.
Parent comment or post identifier when available.
Comment author username when available.
Comment text.
Rendered HTML for the comment when available.
Comment score when available.
Upvote count when available.
≥ 0
ISO-8601 timestamp when the comment was created.
Unix timestamp in seconds when the comment was created.
≥ 0
Nesting depth of the comment in the thread.
≥ 0
Whether the comment author is the post author.
Whether the comment is stickied.
Whether the comment is locked.
Distinguished comment label when available.
Nested replies attached to this comment.
Further nested replies beyond the documented depth.
Pagination state for nested replies.
Cursor to pass in the next request when more pages exist.
Whether another page of comments or replies is available.
Pagination state for nested replies.
Cursor to pass in the next request when more pages exist.
Whether another page of comments or replies is available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Comment listing result. Check `data.lookupStatus` for `found` or `not_found`.
Error codes