anime
Rate an Anime.
This endpoint will allow user's to leave a rating for an Anime.
post/anime/{animeID}/rate
Path parameters
animeIDstring required
ID of the anime.
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}