TV SEASONS
cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/external_ids \ --header 'Authorization: Bearer <token>'
{ "freebase_id": null, "freebase_mid": null, "id": 287516, "tvdb_id": 2139470, "tvrage_id": null, "wikidata_id": "Q112431753" }
This endpoint get a list of external IDs of a TV season.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
"2"
External IDs
The response is of type object.
object