Get a user's complete profile and stats
get_full_user_infoFetch a user's complete AniList profile, statistics, and account settings in one request. Avoid separate profile and stats calls and accept a username or ID directly.
Instructions
Get an AniList user's profile AND statistics in a single call — use this instead of calling get_user_profile and get_user_stats separately. Like get_user_profile, this also returns the target's account settings (notifications, list display, etc.) regardless of who's authenticated — AniList doesn't viewer-gate those fields. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Its embedded statistics carry the same staleness caveat as get_user_stats: AniList's own aggregation can lag and read all-zero even for an account with real list entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | AniList user ID, or username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes |