Authentication
Account
Certifications
Configuration
Credits
Find
Keywords
Movies
- POSTAdd rating
- DELDelete rating
- GETFetch account states
- GETFetch alternative titles
- GETFetch external IDs
- GETFetch latest movie
- GETFetch movie changes
- GETFetch movie credits
- GETFetch movie details
- GETFetch movie images
- GETFetch movie keywords
- GETFetch movie List
- GETFetch movie recommendations
- GETFetch movie translation
- GETFetch release dates
- GETFetch similar movies
- GETFetch user reviews
- GETFetch videos
- GETFetch watch providers
People
People-Lists
Reviews
Search
Tv-episode-groups
Tv-episodes
Tv-seasons
Tv-Series
- POSTAdd rating
- DELDelete rating
- GETFetch account states
- GETFetch aggregate credits
- GETFetch alternative titles
- GETFetch content ratings
- GETFetch episode groups
- GETFetch external IDs
- GETFetch latest TV shows
- GETFetch reviews
- GETFetch series images
- GETFetch similar shows
- GETFetch theatrically screened
- GETFetch TV changes
- GETFetch TV credits
- GETFetch TV details
- GETFetch TV keywords
- GETFetch tv show translations
- GETFetch tv show videos
- GETFetch watch providers
- GETList TV series
Authentication
Account
Certifications
Configuration
Movies
- GETFetch movie details
- GETFetch account states
- GETFetch alternative titles
- GETFetch movie changes
- GETFetch movie credits
- GETFetch external IDs
- GETFetch movie images
- GETFetch movie keywords
- GETFetch latest movie
- GETFetch movie List
- GETFetch movie recommendations
- GETFetch release dates
- GETFetch user reviews
- GETFetch similar movies
- GETFetch movie translation
- GETFetch videos
- GETFetch watch providers
- POSTAdd rating
- DELDelete rating
Credits
Find
Search
Keywords
People Lists
People
Reviews
TV Series
- GETFetch TV details
- GETFetch account states
- GETFetch aggregate credits
- GETFetch alternative titles
- GETFetch TV changes
- GETFetch content ratings
- GETFetch TV credits
- GETFetch episode groups
- GETFetch external IDs
- GETFetch series images
- GETFetch TV keywords
- GETFetch latest TV shows
- GETList TV series
- GETFetch TV recommendations
- GETFetch reviews
- GETFetch theatrically screened
- GETFetch similar shows
- GETFetch tv show translations
- GETFetch tv show videos
- GETFetch watch providers
- POSTAdd rating
- DELDelete rating
TV Seasons
TV Episodes
TV Episode groups
Tv-Series
Fetch tv show videos
This endpoint allows you to get the videos that belong to a TV show.
GET
/
tv
/
{series_id}
/
videos
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/videos \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1399,
"results": [
{
"id": "64ec59a7e894a60101224a01",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "KPLWWIOCOOQ",
"name": "Game of Thrones | Official Series Trailer",
"official": true,
"published_at": "2021-04-05T16:00:07.000Z",
"site": "YouTube",
"size": 1080,
"type": "Trailer"
},
{
"id": "5c999b48c3a36863b73b9d42",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "y2ZJ3lTaREY",
"name": "Inside Game of Thrones: A Story in Camera Work",
"official": true,
"published_at": "2019-03-25T14:00:06.000Z",
"site": "YouTube",
"size": 1080,
"type": "Behind the Scenes"
},
{
"id": "5c92c2519251412b51773135",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "f3MUpuRF6Ck",
"name": "Inside Game of Thrones: A Story in Prosthetics",
"official": true,
"published_at": "2019-03-11T14:00:03.000Z",
"site": "YouTube",
"size": 1080,
"type": "Behind the Scenes"
},
{
"id": "6233756fba131b001f875249",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "s7L2PVdrb_8",
"name": "Opening Credits",
"official": true,
"published_at": "2011-04-18T20:20:02.000Z",
"site": "YouTube",
"size": 1080,
"type": "Opening Credits"
},
{
"id": "5c9295200e0a267cd8168bd8",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "BpJYNVhGf1s",
"name": "Official Trailer",
"official": true,
"published_at": "2011-03-04T04:21:14.000Z",
"site": "YouTube",
"size": 1080,
"type": "Trailer"
},
{
"id": "6639c6fc3a48c501344fb627",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "hhqRmcsWqac",
"name": "Iron Throne Preview",
"official": true,
"published_at": "2011-01-15T01:59:02.000Z",
"site": "YouTube",
"size": 360,
"type": "Teaser"
},
{
"id": "6639c72a3a48c5012b4fbd10",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "nf5YvIn6XB8",
"name": "Inside Game of Thrones",
"official": true,
"published_at": "2011-01-10T19:53:20.000Z",
"site": "YouTube",
"size": 360,
"type": "Featurette"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
filter the list results by language, supports more than one value by using a comma
Example:
"string"
Defaults to en-US
Example:
"string"
Response
200 - application/json
Fetch tv show videos
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/videos \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1399,
"results": [
{
"id": "64ec59a7e894a60101224a01",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "KPLWWIOCOOQ",
"name": "Game of Thrones | Official Series Trailer",
"official": true,
"published_at": "2021-04-05T16:00:07.000Z",
"site": "YouTube",
"size": 1080,
"type": "Trailer"
},
{
"id": "5c999b48c3a36863b73b9d42",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "y2ZJ3lTaREY",
"name": "Inside Game of Thrones: A Story in Camera Work",
"official": true,
"published_at": "2019-03-25T14:00:06.000Z",
"site": "YouTube",
"size": 1080,
"type": "Behind the Scenes"
},
{
"id": "5c92c2519251412b51773135",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "f3MUpuRF6Ck",
"name": "Inside Game of Thrones: A Story in Prosthetics",
"official": true,
"published_at": "2019-03-11T14:00:03.000Z",
"site": "YouTube",
"size": 1080,
"type": "Behind the Scenes"
},
{
"id": "6233756fba131b001f875249",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "s7L2PVdrb_8",
"name": "Opening Credits",
"official": true,
"published_at": "2011-04-18T20:20:02.000Z",
"site": "YouTube",
"size": 1080,
"type": "Opening Credits"
},
{
"id": "5c9295200e0a267cd8168bd8",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "BpJYNVhGf1s",
"name": "Official Trailer",
"official": true,
"published_at": "2011-03-04T04:21:14.000Z",
"site": "YouTube",
"size": 1080,
"type": "Trailer"
},
{
"id": "6639c6fc3a48c501344fb627",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "hhqRmcsWqac",
"name": "Iron Throne Preview",
"official": true,
"published_at": "2011-01-15T01:59:02.000Z",
"site": "YouTube",
"size": 360,
"type": "Teaser"
},
{
"id": "6639c72a3a48c5012b4fbd10",
"iso_3166_1": "US",
"iso_639_1": "en",
"key": "nf5YvIn6XB8",
"name": "Inside Game of Thrones",
"official": true,
"published_at": "2011-01-10T19:53:20.000Z",
"site": "YouTube",
"size": 360,
"type": "Featurette"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.