Skip to content

Character

A character that features in an anime or manga

type Character {
id: Int!
name: CharacterName
image: CharacterImage
description(
asHtml: Boolean
): String
gender: String
dateOfBirth: FuzzyDate
age: String
bloodType: String
isFavourite: Boolean!
isFavouriteBlocked: Boolean!
siteUrl: String
media(
sort: [MediaSort]
type: MediaType
onList: Boolean
page: Int
perPage: Int
): MediaConnection
updatedAt: Int @deprecated
favourites: Int
modNotes: String
}

The id of the character

The names of the character

Character images

A general description of the character

Return the string in pre-parsed html instead of markdown

The character’s gender. Usually Male, Female, or Non-binary but can be any string.

The character’s birth date

The character’s age. Note this is a string, not an int, it may contain further text and additional ages.

The characters blood type

If the character is marked as favourite by the currently authenticated user

If the character is blocked from being added to favourites

The url for the character page on the AniList website

Media that includes the character

The page

The amount of entries per page, max 25

The amount of user’s who have favourited the character

Notes for site moderators

Character query

CharacterConnection object ● CharacterEdge object ● CharacterSubmission object ● CharacterSubmissionUpdateNotification object ● InternalPage object ● MediaCharacter object ● MediaEdge object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object