AniList · JSON Structure

Anilist Characterimage Structure

CharacterImage schema from AniList GraphQL API v2

Type: object Properties: 2
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Properties

large medium

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

JSON Structure

anilist-characterimage-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-characterimage-structure.json",
  "name": "CharacterImage",
  "description": "CharacterImage schema from AniList GraphQL API v2",
  "type": "object",
  "properties": {
    "large": {
      "type": "string",
      "description": "The character's image of media at its largest size"
    },
    "medium": {
      "type": "string",
      "description": "The character's image of media at medium size"
    }
  }
}