GET
/
person
/
{person_id}
/
external_ids
{
  "facebook_id": "TomHanks",
  "freebase_id": "/en/tom_hanks",
  "freebase_mid": "/m/0bxtg",
  "id": 31,
  "imdb_id": "nm0000158",
  "instagram_id": "tomhanks",
  "tiktok_id": "tomhanks",
  "tvrage_id": 14293,
  "twitter_id": "tomhanks",
  "wikidata_id": "Q2263",
  "youtube_id": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

person_id
string
required

Response

200 - application/json

Fetch external IDs

facebook_id
string
Example:

"TomHanks"

freebase_id
string
Example:

"/en/tom_hanks"

freebase_mid
string
Example:

"/m/0bxtg"

id
number
Example:

31

imdb_id
string
Example:

"nm0000158"

instagram_id
string
Example:

"tomhanks"

tiktok_id
string
Example:

"tomhanks"

tvrage_id
number
Example:

14293

twitter_id
string
Example:

"tomhanks"

wikidata_id
string
Example:

"Q2263"

youtube_id
any