AniList · JSON Structure

Anilist Mediacoverimage Structure

MediaCoverImage schema from AniList GraphQL API v2

Type: object Properties: 4
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Properties

extraLarge large medium color

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

JSON Structure

anilist-mediacoverimage-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-mediacoverimage-structure.json",
  "name": "MediaCoverImage",
  "description": "MediaCoverImage schema from AniList GraphQL API v2",
  "type": "object",
  "properties": {
    "extraLarge": {
      "type": "string",
      "description": "The cover image url of the media at its largest size. If this size isn't available, large will be provided instead."
    },
    "large": {
      "type": "string",
      "description": "The cover image url of the media at a large size"
    },
    "medium": {
      "type": "string",
      "description": "The cover image url of the media at medium size"
    },
    "color": {
      "type": "string",
      "description": "Average #hex color of cover image"
    }
  }
}