GET
/
tv
/
{series_id}
/
external_ids
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "facebook_id": null,
  "freebase_id": null,
  "freebase_mid": null,
  "id": 203504,
  "imdb_id": "tt20673854",
  "instagram_id": null,
  "tvdb_id": 421907,
  "tvrage_id": null,
  "twitter_id": null,
  "wikidata_id": null
}

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

Response

200 - application/json

Fetch external IDs

The response is of type object.