Skip to main content
GET
/
3
/
movie
/
18
/
external_ids
Get 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

facebook_id
any
id
number
Example:

18

imdb_id
string
Example:

"tt0119116"

instagram_id
any
twitter_id
any
wikidata_id
string
Example:

"Q106506"

I