← Underholdning

Nåværende sesong

GET /anime/season

Hent all anime som sendes denne sesongen, med titler, episodetall, sendeplaner, synopser og vurderinger. Nyttig for sesongbaserte anime-sporingsapper, «hva er nytt denne sesongen»-funksjoner og å hjelpe fans med å følge med på de nyeste utgivelsene. Data fra Jikan/MyAnimeList, oppdatert når nye serier har premiere hver animesesong (vinter, vår, sommer, høst).

Se det visualisert

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/anime/season

Livesvar

{
  "count": 10,
  "data": [
    {
      "episodes": 13,
      "id": 51553,
      "image": "https://cdn.myanimelist.net/images/anime/1726/155542.jpg",
      "score": 8.7,
      "synopsis": "In a world where witches wield breathtaking magic, Coco, coming from a humble background, often wishes she were born one herself. After all, the secret behind casting magic is strictly guarded from no",
      "title": "Tongari Boushi no Atelier",
      "type": "TV"
    },
    {
      "episodes": 19,
      "id": 61316,
      "image": "https://cdn.myanimelist.net/images/anime/1540/155824.jpg",
      "score": 9.03,
      "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://cdn.myanimelist.net/images/anime/1176/153626.jpg",
      "score": 8.01,
      "synopsis": "As soon as Kiyotaka Ayanokouji and the rest of Class D officially enter their second year at Tokyo Metropolitan Advanced Nurturing High School, they face their next special test: each second-year stud",
      "title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 4th Season: 2-nensei-hen 1 Gakki",
      "type": "TV"
    },
    {
      "episodes": null,
      "id": 59970,
      "image": "https://cdn.myanimelist.net/images/anime/1695/156389.jpg",
      "score": 8.12,
      "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://cdn.myanimelist.net/images/anime/1171/156397.jpg",
      "score": 7.95,
      "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": 12,
      "id": 59983,
      "image": "https://cdn.myanimelist.net/images/anime/1190/155788.jpg",
      "score": 8.24,
      "synopsis": "As the year nears its end, the time for final exams arrives at Rigarden Magical Academy. Despite being the only student without any magic aptitude, Will Serfort aims to score perfect grades in every s",
      "title": "Tsue to Tsurugi no Wistoria Season 2",
      "type": "TV"
    },
    {
      "episodes": 13,
      "id": 62568,
      "image": "https://cdn.myanimelist.net/images/anime/1773/155779.jpg",
      "score": 8.29,
      "synopsis": "After reconciling with Dr. Xeno, Senkuu Ishigami is close to realizing his long-held dream: the space mission to the Moon is finally underway. While Dr. Xeno begins the development of their rocket's e",
      "title": "Dr. Stone: Science Future Part 3",
      "type": "TV"
    },
    {
      "episodes": 13,
      "id": 62568,
      "image": "https://cdn.myanimelist.net/images/anime/1773/155779.jpg",
      "score": 8.29,
      "synopsis": "After reconciling with Dr. Xeno, Senkuu Ishigami is close to realizing his long-held dream: the space mission to the Moon is finally underway. While Dr. Xeno begins the development of their rocket's e",
      "title": "Dr. Stone: Science Future Part 3",
      "type": "TV"
    },
    {
      "episodes": 12,
      "id": 56876,
      "image": "https://cdn.myanimelist.net/images/anime/1989/154843.jpg",
      "score": 7.43,
      "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": 12,
      "id": 56734,
      "image": "https://cdn.myanimelist.net/images/anime/1423/155713.jpg",
      "score": 7.93,
      "synopsis": "I, Maehara Maki, struggled to connect with anyone during my high school years, finding it hard to make friends. Then, a turning point arrived. A girl named Asanagi entered my life. Despite being cland",
      "title": "Class de 2-banme ni Kawaii Onnanoko to Tomodachi ni Natta",
      "type": "TV"
    }
  ],
  "success": true
}