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": null,
  "freebase_id": null,
  "freebase_mid": null,
  "id": 128,
  "imdb_id": "nm0101991",
  "instagram_id": null,
  "tiktok_id": null,
  "tvrage_id": null,
  "twitter_id": null,
  "wikidata_id": "Q116854",
  "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

External IDs Example

The response is of type object.