List content for a game
Content
Get content for a game
Fetch content (streams/videos) related to a specific game, sorted by creation/publication date. Games only exist on Twitch and YouTube platforms.
GET
List content for a game
Authorizations
Your API key. Include it in the x-api-key header for all requests.
Path Parameters
Platform identifier (twitch or youtube)
Available options:
twitch, youtube Example:
"twitch"
Platform-specific game ID (Twitch game ID or YouTube game channel ID)
Example:
"2011938005"
Query Parameters
Sort field
Available options:
created_at Sort order
Available options:
asc, desc Pagination cursor token from previous response
Maximum number of results per page (1-100, default 20)
Required range:
1 <= x <= 100Filter by content type
Available options:
stream, video, short, all Filter content from this date (YYYY-MM-DD)
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2024-01-01"
Filter content until this date (YYYY-MM-DD)
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2024-12-31"

