Skip to main content
GET
/
3
/
movie
/
{movie_id}
/
external_ids
External IDs
curl --request GET \
  --url 'https://api.themoviedb.org/3/movie/{{movie_id}}/external_ids' \
  --header 'Authorization: Bearer <token>'
{
  "facebook_id": "redonemov",
  "id": 845781,
  "imdb_id": "tt14948432",
  "instagram_id": "redonemov",
  "twitter_id": "redonemov",
  "wikidata_id": "Q114876737"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
string
required

This represents the movie ID. Get it here

Response

200 - application/json

External IDs

facebook_id
string
Example:

"redonemov"

id
number
Example:

845781

imdb_id
string
Example:

"tt14948432"

instagram_id
string
Example:

"redonemov"

twitter_id
string
Example:

"redonemov"

wikidata_id
string
Example:

"Q114876737"