GET
/
3
/
person
/
{person_id}
/
external_ids
curl --request GET \
  --url https://api.themoviedb.org/3/person/%7B{person_id}%7D/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "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

The response is of type object.