Skip to main content
GET
Get feed

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

feed
enum<string>
required

Reddit feed kind

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

"best"

Query Parameters

count
integer
default:25

Number of posts to fetch (maximum: 100)

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

25

cursor
string

Pagination cursor

Example:

"0"

time
enum<string>

Time window for top or controversial feeds: hour, day, week, month, year, or all

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

"week"

Response

Returns the feed posts

data
object
required