GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
videos
{
  "id": 974430,
  "results": [
    {
      "id": "53492ae60e0a266b38001455",
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "key": "PFcwyNDVy4k",
      "name": "Game of Thrones: Season 2 - Episode 2 - Clip 2 (HBO)",
      "official": true,
      "published_at": "2011-04-21T20:19:38.000Z",
      "site": "YouTube",
      "size": 720,
      "type": "Clip"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
string
required
season_number
string
required
episode_number
string
required

Response

200 - application/json

Videos Example

id
number
Example:

974430

results
object[]
Example:
[
{
"id": "53492ae60e0a266b38001455",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "PFcwyNDVy4k",
"name": "Game of Thrones: Season 2 - Episode 2 - Clip 2 (HBO)",
"official": true,
"published_at": "2011-04-21T20:19:38.000Z",
"site": "YouTube",
"size": 720,
"type": "Clip"
}
]