GET
/
3
/
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": "GameOfThrones",
  "freebase_id": "/en/game_of_thrones",
  "freebase_mid": "/m/0524b41",
  "id": 1399,
  "imdb_id": "tt0944947",
  "instagram_id": "gameofthrones",
  "tvdb_id": 121361,
  "tvrage_id": 24493,
  "twitter_id": "GameOfThrones",
  "wikidata_id": "Q23572"
}

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

External IDs Example

The response is of type object.