Skip to main content
GET
/
keyword
/
{keyword_id}
Details
curl --request GET \
  --url https://api.themoviedb.org/3/keyword/{keyword_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1701,
  "name": "hero"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

keyword_id
integer
required

The ID of the keyword to retrieve.

Response

200 - application/json

Successful

id
integer

Unique identifier for the keyword

name
string

Name of the keyword