Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Fetch movie keywords
Example:
558449
Example:
[
{ "id": 6917, "name": "epic" },
{ "id": 1394, "name": "gladiator" },
{ "id": 1405, "name": "roman empire" },
{ "id": 5049, "name": "ancient rome" },
{ "id": 9663, "name": "sequel" },
{ "id": 307212, "name": "evil tyrant" },
{ "id": 317728, "name": "sword and sandal" },
{ "id": 320529, "name": "sword fighting" },
{ "id": 321763, "name": "second part" },
{ "id": 325785, "name": "commanding" },
{ "id": 325834, "name": "mean spirited" }
]