GET
/
3
/
movie
/
{movie_id}
/
external_ids
curl --request GET \
  --url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/external_ids
{
  "facebook_id": "redonemov",
  "id": 845781,
  "imdb_id": "tt14948432",
  "instagram_id": "redonemov",
  "twitter_id": "redonemov",
  "wikidata_id": "Q114876737"
}

Path Parameters

movie_id
string
required

Response

200 - application/json

External IDs

The response is of type object.