manga_title_characters
Fetch a manga's cast by AniList ID, returning character names, native names, roles, images, and favorites with pagination. Ideal for building character lists or enriching manga data.
Instructions
List a manga's characters. Returns a manga's cast (character name, native name, billed role, image, favourites), paginated. The AniList id space is shared between anime and manga but the two do not overlap, so an anime id here returns 404 -- use GET /anime/title/{id}/characters for those. Credential-free public AniList data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AniList manga id | |
| page | No | 1-based page number, default 1 | |
| per_page | No | Results per page, default 10, max 50 |