← Entertainment

Top Anime

GET /anime/top

Get the highest-rated anime or manga of all time, ranked by MyAnimeList community scores. Returns titles, scores, episode counts, synopses, and cover images. Switch between anime and manga rankings with the type parameter. Useful for recommendation features, 'best of all time' lists, and helping newcomers discover critically acclaimed series. Data from Jikan/MyAnimeList.

Parameters

type optional default: anime

anime or manga

Example Requests

Basic usage
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"

Live Response

{
  "count": 10,
  "data": [
    {
      "id": 16498,
      "image": "https://myanimelist.net/images/anime/10/47347.jpg",
      "rank": 123,
      "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://myanimelist.net/images/anime/1079/138100.jpg",
      "rank": 97,
      "score": 8.62,
      "title": "Death Note",
      "title_english": "Death Note",
      "type": "TV",
      "url": "https://myanimelist.net/anime/1535/Death_Note"
    },
    {
      "id": 5114,
      "image": "https://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://myanimelist.net/images/anime/12/76049.jpg",
      "rank": 171,
      "score": 8.48,
      "title": "One Punch Man",
      "title_english": "One-Punch Man",
      "type": "TV",
      "url": "https://myanimelist.net/anime/30276/One_Punch_Man"
    },
    {
      "id": 38000,
      "image": "https://myanimelist.net/images/anime/1286/99889.jpg",
      "rank": 218,
      "score": 8.41,
      "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://myanimelist.net/images/anime/10/78745.jpg",
      "rank": 1065,
      "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://myanimelist.net/images/anime/11/39717.jpg",
      "rank": 3606,
      "score": 7.22,
      "title": "Sword Art Online",
      "title_english": "Sword Art Online",
      "type": "TV",
      "url": "https://myanimelist.net/anime/11757/Sword_Art_Online"
    },
    {
      "id": 11061,
      "image": "https://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://myanimelist.net/images/anime/1141/142503.jpg",
      "rank": 711,
      "score": 8.02,
      "title": "Naruto",
      "title_english": "Naruto",
      "type": "TV",
      "url": "https://myanimelist.net/anime/20/Naruto"
    },
    {
      "id": 22319,
      "image": "https://myanimelist.net/images/anime/1498/134443.jpg",
      "rank": 1184,
      "score": 7.79,
      "title": "Tokyo Ghoul",
      "title_english": "Tokyo Ghoul",
      "type": "TV",
      "url": "https://myanimelist.net/anime/22319/Tokyo_Ghoul"
    }
  ],
  "success": true,
  "type": "anime"
}