Get anime statistics
get_anime_statisticsRetrieve watch-status counts and score distribution for an anime by its MyAnimeList ID.
Instructions
Get watch-status counts (watching/completed/…) and the score distribution for an anime by mal_id. Get the mal_id from search_anime. If Jikan is unavailable and MAL_CLIENT_ID is set, transparently retries via the official API, which omits the score distribution (scores) entirely — no equivalent field there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MyAnimeList numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| scores | No | ||
| dropped | No | ||
| on_hold | No | ||
| reading | No | ||
| watching | No | ||
| completed | No | ||
| plan_to_read | No | ||
| plan_to_watch | No |