MediaTag is a JSON Structure definition published by AniList, describing 9 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-mediatag-structure.json",
"name": "MediaTag",
"description": "A tag that describes a theme or element of the media",
"type": "object",
"properties": {
"id": {
"type": "int32",
"description": "The id of the tag"
},
"name": {
"type": "string",
"description": "The name of the tag"
},
"description": {
"type": "string",
"description": "A general description of the tag"
},
"category": {
"type": "string",
"description": "The categories of tags this tag belongs to"
},
"rank": {
"type": "int32",
"description": "The relevance ranking of the tag out of the 100 for this media"
},
"isGeneralSpoiler": {
"type": "boolean",
"description": "If the tag could be a spoiler for any media"
},
"isMediaSpoiler": {
"type": "boolean",
"description": "If the tag is a spoiler for this media"
},
"isAdult": {
"type": "boolean",
"description": "If the tag is only for adult 18+ media"
},
"userId": {
"type": "int32",
"description": "The user who submitted the tag"
}
},
"required": [
"id",
"name"
]
}
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.