---
title: "Rate an Anime."
method: POST
path: "/anime/{animeID}/rate"
tags: ["anime"]
---

# Rate an Anime.

`POST /anime/{animeID}/rate`

This endpoint will allow user's to leave a rating for an Anime.

## Path parameters

- `animeID` integer, required

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-12-17** `fd0b67484aeb` — 2 info
  - added the new optional request property `description`
  - the `rating` request property's min was decreased from `1.00` to `0.00`
- **2021-11-28** `32f393ace829` — 2 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `kurozoraBearer` was removed from the API
- **2021-05-13** `85ac20c1b7bb` — 2 breaking, 1 warning, 4 info
  - for the `path` request parameter `animeID`, the type changed from `string` to `integer`
  - the `rating` request property's min was increased to `1.00`
  - removed the request property `description`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - …3 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/anime/:animeID/rate/post.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/e0adaecac322?raw)
