Get a user's statistics
get_user_statsRetrieve an AniList user's anime and manga statistics by username, including counts, mean score, and time watched. Accepts exact usernames directly; cross-check zero stats against list data.
Instructions
Get an AniList user's anime/manga statistics: counts, mean score, time watched, episodes/chapters/volumes consumed. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. AniList's own stats aggregation can lag behind the account's real list — confirmed live, an account with real scored/progressed entries still read back all-zero statistics — so don't treat a zeroed result as 'this account has no list activity' without cross-checking get_user_list. Need the profile too? Use get_full_user_info instead of also calling get_user_profile separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | AniList user ID, or username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | Yes |