AniList · JSON Structure

Anilist Useravatar Structure

A user's avatars

Type: object Properties: 2
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

UserAvatar 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-useravatar-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-useravatar-structure.json",
  "name": "UserAvatar",
  "description": "A user's avatars",
  "type": "object",
  "properties": {
    "large": {
      "type": "string",
      "description": "The avatar of user at its largest size"
    },
    "medium": {
      "type": "string",
      "description": "The avatar of user at medium size"
    }
  }
}