Get a user's anime or manga list
get_user_listRetrieve a user's AniList anime or manga list, grouped by status, with scores, progress, and dates. Supports pagination for large lists.
Instructions
Get a user's AniList anime or manga list, grouped by status/custom list, with each entry's status, score, progress and dates. Works for any public/unlisted user. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Paginated by chunk/perChunk (AniList's own mechanism for this — counted across entries of ALL statuses combined, not per status), since a large list can otherwise return thousands of entries in one response; check hasNextChunk and increment chunk to keep paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Whether to get the anime or manga list. | |
| user | Yes | AniList user ID, or username. | |
| chunk | No | Chunk number for pagination (AniList paginates this list by chunk, not page). | |
| perChunk | No | Entries per chunk, counted across all statuses combined (max 25). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lists | No | ||
| hasNextChunk | No |