TV EPISODES
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/threat_levels", "freebase_mid": "/m/06p29p", "id": 65906, "imdb_id": "tt0511646", "tvdb_id": 108300, "tvrage_id": 11810, "wikidata_id": "Q3768760" }
This endpoint get a list of external IDs of a TV episode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
1
2
External IDs
The response is of type object.
object