KEYWORDS
cURL
curl --request GET \ --url https://api.themoviedb.org/3/keyword/{keyword_id} \ --header 'Authorization: Bearer <token>'
{ "id": 456, "name": "mother" }
This endpoint get information about a specific keyword
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
456
Details
The response is of type object.
object