Skip to main content
GET
List content for a game

Authorizations

x-api-key
string
header
required

Your API key. Include it in the x-api-key header for all requests.

Path Parameters

platform
enum<string>
required

Platform identifier (twitch or youtube)

Available options:
twitch,
youtube
Example:

"twitch"

game_id
string
required

Platform-specific game ID (Twitch game ID or YouTube game channel ID)

Example:

"2011938005"

Query Parameters

sort
enum<string>
default:created_at

Sort field

Available options:
created_at
order
enum<string>
default:desc

Sort order

Available options:
asc,
desc
cursor
string

Pagination cursor token from previous response

limit
integer
default:20

Maximum number of results per page (1-100, default 20)

Required range: 1 <= x <= 100
content_type
enum<string>
default:all

Filter by content type

Available options:
stream,
video,
short,
all
start_date
string

Filter content from this date (YYYY-MM-DD)

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2024-01-01"

end_date
string

Filter content until this date (YYYY-MM-DD)

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2024-12-31"

Response

Content found

payload
object[]
paging
object
meta
object