Skip to main content
GET
/
tv
/
{series_id}
/
videos
Videos
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/videos \
  --header 'Authorization: Bearer <token>'
{
  "id": 1399,
  "results": [
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "Inside Game of Thrones: A Story in Camera Work – BTS (HBO)",
      "key": "y2ZJ3lTaREY",
      "site": "YouTube",
      "size": 1080,
      "type": "Behind the Scenes",
      "official": true,
      "published_at": "2019-03-25T14:00:06.000Z",
      "id": "5c999b48c3a36863b73b9d42"
    },
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "Inside Game of Thrones: A Story in Prosthetics – BTS (HBO)",
      "key": "f3MUpuRF6Ck",
      "site": "YouTube",
      "size": 1080,
      "type": "Behind the Scenes",
      "official": true,
      "published_at": "2019-03-11T14:00:03.000Z",
      "id": "5c92c2519251412b51773135"
    },
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "GAME OF THRONES - SEASON 1- TRAILER",
      "key": "bjqEWgDVPe0",
      "published_at": "2017-02-20T15:25:56.000Z",
      "site": "YouTube",
      "size": 1080,
      "type": "Trailer",
      "official": true,
      "id": "5b5b91c2925141523700502c"
    },
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "Official Opening Credits: Game of Thrones (HBO)",
      "key": "s7L2PVdrb_8",
      "site": "YouTube",
      "size": 1080,
      "type": "Opening Credits",
      "official": true,
      "published_at": "2011-04-18T20:20:02.000Z",
      "id": "6233756fba131b001f875249"
    },
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "Game of Thrones | Season 1 | Official Trailer",
      "key": "BpJYNVhGf1s",
      "site": "YouTube",
      "size": 1080,
      "type": "Trailer",
      "official": true,
      "published_at": "2011-03-04T04:21:14.000Z",
      "id": "5c9295200e0a267cd8168bd8"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
integer
required

The series ID of the tv

Query Parameters

include_video_language
string

Filter the list results by language, supports more than one value by using a comma

language
string

Defaults to false

Response

200 - application/json

Successful

id
integer

A unique identifier for the collection

results
object[]

Contains the list of data or items