Catalog/data-anime-details

Data

Full anime details by MAL id (Jikan) API

Full MyAnimeList detail for an anime id via Jikan: score, scored-by, rank, popularity, members, studios, genres, themes, season, source material, plus a derived engagement label (acclaimed/highly-rated/niche...) that weights score by vote volume. Answers 'detailed stats for anime X', 'how acclaimed is this anime'.

Price$0.01per request
MethodPOST
Route/v1/data/anime-details
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache86400s public
dataanimejikanmyanimelistmediaentertainmentratingjapan
API URLhttps://x402.hexl.dev/v1/data/anime-details
Integration docs
Example request
{
  "id": 52991
}
Example response
{
  "malId": 52991,
  "title": "Sousou no Frieren",
  "titleEnglish": "Frieren: Beyond Journey's End",
  "type": "TV",
  "episodes": 28,
  "status": "Finished Airing",
  "aired": "Sep 29, 2023 to Mar 22, 2024",
  "season": "fall 2023",
  "score": 9.26,
  "scoredBy": 894397,
  "rank": 1,
  "popularityRank": 104,
  "members": 1451982,
  "engagement": "acclaimed",
  "rating": "PG-13 - Teens 13 or older",
  "duration": "24 min per ep",
  "sourceMaterial": "Manga",
  "studios": [
    "Madhouse"
  ],
  "genres": [
    "Adventure",
    "Award Winning",
    "Drama",
    "Fantasy"
  ],
  "themes": [],
  "synopsis": "During their decade-long quest to defeat the Demon King, the members of the hero's party—Himmel himself, the priest Heiter, the dwarf warrior Eisen, and the elven mage Frieren—forge bonds through adventures and battles, creating unforgettable precious memories for most of them. However, the time that Frieren spends with her comrades is equivalent to merely a fraction of her life, which has lasted over a thousand years. When the party disbands after their victory, Frieren casually returns to her ",
  "url": "https://myanimelist.net/anime/52991/Sousou_no_Frieren"
}
Input schema
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "minimum": 1,
      "description": "MyAnimeList anime id."
    }
  }
}
Output schema
{
  "type": "object",
  "additionalProperties": true
}