AniList · Schema
Review
A Review that features in an anime or manga
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The id of the review |
| userId | integer | The id of the review's creator |
| mediaId | integer | The id of the review's media |
| mediaType | string | For which type of media the review is for |
| summary | string | A short summary of the review |
| body | string | The main review body text |
| rating | integer | The total user rating of the review |
| ratingAmount | integer | The amount of user ratings of the review |
| userRating | string | The rating of the review by currently authenticated user |
| score | integer | The review score of the media |
| private | boolean | If the review is not yet publicly published and is only viewable by creator |
| siteUrl | string | The url for the review page on the AniList website |
| createdAt | integer | The time of the thread creation |
| updatedAt | integer | The time of the thread last update |
| user | object | The creator of the review |
| media | object | The media the review is of |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-schema/anilist-review-schema.json",
"title": "Review",
"description": "A Review that features in an anime or manga",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The id of the review"
},
"userId": {
"type": "integer",
"description": "The id of the review's creator"
},
"mediaId": {
"type": "integer",
"description": "The id of the review's media"
},
"mediaType": {
"type": "string",
"enum": [
"ANIME",
"MANGA"
],
"description": "For which type of media the review is for"
},
"summary": {
"type": "string",
"description": "A short summary of the review"
},
"body": {
"type": "string",
"description": "The main review body text"
},
"rating": {
"type": "integer",
"description": "The total user rating of the review"
},
"ratingAmount": {
"type": "integer",
"description": "The amount of user ratings of the review"
},
"userRating": {
"type": "string",
"enum": [
"NO_VOTE",
"UP_VOTE",
"DOWN_VOTE"
],
"description": "The rating of the review by currently authenticated user"
},
"score": {
"type": "integer",
"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": "integer",
"description": "The time of the thread creation"
},
"updatedAt": {
"type": "integer",
"description": "The time of the thread last update"
},
"user": {
"$ref": "./anilist-user-schema.json",
"description": "The creator of the review"
},
"media": {
"$ref": "./anilist-media-schema.json",
"description": "The media the review is of"
}
},
"required": [
"id",
"userId",
"mediaId",
"createdAt",
"updatedAt"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/anilist-review"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.