Data
Currently airing anime, ranked (Jikan) API
The current anime season from MyAnimeList via Jikan, ranked by member count so the most-followed shows surface first, each with type, episodes, score, genres, and engagement label. Answers 'what anime is airing this season', 'top current-season shows'.
Price$0.01per request
MethodPOST
Route/v1/data/anime-seasonal
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache43200s public
dataanimejikanmyanimelistseasonalairingmediaentertainment
API URL
Integration docshttps://x402.hexl.dev/v1/data/anime-seasonalExample request
{
"limit": 5
}Example response
{
"season": "current",
"count": 5,
"results": [
{
"malId": 51553,
"title": "Tongari Boushi no Atelier",
"type": "TV",
"episodes": 13,
"score": 8.72,
"members": 318050,
"engagement": "highly-rated",
"genres": [
"Fantasy"
],
"url": "https://myanimelist.net/anime/51553/Tongari_Boushi_no_Atelier"
},
{
"malId": 61316,
"title": "Re:Zero kara Hajimeru Isekai Seikatsu 4th Season",
"type": "TV",
"episodes": 19,
"score": 8.97,
"members": 240384,
"engagement": "highly-rated",
"genres": [
"Drama",
"Fantasy",
"Suspense"
],
"url": "https://myanimelist.net/anime/61316/Re_Zero_kara_Hajimeru_Isekai_Seikatsu_4th_Season"
},
{
"malId": 59708,
"title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 4th Season: 2-nensei-hen 1 Gakki",
"type": "TV",
"episodes": 16,
"score": 8.03,
"members": 206960,
"engagement": "highly-rated",
"genres": [
"Drama",
"Suspense"
],
"url": "https://myanimelist.net/anime/59708/Youkoso_Jitsuryoku_Shijou_Shugi_no_Kyoushitsu_e_4th_Season__2-nensei-hen_1_Gakki"
},
{
"malId": 59970,
"title": "Tensei shitara Slime Datta Ken 4th Season",
"type": "TV",
"episodes": null,
"score": 8.12,
"members": 201988,
"engagement": "highly-rated",
"genres": [
"Action",
"Comedy",
"Fantasy"
],
"url": "https://myanimelist.net/anime/59970/Tensei_shitara_Slime_Datta_Ken_4th_Season"
},
{
"malId": 62001,
"title": "Yomi no Tsugai",
"type": "TV",
"episodes": 24,
"score": 7.97,
"members": 185118,
"engagement": "well-received",
"genres": [
"Action",
"Adventure",
"Supernatural"
],
"url": "https://myanimelist.net/anime/62001/Yomi_no_Tsugai"
}
]
}Input schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 10
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}