GET
/
3
/
movie
/
18
/
external_ids
curl --request GET \
  --url https://api.themoviedb.org/3/movie/18/external_ids \
  --header 'Authorization: Bearer <token>'
{
  "facebook_id": null,
  "id": 18,
  "imdb_id": "tt0119116",
  "instagram_id": null,
  "twitter_id": null,
  "wikidata_id": "Q106506"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

New Request

The response is of type object.