GET /anime/season
Get all anime currently airing this season, with titles, episode counts, airing schedules, synopses, and ratings. Useful for seasonal anime tracking apps, 'what's new this season' features, and helping fans keep up with the latest releases. Data from Jikan/MyAnimeList, updated as new shows premiere each anime season (Winter, Spring, Summer, Fall).
curl https://nordapi.ee/api/v1/anime/season
{
"count": 10,
"data": [
{
"episodes": 13,
"id": 51553,
"image": "https://myanimelist.net/images/anime/1726/155542.jpg",
"score": 8.76,
"synopsis": "Coco, a humble dressmaker's daughter, has always been fascinated by magic and the witches who cast it, despite the strict precautions they take to hide their methods from the public. However, when Coc",
"title": "Tongari Boushi no Atelier",
"type": "TV"
},
{
"episodes": 19,
"id": 61316,
"image": "https://myanimelist.net/images/anime/1540/155824.jpg",
"score": 8.91,
"synopsis": "In the deadly battle at the Watergate City of Priestella, Subaru and his allies barely emerged victorious—but their triumph came at a great cost. Through the \"Authority of Gluttony,\" Rem was put into ",
"title": "Re:Zero kara Hajimeru Isekai Seikatsu 4th Season",
"type": "TV"
},
{
"episodes": 16,
"id": 59708,
"image": "https://myanimelist.net/images/anime/1176/153626.jpg",
"score": 8.11,
"synopsis": "As Ayanokouji and his classmates begin their second year at the Advanced Nurturing High School, they're greeted by a fresh gauntlet of exams and a fresh batch of rather unique first-year students. The",
"title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 4th Season: 2-nensei-hen 1 Gakki",
"type": "TV"
},
{
"episodes": null,
"id": 59970,
"image": "https://myanimelist.net/images/anime/1695/156389.jpg",
"score": 8.13,
"synopsis": "Demon Lord Rimuru's dream of creating an alliance between humans and monsters takes a step closer to being realized. As Tempest continues to prosper, Granville Rozzo and his granddaughter, Maribel Roz",
"title": "Tensei shitara Slime Datta Ken 4th Season",
"type": "TV"
},
{
"episodes": 24,
"id": 62001,
"image": "https://myanimelist.net/images/anime/1171/156397.jpg",
"score": 8.01,
"synopsis": "In an isolated village, two twins were born, separated by day and night. It is years later, and while the older brother Yuru has become a hunter of animals, his sister Asa has been locked away in a ca",
"title": "Yomi no Tsugai",
"type": "TV"
},
{
"episodes": null,
"id": 59983,
"image": "https://myanimelist.net/images/anime/1190/155788.jpg",
"score": 8.25,
"synopsis": "Second season of Tsue to Tsurugi no Wistoria.",
"title": "Tsue to Tsurugi no Wistoria Season 2",
"type": "TV"
},
{
"episodes": 13,
"id": 62568,
"image": "https://myanimelist.net/images/anime/1773/155779.jpg",
"score": 8.29,
"synopsis": "Third part of Dr. Stone: Science Future.",
"title": "Dr. Stone: Science Future Part 3",
"type": "TV"
},
{
"episodes": 13,
"id": 62568,
"image": "https://myanimelist.net/images/anime/1773/155779.jpg",
"score": 8.29,
"synopsis": "Third part of Dr. Stone: Science Future.",
"title": "Dr. Stone: Science Future Part 3",
"type": "TV"
},
{
"episodes": 12,
"id": 56876,
"image": "https://myanimelist.net/images/anime/1989/154843.jpg",
"score": 7.77,
"synopsis": "Second season of Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken.",
"title": "Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken 2",
"type": "TV"
},
{
"episodes": null,
"id": 62601,
"image": "https://myanimelist.net/images/anime/1927/154309.jpg",
"score": 7.58,
"synopsis": "For centuries, the Poison Masters have perfected the art of assassination. Among them, the Gero family stands as one of the five most powerful families of Masters, wielding unmatched skill and influen",
"title": "Marriagetoxin",
"type": "TV"
}
],
"success": true
}