AniList · JSON Structure

Anilist User Structure

A user

Type: object Properties: 23 Required: 2
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs

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

Properties

id name about avatar bannerImage isFollowing isFollower isBlocked bans options mediaListOptions favourites statistics unreadNotificationCount siteUrl donatorTier donatorBadge moderatorRoles createdAt updatedAt stats moderatorStatus previousNames

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-user-structure.json",
  "name": "User",
  "description": "A user",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The id of the user"
    },
    "name": {
      "type": "string",
      "description": "The name of the user"
    },
    "about": {
      "type": "string",
      "description": "The bio written by user (Markdown)"
    },
    "avatar": {
      "description": "The user's avatar images",
      "$ref": "./anilist-useravatar-structure.json"
    },
    "bannerImage": {
      "type": "string",
      "description": "The user's banner images"
    },
    "isFollowing": {
      "type": "boolean",
      "description": "If the authenticated user if following this user"
    },
    "isFollower": {
      "type": "boolean",
      "description": "If this user if following the authenticated user"
    },
    "isBlocked": {
      "type": "boolean",
      "description": "If the user is blocked by the authenticated user"
    },
    "bans": {
      "type": "object"
    },
    "options": {
      "description": "The user's general options",
      "$ref": "./anilist-useroptions-structure.json"
    },
    "mediaListOptions": {
      "description": "The user's media list options",
      "$ref": "./anilist-medialistoptions-structure.json"
    },
    "favourites": {
      "description": "The users favourites",
      "$ref": "./anilist-favourites-structure.json"
    },
    "statistics": {
      "description": "The users anime & manga list statistics",
      "$ref": "./anilist-userstatistictypes-structure.json"
    },
    "unreadNotificationCount": {
      "type": "int32",
      "description": "The number of unread notifications the user has"
    },
    "siteUrl": {
      "type": "string",
      "description": "The url for the user page on the AniList website"
    },
    "donatorTier": {
      "type": "int32",
      "description": "The donation tier of the user"
    },
    "donatorBadge": {
      "type": "string",
      "description": "Custom donation badge text"
    },
    "moderatorRoles": {
      "type": "array",
      "description": "The user's moderator roles if they are a site moderator",
      "items": {
        "type": "string",
        "enum": [
          "ADMIN",
          "LEAD_DEVELOPER",
          "DEVELOPER",
          "LEAD_COMMUNITY",
          "COMMUNITY",
          "DISCORD_COMMUNITY",
          "LEAD_ANIME_DATA",
          "ANIME_DATA",
          "LEAD_MANGA_DATA",
          "MANGA_DATA",
          "LEAD_SOCIAL_MEDIA",
          "SOCIAL_MEDIA",
          "RETIRED",
          "CHARACTER_DATA",
          "STAFF_DATA"
        ]
      }
    },
    "createdAt": {
      "type": "int32",
      "description": "When the user's account was created. (Does not exist for accounts created before 2020)"
    },
    "updatedAt": {
      "type": "int32",
      "description": "When the user's data was last updated"
    },
    "stats": {
      "description": "The user's statistics",
      "deprecated": true,
      "$ref": "./anilist-userstats-structure.json"
    },
    "moderatorStatus": {
      "type": "string",
      "description": "If the user is a moderator or data moderator",
      "deprecated": true
    },
    "previousNames": {
      "type": "array",
      "description": "The user's previously used names.",
      "items": {
        "$ref": "./anilist-userpreviousname-structure.json"
      }
    }
  },
  "required": [
    "id",
    "name"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/anilist-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.