← Развлечения

Лучшее аниме

GET /anime/top

Получение аниме или манги с самым высоким рейтингом всех времён, ранжированных по оценкам сообщества MyAnimeList. Возвращает названия, оценки, количество серий, синопсисы и обложки. Переключение между рейтингами аниме и манги с помощью параметра типа. Полезно для функций рекомендаций, списков «лучшие всех времён» и помощи новичкам в открытии высоко оценённых серий. Данные из Jikan/MyAnimeList.

Параметры

type необязательный по умолчанию: anime

anime or manga

Примеры запросов

Базовое использование
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"

Ответ в реальном времени

{
  "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": 96,
      "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"
}