cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/season/{{season_number}}/episode/{{episode_number}}/external_ids' \ --header 'Authorization: Bearer <token>'
{ "freebase_id": "/en/the_night_lands", "freebase_mid": "/m/0j34dnw", "id": 974430, "imdb_id": "tt2069318", "tvdb_id": 4245771, "tvrage_id": 1065150289, "wikidata_id": "Q5971326" }
This endpoint gets a list of external IDs that have been added to a TV episode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
External IDs Example
"/en/the_night_lands"
"/m/0j34dnw"
974430
"tt2069318"
4245771
1065150289
"Q5971326"