Skip to main content
GET
/
movie
/
{movie_id}
/
keywords
Keywords
curl --request GET \
  --url https://api.themoviedb.org/3/movie/{movie_id}/keywords \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "keywords": [
    {
      "id": 851,
      "name": "dual identity"
    },
    {
      "id": 3927,
      "name": "rage and hate"
    },
    {
      "id": 818,
      "name": "based on novel or book"
    },
    {
      "id": 1541,
      "name": "nihilism"
    },
    {
      "id": 1721,
      "name": "fight"
    },
    {
      "id": 825,
      "name": "support group"
    },
    {
      "id": 4565,
      "name": "dystopia"
    },
    {
      "id": 4142,
      "name": "insomnia"
    },
    {
      "id": 9181,
      "name": "alter ego"
    },
    {
      "id": 11687,
      "name": "breaking the fourth wall"
    },
    {
      "id": 156761,
      "name": "split personality"
    },
    {
      "id": 179173,
      "name": "quitting a job"
    },
    {
      "id": 212803,
      "name": "dissociative identity disorder"
    },
    {
      "id": 260426,
      "name": "self destructiveness"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
integer
required

The ID of the movie

Response

200 - application/json

Successful

id
integer

A unique identify

keyword
object[]

A word associated with the movie