TV SERIES
cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/{series_id}/external_ids \ --header 'Authorization: Bearer <token>'
{ "facebook_id": "AmericanDad", "freebase_id": "/en/american_dad", "freebase_mid": "/m/03nymk", "id": 1433, "imdb_id": "tt0397306", "instagram_id": "americandad", "tvdb_id": 73141, "tvrage_id": 2594, "twitter_id": "AmericanDadTBS", "wikidata_id": "Q210311" }
This endpoint get a list of external IDs added to a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
External IDs
The response is of type object.
object