Skip to content

Staff

Voice actors or production staff

type Staff {
id: Int!
name: StaffName
language: StaffLanguage @deprecated
languageV2: String
image: StaffImage
description(
asHtml: Boolean
): String
primaryOccupations: [String]
gender: String
dateOfBirth: FuzzyDate
dateOfDeath: FuzzyDate
age: Int
yearsActive: [Int]
homeTown: String
bloodType: String
isFavourite: Boolean!
isFavouriteBlocked: Boolean!
siteUrl: String
staffMedia(
sort: [MediaSort]
type: MediaType
onList: Boolean
page: Int
perPage: Int
): MediaConnection
characters(
sort: [CharacterSort]
page: Int
perPage: Int
): CharacterConnection
characterMedia(
sort: [MediaSort]
onList: Boolean
page: Int
perPage: Int
): MediaConnection
updatedAt: Int @deprecated
staff: Staff
submitter: User
submissionStatus: Int
submissionNotes: String
favourites: Int
modNotes: String
}

The id of the staff member

The names of the staff member

The primary language the staff member dub’s in

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

The staff images

A general description of the staff member

Return the string in pre-parsed html instead of markdown

The person’s primary occupations

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

The person’s age in years

[startYear, endYear] (If the 2nd value is not present staff is still active)

The persons birthplace or hometown

The persons blood type

If the staff member is marked as favourite by the currently authenticated user

If the staff member is blocked from being added to favourites

The url for the staff page on the AniList website

Media where the staff member has a production role

The page

The amount of entries per page, max 25

Characters voiced by the actor

The page

The amount of entries per page, max 25

Media the actor voiced characters in. (Same data as characters with media as node instead of characters)

The page

The amount of entries per page, max 25

Staff member that the submission is referencing

Submitter for the submission

Status of the submission

Inner details of submission status

The amount of user’s who have favourited the staff member

Notes for site moderators

Staff query

CharacterEdge object ● CharacterSubmissionEdge object ● InternalPage object ● MediaCharacter object ● MediaEdge object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object ● Staff object ● StaffConnection object ● StaffEdge object ● StaffRoleType object ● StaffStats object ● StaffSubmission object ● StaffSubmissionUpdateNotification object ● UserStaffStatistic object ● UserVoiceActorStatistic object