cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/1399/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" }
Get a list of external IDs that have been added to a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
New Request
The response is of type object.
object