GET
/
3
/
keyword
/
{keyword_id}
curl --request GET \
  --url https://api.themoviedb.org/3/keyword/%7B{keyword_id}%7D
{
  "id": 801,
  "name": "bounty hunter"
}

Path Parameters

keyword_id
string
required

Response

200 - application/json

Details

The response is of type object.