---
title: "Fetch game(s) videos by game(s) id"
method: GET
path: "/v1/Games/Videos"
tags: ["Games"]
---

# Fetch game(s) videos by game(s) id

`GET /v1/Games/Videos`

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.

## Query parameters

- `apikey` string, required
- `games_id` string, required
- `page` integer

## Response `200`

result

- GamesVideos
  - `code` integer, required
  - `status` string, required
  - `remaining_monthly_allowance` integer, required
  - `extra_allowance` integer, required
  - `allowance_refresh_timer` integer — Seconds until monthly allowance resets. null for private/unlimited keys.
  - `pages` object, required
    - `previous` string, nullable
    - `current` string
    - `next` string, nullable
  - `data` object, required
    - `count` integer, required — Number of games with videos returned
    - `base_url` string, required — Prepend to filename to get the full CDN URL
    - `videos` object, required — Object keyed by game id, each value is an array of video objects

## Other responses

- `403` — bad API key or hit rate-limit cap
- `406` — missing or invalid games_id parameter

---

[API](https://skmtc.dev/thegamesdb/apis/thegamesdb-api.md) · [All operations](https://skmtc.dev/thegamesdb/apis/thegamesdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thegamesdb/thegamesdb-api/revisions/7eee8ee33cd6/schema)
