Skip to main content
GET
Get user 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

username
string
required

Reddit username (with or without u/ prefix)

Example:

"spez"

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:new

Sort order: new (default), hot, top, or controversial

Available options:
hot,
new,
top,
controversial
Example:

"new"

time
enum<string>

Time window for top or controversial ordering: hour, day, week, month, year, or all (default)

Available options:
hour,
day,
week,
month,
year,
all
Example:

"week"

Response

Returns the user comments

data
object
required