AniList · Example Payload

Anilist Charactername Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Top-level fields

firstmiddlelastfullnativealternativealternativeSpoileruserPreferred

Example Payload

anilist-charactername-example.json Raw ↑
{
  "first": "string",
  "middle": "string",
  "last": "string",
  "full": "string",
  "native": "カウボーイビバップ",
  "alternative": [
    "カウボーイビバップ"
  ],
  "alternativeSpoiler": [
    "カウボーイビバップ"
  ],
  "userPreferred": "string"
}