← Afþreying

Efstu japönsku teiknimyndir

GET /anime/top

Sæktu hæst metið anime eða manga allra tíma, raðað eftir samfélagseinkunnum MyAnimeList. Skilar titlum, einkunnum, þáttafjölda, ágripum og kápumyndum. Skiptu á milli anime- og manga-röðunar með type-færibreytunni. Gagnlegt fyrir meðmælaaðgerðir, „best allra tíma“ lista og til að hjálpa nýliðum að uppgötva gagnrýnandahyltar þáttaraðir. Gögn frá Jikan/MyAnimeList.

Sjáðu það myndrænt

Breytur

type valfrjálst sjálfgefið: anime

anime or manga

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/anime/top
Top rated anime of all time
curl https://nordapi.ee/api/v1/anime/top
Top rated manga of all time
curl "https://nordapi.ee/api/v1/anime/top?type=manga"

Lifandi svar

{
  "count": 10,
  "data": [
    {
      "id": 16498,
      "image": "https://cdn.myanimelist.net/images/anime/10/47347.jpg",
      "rank": 127,
      "score": 8.57,
      "title": "Shingeki no Kyojin",
      "title_english": "Attack on Titan",
      "type": "TV",
      "url": "https://myanimelist.net/anime/16498/Shingeki_no_Kyojin"
    },
    {
      "id": 1535,
      "image": "https://cdn.myanimelist.net/images/anime/1079/138100.jpg",
      "rank": 99,
      "score": 8.62,
      "title": "Death Note",
      "title_english": "Death Note",
      "type": "TV",
      "url": "https://myanimelist.net/anime/1535/Death_Note"
    },
    {
      "id": 5114,
      "image": "https://cdn.myanimelist.net/images/anime/1208/94745.jpg",
      "rank": 3,
      "score": 9.11,
      "title": "Fullmetal Alchemist: Brotherhood",
      "title_english": "Fullmetal Alchemist: Brotherhood",
      "type": "TV",
      "url": "https://myanimelist.net/anime/5114/Fullmetal_Alchemist__Brotherhood"
    },
    {
      "id": 30276,
      "image": "https://cdn.myanimelist.net/images/anime/12/76049.jpg",
      "rank": 181,
      "score": 8.47,
      "title": "One Punch Man",
      "title_english": "One-Punch Man",
      "type": "TV",
      "url": "https://myanimelist.net/anime/30276/One_Punch_Man"
    },
    {
      "id": 38000,
      "image": "https://cdn.myanimelist.net/images/anime/1286/99889.jpg",
      "rank": 232,
      "score": 8.4,
      "title": "Kimetsu no Yaiba",
      "title_english": "Demon Slayer: Kimetsu no Yaiba",
      "type": "TV",
      "url": "https://myanimelist.net/anime/38000/Kimetsu_no_Yaiba"
    },
    {
      "id": 31964,
      "image": "https://cdn.myanimelist.net/images/anime/10/78745.jpg",
      "rank": 1106,
      "score": 7.83,
      "title": "Boku no Hero Academia",
      "title_english": "My Hero Academia",
      "type": "TV",
      "url": "https://myanimelist.net/anime/31964/Boku_no_Hero_Academia"
    },
    {
      "id": 11757,
      "image": "https://cdn.myanimelist.net/images/anime/11/39717.jpg",
      "rank": 3860,
      "score": 7.23,
      "title": "Sword Art Online",
      "title_english": "Sword Art Online",
      "type": "TV",
      "url": "https://myanimelist.net/anime/11757/Sword_Art_Online"
    },
    {
      "id": 11061,
      "image": "https://cdn.myanimelist.net/images/anime/1337/99013.jpg",
      "rank": 9,
      "score": 9.03,
      "title": "Hunter x Hunter (2011)",
      "title_english": "Hunter x Hunter",
      "type": "TV",
      "url": "https://myanimelist.net/anime/11061/Hunter_x_Hunter_2011"
    },
    {
      "id": 20,
      "image": "https://cdn.myanimelist.net/images/anime/1141/142503.jpg",
      "rank": 729,
      "score": 8.02,
      "title": "Naruto",
      "title_english": "Naruto",
      "type": "TV",
      "url": "https://myanimelist.net/anime/20/Naruto"
    },
    {
      "id": 22319,
      "image": "https://cdn.myanimelist.net/images/anime/1498/134443.jpg",
      "rank": 1233,
      "score": 7.79,
      "title": "Tokyo Ghoul",
      "title_english": "Tokyo Ghoul",
      "type": "TV",
      "url": "https://myanimelist.net/anime/22319/Tokyo_Ghoul"
    }
  ],
  "success": true,
  "type": "anime"
}