Skip to main content
GET
Get post comments

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

postId
string
required

Reddit post ID (e.g. 1tlh5aj or t3_1tlh5aj)

Example:

"1tlh5aj"

Query Parameters

count
integer
default:25

Number of comments to fetch (maximum: 100)

Required range: 1 <= x <= 100
Example:

25

cursor
string

Pagination cursor

Example:

"0"

order
enum<string>
default:best

Sort order: best (default), top, new, controversial, or old

Available options:
best,
top,
new,
controversial,
old
Example:

"best"

Response

Returns the post comments

data
object
required