Objects

Staff

Voice actors or production 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
}

Fields

Staff.id ● Int! non-null scalar

The id of the staff member

Staff.name ● StaffName object

The names of the staff member

Staff.language ● StaffLanguage deprecated enum

The primary language the staff member dub's in

Staff.languageV2 ● String scalar

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

Staff.image ● StaffImage object

The staff images

Staff.description ● String scalar

A general description of the staff member

Staff.description.asHtml ● Boolean scalar

Return the string in pre-parsed html instead of markdown

Staff.primaryOccupations ● String list scalar

The person's primary occupations

Staff.gender ● String scalar

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

Staff.dateOfBirth ● FuzzyDate object

Staff.dateOfDeath ● FuzzyDate object

Staff.age ● Int scalar

The person's age in years

Staff.yearsActive ● Int list scalar

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

Staff.homeTown ● String scalar

The persons birthplace or hometown

Staff.bloodType ● String scalar

The persons blood type

Staff.isFavourite ● Boolean! non-null scalar

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

Staff.isFavouriteBlocked ● Boolean! non-null scalar

If the staff member is blocked from being added to favourites

Staff.siteUrl ● String scalar

The url for the staff page on the AniList website

Staff.staffMedia ● MediaConnection object

Media where the staff member has a production role

Staff.staffMedia.sort ● MediaSort list enum
Staff.staffMedia.type ● MediaType enum
Staff.staffMedia.onList ● Boolean scalar
Staff.staffMedia.page ● Int scalar

The page

Staff.staffMedia.perPage ● Int scalar

The amount of entries per page, max 25

Staff.characters ● CharacterConnection object

Characters voiced by the actor

Staff.characters.sort ● CharacterSort list enum
Staff.characters.page ● Int scalar

The page

Staff.characters.perPage ● Int scalar

The amount of entries per page, max 25

Staff.characterMedia ● MediaConnection object

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

Staff.characterMedia.sort ● MediaSort list enum
Staff.characterMedia.onList ● Boolean scalar
Staff.characterMedia.page ● Int scalar

The page

Staff.characterMedia.perPage ● Int scalar

The amount of entries per page, max 25

Staff.updatedAt ● Int deprecated scalar

Staff.staff ● Staff object

Staff member that the submission is referencing

Staff.submitter ● User object

Submitter for the submission

Staff.submissionStatus ● Int scalar

Status of the submission

Staff.submissionNotes ● String scalar

Inner details of submission status

Staff.favourites ● Int scalar

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

Staff.modNotes ● String scalar

Notes for site moderators

Returned By

Staff query

Member Of

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

Copyright © 2026