GET
/
3
/
person
/
{person_id}
/
external_ids
{
  "facebook_id": "JasonStatham",
  "freebase_id": "/en/jason_statham",
  "freebase_mid": "/m/034hyc",
  "id": 976,
  "imdb_id": "nm0005458",
  "instagram_id": "jasonstatham",
  "tiktok_id": "",
  "tvrage_id": 74770,
  "twitter_id": "",
  "wikidata_id": "Q169963",
  "youtube_id": ""
}

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

This represents the person ID. Get it here

Response

200 - application/json

External Ids

facebook_id
string
Example:

"JasonStatham"

freebase_id
string
Example:

"/en/jason_statham"

freebase_mid
string
Example:

"/m/034hyc"

id
number
Example:

976

imdb_id
string
Example:

"nm0005458"

instagram_id
string
Example:

"jasonstatham"

tiktok_id
string
Example:

""

tvrage_id
number
Example:

74770

twitter_id
string
Example:

""

wikidata_id
string
Example:

"Q169963"

youtube_id
string
Example:

""