GET
/
3
/
person
/
{person_id}
/
external_ids
curl --request GET \
  --url https://api.themoviedb.org/3/person/{person_id}/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "facebook_id": "OfficialKatrinaLaw",
  "freebase_id": "/en/katrina_law",
  "freebase_mid": "/m/0bmh92k",
  "id": 164930,
  "imdb_id": "nm0492345",
  "instagram_id": "katrinalaw",
  "tiktok_id": null,
  "tvrage_id": null,
  "twitter_id": "katrinalaw",
  "wikidata_id": "Q2054485",
  "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
integer
required
Example:

164930

Response

200 - application/json

External IDs

The response is of type object.