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"
}
]
}This endpoint is used to get the credit for a movie.
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"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the movie