Skip to main content
GET
/
tv
/
{series_id}
/
season
/
{season_number}
/
external_ids
External ID
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "id": 3624,
  "freebase_mid": "/m/0gmd1gd",
  "freebase_id": "/m/0gmd1gd",
  "tvdb_id": 364731,
  "tvrage_id": null,
  "wikidata_id": "Q1658029"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
integer
required

The series ID of the tv

season_number
integer
required

The season number of the tv series

Response

200 - application/json

Successful

id
integer

A unique numerical identifier.

freebase_mid
string

A unique identifier assigned by Freebase.

freebase_id
string

A unique identifier associated with an entity in Freebase.

tvdb_id
integer

A unique identifier from TheTVDB database, used to reference specific TV shows.

tvrage_id
integer

An identifier assigned by TVRage.

wikidata_id
string

The unique identifier assigned to the movie in Wikidata.