Skip to main content
GET
/
tv
/
{series_id}
/
external_ids
External IDs
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "imdb_id": "tt0060035",
  "freebase_mid": "/m/09781",
  "freebase_id": "/en/til_death_us_do_part",
  "tvdb_id": 76766,
  "tvrage_id": 1592,
  "wikidata_id": "Q202577",
  "facebook_id": null,
  "instagram_id": null,
  "twitter_id": null
}
SourceSupported?
Facebook
IMDb
Instagram
TikTok
Twitter
Wikidata

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 for tv.

Response

200 - application/json

Successful

id
integer

A unique numerical identifier.

imdb_id
string

A unique identifier assigned to the movie by IMDb.

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.

facebook_id
string

The unique identifier for the official Facebook page or profile.

instagram_id
string

The unique identifier for the official Instagram profile.

twitter_id
string

The unique identifier for the official Twitter profile