anime_title_characters
Retrieve an anime's full cast and character details from AniList. Paginate through character names, native names, billed roles, images, and favorites using only the anime ID.
Instructions
List an anime's characters. Returns an anime's cast (character name, native name, billed role, image, favourites), paginated. Credential-free public AniList data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AniList anime id | |
| page | No | 1-based page number, default 1 | |
| per_page | No | Results per page, default 10, max 50 |