cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/person/{{person_id}}/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 }
This endpoint gets the external ID’s that belong to a person.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
External IDs Example
128
"nm0101991"
"Q116854"