Games
Fetch game(s) videos by game(s) id
Fetch videos for one or more games. Results are keyed by game id. Prepend base_url to each filename to construct the full CDN URL.
get/v1/Games/Videos
Query parameters
apikeystring required
(Required)
games_idstring required
(Required) - game id, supports , delimited list
pageinteger
(Optional) - results page offset to return
Response
result
Example response
{
"code": 200,
"status": "Success",
"remaining_monthly_allowance": 249,
"extra_allowance": 0,
"allowance_refresh_timer": 2592000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.