Get the videos that belong to a TV show.
curl --request GET \ --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/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" } ] }
"en-US"
Videos
The response is of type object.
object