GET
/
3
/
tv
/
{series_id}
/
videos
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"
    }
  ]
}

Path Parameters

series_id
string
required

Query Parameters

language
string
Example:

"en-US"

Response

200 - application/json

Videos

The response is of type object.