GET
/
3
/
tv
/
{series_id}
/
external_ids
{
  "facebook_id": "GameOfThrones",
  "freebase_id": "/en/game_of_thrones",
  "freebase_mid": "/m/0524b41",
  "id": 1399,
  "imdb_id": "tt0944947",
  "instagram_id": "gameofthrones",
  "tvdb_id": 121361,
  "tvrage_id": 24493,
  "twitter_id": "GameOfThrones",
  "wikidata_id": "Q23572"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
string
required

Response

200 - application/json

External IDs Example

facebook_id
string
Example:

"GameOfThrones"

freebase_id
string
Example:

"/en/game_of_thrones"

freebase_mid
string
Example:

"/m/0524b41"

id
number
Example:

1399

imdb_id
string
Example:

"tt0944947"

instagram_id
string
Example:

"gameofthrones"

tvdb_id
number
Example:

121361

tvrage_id
number
Example:

24493

twitter_id
string
Example:

"GameOfThrones"

wikidata_id
string
Example:

"Q23572"