AniList · JSON Structure

Anilist Staff Structure

Voice actors or production staff

Type: object Properties: 27 Required: 3
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs

Staff is a JSON Structure definition published by AniList, describing 27 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name language languageV2 image description primaryOccupations gender dateOfBirth dateOfDeath age yearsActive homeTown bloodType isFavourite isFavouriteBlocked siteUrl staffMedia characters characterMedia updatedAt staff submitter submissionStatus submissionNotes favourites modNotes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-staff-structure.json",
  "name": "Staff",
  "description": "Voice actors or production staff",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The id of the staff member"
    },
    "name": {
      "description": "The names of the staff member",
      "$ref": "./anilist-staffname-structure.json"
    },
    "language": {
      "type": "string",
      "description": "The primary language the staff member dub's in",
      "enum": [
        "JAPANESE",
        "ENGLISH",
        "KOREAN",
        "ITALIAN",
        "SPANISH",
        "PORTUGUESE",
        "FRENCH",
        "GERMAN",
        "HEBREW",
        "HUNGARIAN"
      ],
      "deprecated": true
    },
    "languageV2": {
      "type": "string",
      "description": "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": {
      "description": "The staff images",
      "$ref": "./anilist-staffimage-structure.json"
    },
    "description": {
      "type": "string",
      "description": "A general description of the staff member"
    },
    "primaryOccupations": {
      "type": "array",
      "description": "The person's primary occupations",
      "items": {
        "type": "string"
      }
    },
    "gender": {
      "type": "string",
      "description": "The staff's gender. Usually Male, Female, or Non-binary but can be any string."
    },
    "dateOfBirth": {
      "$ref": "./anilist-fuzzydate-structure.json"
    },
    "dateOfDeath": {
      "$ref": "./anilist-fuzzydate-structure.json"
    },
    "age": {
      "type": "int32",
      "description": "The person's age in years"
    },
    "yearsActive": {
      "type": "array",
      "description": "[startYear, endYear] (If the 2nd value is not present staff is still active)",
      "items": {
        "type": "int32"
      }
    },
    "homeTown": {
      "type": "string",
      "description": "The persons birthplace or hometown"
    },
    "bloodType": {
      "type": "string",
      "description": "The persons blood type"
    },
    "isFavourite": {
      "type": "boolean",
      "description": "If the staff member is marked as favourite by the currently authenticated user"
    },
    "isFavouriteBlocked": {
      "type": "boolean",
      "description": "If the staff member is blocked from being added to favourites"
    },
    "siteUrl": {
      "type": "string",
      "description": "The url for the staff page on the AniList website"
    },
    "staffMedia": {
      "description": "Media where the staff member has a production role",
      "$ref": "./anilist-mediaconnection-structure.json"
    },
    "characters": {
      "description": "Characters voiced by the actor",
      "$ref": "./anilist-characterconnection-structure.json"
    },
    "characterMedia": {
      "description": "Media the actor voiced characters in. (Same data as characters with media as node instead of characters)",
      "$ref": "./anilist-mediaconnection-structure.json"
    },
    "updatedAt": {
      "type": "int32",
      "deprecated": true
    },
    "staff": {
      "description": "Staff member that the submission is referencing",
      "$ref": "./anilist-staff-structure.json"
    },
    "submitter": {
      "description": "Submitter for the submission",
      "$ref": "./anilist-user-structure.json"
    },
    "submissionStatus": {
      "type": "int32",
      "description": "Status of the submission"
    },
    "submissionNotes": {
      "type": "string",
      "description": "Inner details of submission status"
    },
    "favourites": {
      "type": "int32",
      "description": "The amount of user's who have favourited the staff member"
    },
    "modNotes": {
      "type": "string",
      "description": "Notes for site moderators"
    }
  },
  "required": [
    "id",
    "isFavourite",
    "isFavouriteBlocked"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/anilist-staff-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.