AniList · Example Payload

Anilist Staffname Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

Anilist Staffname Example is an example object payload from AniList, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstmiddlelastfullnativealternativeuserPreferred

Example Payload

Raw ↑
{
  "first": "string",
  "middle": "string",
  "last": "string",
  "full": "string",
  "native": "カウボーイビバップ",
  "alternative": [
    "カウボーイビバップ"
  ],
  "userPreferred": "string"
}