cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/keyword/{{keyword_id}}' \ --header 'Authorization: Bearer <token>'
{ "id": 977, "name": "cat" }
This endpoint retrieves details about a specific keyword from the TMDb database using its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Details Example
977
"cat"