Staff
Voice actors or production staff
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the staff member | |
name | StaffName | The names of the staff member | |
language ⚠️ | StaffLanguage | The primary language the staff member dub's in ⚠️ DEPRECATED Replaced with languageV2 | |
languageV2 | String | The primary language of the staff member. Current values: Japanese, English, Korean, Italian, Spanish, Portuguese, French, German, Hebrew, Hungarian, Chinese, Arabic, Filipino, Catalan, Finnish, Turkish, Dutch, Swedish, Thai, Tagalog, Malaysian, Indonesian, Vietnamese, Nepali, Hindi, Urdu | |
image | StaffImage | The staff images | |
description | String | A general description of the staff member | |
asHtml | Boolean | Return the string in pre-parsed html instead of markdown | |
primaryOccupations | [String] | The person's primary occupations | |
gender | String | The staff's gender. Usually Male, Female, or Non-binary but can be any string. | |
dateOfBirth | FuzzyDate | ||
dateOfDeath | FuzzyDate | ||
age | Int | The person's age in years | |
yearsActive | [Int] | [startYear, endYear] (If the 2nd value is not present staff is still active) | |
homeTown | String | The persons birthplace or hometown | |
bloodType | String | The persons blood type | |
isFavourite | Boolean! | If the staff member is marked as favourite by the currently authenticated user | |
isFavouriteBlocked | Boolean! | If the staff member is blocked from being added to favourites | |
siteUrl | String | The url for the staff page on the AniList website | |
staffMedia | MediaConnection | Media where the staff member has a production role | |
sort | [MediaSort] | ||
type | MediaType | ||
onList | Boolean | ||
page | Int | The page | |
perPage | Int | The amount of entries per page, max 25 | |
characters | CharacterConnection | Characters voiced by the actor | |
sort | [CharacterSort] | ||
page | Int | The page | |
perPage | Int | The amount of entries per page, max 25 | |
characterMedia | MediaConnection | Media the actor voiced characters in. (Same data as characters with media as node instead of characters) | |
sort | [MediaSort] | ||
onList | Boolean | ||
page | Int | The page | |
perPage | Int | The amount of entries per page, max 25 | |
updatedAt ⚠️ | Int | ⚠️ DEPRECATED No data available | |
staff | Staff | Staff member that the submission is referencing | |
submitter | User | Submitter for the submission | |
submissionStatus | Int | Status of the submission | |
submissionNotes | String | Inner details of submission status | |
favourites | Int | The amount of user's who have favourited the staff member | |
modNotes | String | Notes for site moderators |