Skip to main content
GET
Get comment replies

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"

commentId
string
required

Reddit comment ID (e.g. onflihe or t1_onflihe)

Example:

"onflihe"

Query Parameters

count
integer
default:20

Number of replies to fetch (maximum: 100)

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

20

cursor
string

Pagination cursor

Example:

"0"

Response

Returns the comment replies

data
object
required