cURL
curl --request GET \ --url https://api.themoviedb.org/3/movie/{movie_id}/external_ids \ --header 'Authorization: Bearer <token>'
{ "facebook_id": null, "id": 63429, "imdb_id": "", "instagram_id": null, "twitter_id": null, "wikidata_id": null }
Get movies with an external id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12345
External IDs
63429
""