AniList · JSON Structure

Anilist Medialist Structure

List of anime or manga

Type: object Properties: 20 Required: 3
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs

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

Properties

id userId mediaId status score progress progressVolumes repeat priority private notes hiddenFromStatusLists customLists advancedScores startedAt completedAt updatedAt createdAt media user

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-medialist-structure.json",
  "name": "MediaList",
  "description": "List of anime or manga",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The id of the list entry"
    },
    "userId": {
      "type": "int32",
      "description": "The id of the user owner of the list entry"
    },
    "mediaId": {
      "type": "int32",
      "description": "The id of the media"
    },
    "status": {
      "type": "string",
      "description": "The watching/reading status",
      "enum": [
        "CURRENT",
        "PLANNING",
        "COMPLETED",
        "DROPPED",
        "PAUSED",
        "REPEATING"
      ]
    },
    "score": {
      "type": "double",
      "description": "The score of the entry"
    },
    "progress": {
      "type": "int32",
      "description": "The amount of episodes/chapters consumed by the user"
    },
    "progressVolumes": {
      "type": "int32",
      "description": "The amount of volumes read by the user"
    },
    "repeat": {
      "type": "int32",
      "description": "The amount of times the user has rewatched/read the media"
    },
    "priority": {
      "type": "int32",
      "description": "Priority of planning"
    },
    "private": {
      "type": "boolean",
      "description": "If the entry should only be visible to authenticated user"
    },
    "notes": {
      "type": "string",
      "description": "Text notes"
    },
    "hiddenFromStatusLists": {
      "type": "boolean",
      "description": "If the entry shown be hidden from non-custom lists"
    },
    "customLists": {
      "type": "object",
      "description": "Map of booleans for which custom lists the entry are in"
    },
    "advancedScores": {
      "type": "object",
      "description": "Map of advanced scores with name keys"
    },
    "startedAt": {
      "description": "When the entry was started by the user",
      "$ref": "./anilist-fuzzydate-structure.json"
    },
    "completedAt": {
      "description": "When the entry was completed by the user",
      "$ref": "./anilist-fuzzydate-structure.json"
    },
    "updatedAt": {
      "type": "int32",
      "description": "When the entry data was last updated"
    },
    "createdAt": {
      "type": "int32",
      "description": "When the entry data was created"
    },
    "media": {
      "$ref": "./anilist-media-structure.json"
    },
    "user": {
      "$ref": "./anilist-user-structure.json"
    }
  },
  "required": [
    "id",
    "userId",
    "mediaId"
  ]
}

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-medialist-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.