AniList · JSON Structure

Anilist Staffname Structure

The names of the staff member

Type: object Properties: 7
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

StaffName is a JSON Structure definition published by AniList, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

first middle last full native alternative userPreferred

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

JSON Structure

anilist-staffname-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-staffname-structure.json",
  "name": "StaffName",
  "description": "The names of the staff member",
  "type": "object",
  "properties": {
    "first": {
      "type": "string",
      "description": "The person's given name"
    },
    "middle": {
      "type": "string",
      "description": "The person's middle name"
    },
    "last": {
      "type": "string",
      "description": "The person's surname"
    },
    "full": {
      "type": "string",
      "description": "The person's first and last name"
    },
    "native": {
      "type": "string",
      "description": "The person's full name in their native language"
    },
    "alternative": {
      "type": "array",
      "description": "Other names the staff member might be referred to as (pen names)",
      "items": {
        "type": "string"
      }
    },
    "userPreferred": {
      "type": "string",
      "description": "The currently authenticated users preferred name language. Default romaji for non-authenticated"
    }
  }
}