cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/videos'
{ "id": 70785, "results": [ { "id": "5b1a9316c3a36848fb012c38", "iso_3166_1": "US", "iso_639_1": "en", "key": "S5qJXYNNINo", "name": "loose adaptation", "official": true, "published_at": "2017-04-04T16:00:02.000Z", "site": "YouTube", "size": 360, "type": "Trailer" } ] }
Get the videos that belong to a TV show.
"en-US"
Videos
70785
Show child attributes
"5b1a9316c3a36848fb012c38"
"US"
"en"
"S5qJXYNNINo"
"loose adaptation"
true
"2017-04-04T16:00:02.000Z"
"YouTube"
360
"Trailer"
[ { "id": "5b1a9316c3a36848fb012c38", "iso_3166_1": "US", "iso_639_1": "en", "key": "S5qJXYNNINo", "name": "loose adaptation", "official": true, "published_at": "2017-04-04T16:00:02.000Z", "site": "YouTube", "size": 360, "type": "Trailer" }]