Character
A character that features in an anime or manga
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the character | |
name | CharacterName | The names of the character | |
image | CharacterImage | Character images | |
description | String | A general description of the character | |
asHtml | Boolean | Return the string in pre-parsed html instead of markdown | |
gender | String | The character's gender. Usually Male, Female, or Non-binary but can be any string. | |
dateOfBirth | FuzzyDate | The character's birth date | |
age | String | The character's age. Note this is a string, not an int, it may contain further text and additional ages. | |
bloodType | String | The characters blood type | |
isFavourite | Boolean! | If the character is marked as favourite by the currently authenticated user | |
isFavouriteBlocked | Boolean! | If the character is blocked from being added to favourites | |
siteUrl | String | The url for the character page on the AniList website | |
media | MediaConnection | Media that includes the character | |
sort | [MediaSort] | ||
type | MediaType | ||
onList | Boolean | ||
page | Int | The page | |
perPage | Int | The amount of entries per page, max 25 | |
updatedAt ⚠️ | Int | ⚠️ DEPRECATED No data available | |
favourites | Int | The amount of user's who have favourited the character | |
modNotes | String | Notes for site moderators |