cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/movie/{{movie_id}}/external_ids' \ --header 'Authorization: Bearer <token>'
{ "facebook_id": null, "id": 200, "imdb_id": "tt0120844", "instagram_id": null, "twitter_id": null, "wikidata_id": "Q673198" }
This endpoint gives IDs of a movie on supported social media platforms like Facebook, Twitter, Instagram, IMDb, and Wikidata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
External IDs Example
200
"tt0120844"
"Q673198"