AniList · JSON Structure

Anilist Review Structure

A Review that features in an anime or manga

Type: object Properties: 16 Required: 5
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs

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

Properties

id userId mediaId mediaType summary body rating ratingAmount userRating score private siteUrl createdAt updatedAt user media

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-review-structure.json",
  "name": "Review",
  "description": "A Review that features in an anime or manga",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The id of the review"
    },
    "userId": {
      "type": "int32",
      "description": "The id of the review's creator"
    },
    "mediaId": {
      "type": "int32",
      "description": "The id of the review's media"
    },
    "mediaType": {
      "type": "string",
      "description": "For which type of media the review is for",
      "enum": [
        "ANIME",
        "MANGA"
      ]
    },
    "summary": {
      "type": "string",
      "description": "A short summary of the review"
    },
    "body": {
      "type": "string",
      "description": "The main review body text"
    },
    "rating": {
      "type": "int32",
      "description": "The total user rating of the review"
    },
    "ratingAmount": {
      "type": "int32",
      "description": "The amount of user ratings of the review"
    },
    "userRating": {
      "type": "string",
      "description": "The rating of the review by currently authenticated user",
      "enum": [
        "NO_VOTE",
        "UP_VOTE",
        "DOWN_VOTE"
      ]
    },
    "score": {
      "type": "int32",
      "description": "The review score of the media"
    },
    "private": {
      "type": "boolean",
      "description": "If the review is not yet publicly published and is only viewable by creator"
    },
    "siteUrl": {
      "type": "string",
      "description": "The url for the review page on the AniList website"
    },
    "createdAt": {
      "type": "int32",
      "description": "The time of the thread creation"
    },
    "updatedAt": {
      "type": "int32",
      "description": "The time of the thread last update"
    },
    "user": {
      "description": "The creator of the review",
      "$ref": "./anilist-user-structure.json"
    },
    "media": {
      "description": "The media the review is of",
      "$ref": "./anilist-media-structure.json"
    }
  },
  "required": [
    "id",
    "userId",
    "mediaId",
    "createdAt",
    "updatedAt"
  ]
}

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