zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Movie/MyAnimeList
Logo MyAnimeList

MyAnimeList

Database anime & manga MyAnimeList: pencarian, detail, karakter, top, dan anime musiman.

7 endpoints7 endpoints on this scraper43 calls43 calls so farupdated 4 months agoLast updated 6/7/2026, 11:36:29 PMBusy: 10+ calls so farllms.txt
Endpoints7

2/7 passing
checked 20 hours ago · daily 01:00 WIB

Anime

MyAnimeList — Detail Anime by ID (versi /full).

GET/v1/movie:myanimelist/anime/:id30m cache1 paramchecking key…
Parameters
idstringrequired

MAL anime ID (angka). Boleh tempel URL myanimelist.net penuh — ID di-ekstrak otomatis

·
Response
EXAMPLE
{
  "id": 20,
  "url": "https://myanimelist.net/anime/20/Naruto",
  "rank": 709,
  "type": "TV",
  "year": 2002,
  "image": "https://cdn.myanimelist.net/images/anime/1141/142503.jpg",
  "score": 8.02,
  "title": "Naruto",
  "airing": false,
  "genres": [
    "Action",
    "Adventure",
    "Fantasy"
  ],
  "rating": "PG-13 - Teens 13 or older",
  "season": "fall",
  "source": "Manga",
  "status": "Finished Airing",
  "themes": [
    "Martial Arts"
  ],
  "airedTo": "2007-02-08T00:00:00+00:00",
  "members": 3126400,
  "studios": [
    "Studio Pierrot"
  ],
  "duration": "23 min per ep",
  "episodes": 220,
  "scoredBy": 2147508,
  "synopsis": "Twelve years ago, a colossal demon fox terrorized the world. During the monster's attack on the Hidden Leaf Village, the Hokage—the village's leader and most powerful ninja—sacrifi…",
  "airedFrom": "2002-10-03T00:00:00+00:00",
  "broadcast": "Thursdays at 19:30 (JST)",
  "favorites": 86763,
  "licensors": [
    "VIZ Media"
  ],
  "producers": [
    "TV Tokyo",
    "Aniplex"
  ],
  "relations": [
    {
      "entries": [
        {
          "id": 1735,
          "name": "Naruto: Shippuuden",
          "type": "anime"
        }
      ],
      "relation": "Sequel"
    },
    {
      "entries": [
        {
          "id": 11,
          "name": "Naruto",
          "type": "manga"
        }
      ],
      "relation": "Adaptation"
    },
    {
      "entries": [
        {
          "id": 761,
          "name": "Naruto: Akaki Yotsuba no Clover wo Sagase",
          "type": "anime"
        },
        {
          "id": 594,
          "name": "Naruto: Takigakure no Shitou - Ore ga Eiyuu Dattebayo!",
          "type": "anime"
        },
        {
          "id": 442,
          "name": "Naruto Movie 1: Dai Katsugeki!! Yuki Hime Ninpouchou Dattebayo!",
          "type": "anime"
        }
      ],
      "relation": "Side Story"
    }
  ],
  "background": "Naruto received numerous awards during its airing, including the Best Full-Length Animation Program Award in the third UStv Awards and the 38th Best Animated Show in IGN's Top 100 …",
  "imageLarge": "https://cdn.myanimelist.net/images/anime/1141/142503l.jpg",
  "popularity": 9,
  "airedString": "Oct 3, 2002 to Feb 8, 2007",
  "demographics": [
    "Shounen"
  ],
  "titleEnglish": "Naruto",
  "titleJapanese": "ナルト",
  "titleSynonyms": [
    "NARUTO"
  ]
}

Code

Anime
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("movie:myanimelist", "anime", {
  "id": "20"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

7 endpoints · plain text
GET
Anime/v1/movie:myanimelist/anime/:id
1 param

MyAnimeList — Detail Anime by ID (versi /full).

Parameters

idstringrequiredin path
MAL anime ID (angka). Boleh tempel URL myanimelist.net penuh — ID di-ekstrak otomatis

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/anime/20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 20,
  "url": "https://myanimelist.net/anime/20/Naruto",
  "rank": 709,
  "type": "TV",
  "year": 2002,
  "image": "https://cdn.myanimelist.net/images/anime/1141/142503.jpg",
  "score": 8.02,
  "title": "Naruto",
  "airing": false,
  "genres": [
    "Action",
    "Adventure",
    "Fantasy"
  ],
  "rating": "PG-13 - Teens 13 or older",
  "season": "fall",
  "source": "Manga",
  "status": "Finished Airing",
  "themes": [
    "Martial Arts"
  ],
  "airedTo": "2007-02-08T00:00:00+00:00",
  "members": 3126400,
  "studios": [
    "Studio Pierrot"
  ],
  "duration": "23 min per ep",
  "episodes": 220,
  "scoredBy": 2147508,
  "synopsis": "Twelve years ago, a colossal demon fox terrorized the world. During the monster's attack on the Hidden Leaf Village, the Hokage—the village's leader and most powerful ninja—sacrifi…",
  "airedFrom": "2002-10-03T00:00:00+00:00",
  "broadcast": "Thursdays at 19:30 (JST)",
  "favorites": 86763,
  "licensors": [
    "VIZ Media"
  ],
  "producers": [
    "TV Tokyo",
    "Aniplex"
  ],
  "relations": [
    {
      "entries": [
        {
          "id": 1735,
          "name": "Naruto: Shippuuden",
          "type": "anime"
        }
      ],
      "relation": "Sequel"
    },
    {
      "entries": [
        {
          "id": 11,
          "name": "Naruto",
          "type": "manga"
        }
      ],
      "relation": "Adaptation"
    },
    {
      "entries": [
        {
          "id": 761,
          "name": "Naruto: Akaki Yotsuba no Clover wo Sagase",
          "type": "anime"
        },
        {
          "id": 594,
          "name": "Naruto: Takigakure no Shitou - Ore ga Eiyuu Dattebayo!",
          "type": "anime"
        },
        {
          "id": 442,
          "name": "Naruto Movie 1: Dai Katsugeki!! Yuki Hime Ninpouchou Dattebayo!",
          "type": "anime"
        }
      ],
      "relation": "Side Story"
    }
  ],
  "background": "Naruto received numerous awards during its airing, including the Best Full-Length Animation Program Award in the third UStv Awards and the 38th Best Animated Show in IGN's Top 100 …",
  "imageLarge": "https://cdn.myanimelist.net/images/anime/1141/142503l.jpg",
  "popularity": 9,
  "airedString": "Oct 3, 2002 to Feb 8, 2007",
  "demographics": [
    "Shounen"
  ],
  "titleEnglish": "Naruto",
  "titleJapanese": "ナルト",
  "titleSynonyms": [
    "NARUTO"
  ]
}
GET
Characters/v1/movie:myanimelist/characters/:id
2 params

MyAnimeList — Karakter Anime by ID (+ pengisi suara / VA).

Parameters

idstringrequiredin path
MAL anime ID (angka). Boleh tempel URL myanimelist.net penuh — ID di-ekstrak otomatis
countnumberoptional
Jumlah karakter maksimum yang dikembalikan. Default 20, max 25

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/characters/20?count=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 20,
  "items": [
    {
      "id": 145,
      "url": "https://myanimelist.net/character/145/Sakura_Haruno",
      "name": "Haruno, Sakura",
      "role": "Main",
      "image": "https://cdn.myanimelist.net/images/characters/9/69275.jpg?s=36c4ad9f4440d77918c34c49870e719c",
      "favorites": 5664,
      "voiceActors": [
        {
          "id": 300,
          "name": "Nakamura, Chie",
          "image": "https://cdn.myanimelist.net/images/voiceactors/2/75895.jpg?s=fd560b5d61dcf47f0cc9aa761db82582",
          "language": "Japanese"
        },
        {
          "id": 318,
          "name": "Higgins, Kate",
          "image": "https://cdn.myanimelist.net/images/voiceactors/1/15911.jpg?s=f5593bf3b59871782d708f12da078833",
          "language": "English"
        },
        {
          "id": 1090,
          "name": "Pacotto, Emanuela",
          "image": "https://cdn.myanimelist.net/images/voiceactors/3/28987.jpg?s=5c2fd7a61117beb4b7351f572bb5a52a",
          "language": "Italian"
        }
      ]
    },
    {
      "id": 85,
      "url": "https://myanimelist.net/character/85/Kakashi_Hatake",
      "name": "Hatake, Kakashi",
      "role": "Main",
      "image": "https://cdn.myanimelist.net/images/characters/7/284129.jpg?s=b0a6b941fd427cbfd85657f316c0e309",
      "favorites": 49078,
      "voiceActors": [
        {
          "id": 21,
          "name": "Inoue, Kazuhiko",
          "image": "https://cdn.myanimelist.net/images/voiceactors/3/68015.jpg?s=adc8a9f5e0fde931daabdea9a3c636e3",
          "language": "Japanese"
        },
        {
          "id": 349,
          "name": "Wittenberg, Dave",
          "image": "https://cdn.myanimelist.net/images/voiceactors/2/40707.jpg?s=4c5bbca108064d4a014d1fc6d31632a1",
          "language": "English"
        },
        {
          "id": 1289,
          "name": "Moneta, Claudio",
          "image": "https://cdn.myanimelist.net/images/voiceactors/3/37157.jpg?s=37ac121dd5f6b4265263f43015e3be40",
          "language": "Italian"
        }
      ]
    },
    {
      "id": 13,
      "url": "https://myanimelist.net/character/13/Sasuke_Uchiha",
      "name": "Uchiha, Sasuke",
      "role": "Main",
      "image": "https://cdn.myanimelist.net/images/characters/9/131317.jpg?s=9705c17dba36c2edebded3a72dc1a46e",
      "favorites": 30197,
      "voiceActors": [
        {
          "id": 16,
          "name": "Sugiyama, Noriaki",
          "image": "https://cdn.myanimelist.net/images/voiceactors/3/73289.jpg?s=429ee25324e9906db1f67a4d2e675230",
          "language": "Japanese"
        },
        {
          "id": 225,
          "name": "Lowenthal, Yuri",
          "image": "https://cdn.myanimelist.net/images/voiceactors/3/39030.jpg?s=f0099087fc3f79903d24de2edceb778f",
          "language": "English"
        },
        {
          "id": 1292,
          "name": "Rigotti, Alessandro",
          "image": "https://cdn.myanimelist.net/images/voiceactors/2/1285.jpg?s=aa43f1d4eb495405f6a49ae9c4f5602b",
          "language": "Italian"
        }
      ]
    }
  ],
  "total": 268,
  "animeId": 20
}
GET
Manga/v1/movie:myanimelist/manga/:id
1 param

MyAnimeList — Detail Manga by ID (versi /full).

Parameters

idstringrequiredin path
MAL manga ID (angka). Boleh tempel URL myanimelist.net penuh — ID di-ekstrak otomatis

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/manga/11" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 11,
  "url": "https://myanimelist.net/manga/11/Naruto",
  "rank": 689,
  "type": "Manga",
  "image": "https://cdn.myanimelist.net/images/manga/3/249658.jpg",
  "score": 8.08,
  "title": "Naruto",
  "genres": [
    "Action",
    "Adventure",
    "Fantasy"
  ],
  "status": "Finished",
  "themes": [
    "Martial Arts"
  ],
  "authors": [
    "Kishimoto, Masashi"
  ],
  "members": 444948,
  "volumes": 72,
  "chapters": 700,
  "scoredBy": 288154,
  "synopsis": "Whenever Naruto Uzumaki proclaims that he will someday become the Hokage—a title bestowed upon the best ninja in the Village Hidden in the Leaves—no one takes him seriously. Since …",
  "favorites": 44555,
  "relations": [
    {
      "entries": [
        {
          "id": 95210,
          "name": "Boruto: Naruto Next Generations",
          "type": "manga"
        }
      ],
      "relation": "Sequel"
    },
    {
      "entries": [
        {
          "id": 20,
          "name": "Naruto",
          "type": "anime"
        },
        {
          "id": 1735,
          "name": "Naruto: Shippuuden",
          "type": "anime"
        },
        {
          "id": 53236,
          "name": "Road of Naruto",
          "type": "anime"
        }
      ],
      "relation": "Adaptation"
    },
    {
      "entries": [
        {
          "id": 57095,
          "name": "Naruto: Takigakure no Shitou Ore ga Hero dattebayo!",
          "type": "manga"
        },
        {
          "id": 96762,
          "name": "Naruto: Dai Katsugeki! Yuki Hime Ninpouchou Datteba yo!!",
          "type": "manga"
        },
        {
          "id": 96763,
          "name": "Gekijouban Naruto: Dai Gekitotsu! Maboroshi no Chitei Iseki Datteba yo",
          "type": "manga"
        }
      ],
      "relation": "Side Story"
    }
  ],
  "background": "Naruto has sold over 250 million copies worldwide as of 2020, making it the 4th highest-grossing manga series of all time. It was nominated for the 19th Tezuka Osamu Cultural Prize…",
  "imageLarge": "https://cdn.myanimelist.net/images/manga/3/249658l.jpg",
  "popularity": 13,
  "publishing": false,
  "publishedTo": "2014-11-10T00:00:00+00:00",
  "demographics": [
    "Shounen"
  ],
  "titleEnglish": "Naruto",
  "publishedFrom": "1999-09-21T00:00:00+00:00",
  "titleJapanese": "NARUTO―ナルト―",
  "serializations": [
    "Shounen Jump (Weekly)"
  ],
  "publishedString": "Sep 21, 1999 to Nov 10, 2014"
}
GET
Search Anime/v1/movie:myanimelist/search-anime
3 params

MyAnimeList — Search Anime. Cari anime berdasarkan kata kunci.

Parameters

qstringrequired
Kata kunci pencarian anime (judul / sebagian judul)
pagenumberoptional
Nomor halaman (1, 2, 3, ...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 10, max 25

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/search-anime?q=naruto&page=1&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "id": 20,
      "url": "https://myanimelist.net/anime/20/Naruto",
      "rank": 709,
      "type": "TV",
      "year": 2002,
      "image": "https://cdn.myanimelist.net/images/anime/1141/142503.jpg",
      "score": 8.02,
      "title": "Naruto",
      "airing": false,
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "rating": "PG-13 - Teens 13 or older",
      "season": "fall",
      "source": "Manga",
      "status": "Finished Airing",
      "members": 3126400,
      "studios": [
        "Studio Pierrot"
      ],
      "episodes": 220,
      "scoredBy": 2147508,
      "synopsis": "Twelve years ago, a colossal demon fox terrorized the world. During the monster's attack on the Hidden Leaf Village, the Hokage—the village's leader and most powerful ninja—sacrifi…",
      "favorites": 86763,
      "popularity": 9,
      "titleEnglish": "Naruto",
      "titleJapanese": "ナルト"
    },
    {
      "id": 16870,
      "url": "https://myanimelist.net/anime/16870/The_Last__Naruto_the_Movie",
      "rank": 1163,
      "type": "Movie",
      "image": "https://cdn.myanimelist.net/images/anime/1491/134498.jpg",
      "score": 7.8,
      "title": "The Last: Naruto the Movie",
      "airing": false,
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "rating": "PG-13 - Teens 13 or older",
      "source": "Manga",
      "status": "Finished Airing",
      "members": 671423,
      "studios": [
        "Studio Pierrot"
      ],
      "episodes": 1,
      "scoredBy": 443401,
      "synopsis": "Two years have passed since the end of the Fourth Great Ninja War. Konohagakure has remained in a state of peace and harmony—until Sixth Hokage Kakashi Hatake notices the moon is d…",
      "favorites": 2351,
      "popularity": 366,
      "titleEnglish": "Naruto Shippuden the Movie 7: The Last",
      "titleJapanese": "THE LAST NARUTO THE MOVIE"
    },
    {
      "id": 28755,
      "url": "https://myanimelist.net/anime/28755/Boruto__Naruto_the_Movie",
      "rank": 2702,
      "type": "Movie",
      "image": "https://cdn.myanimelist.net/images/anime/4/78280.jpg",
      "score": 7.37,
      "title": "Boruto: Naruto the Movie",
      "airing": false,
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "rating": "PG-13 - Teens 13 or older",
      "source": "Manga",
      "status": "Finished Airing",
      "members": 499318,
      "studios": [
        "Studio Pierrot"
      ],
      "episodes": 1,
      "scoredBy": 319403,
      "synopsis": "The spirited Boruto Uzumaki, son of Seventh Hokage Naruto, is a skilled ninja who possesses the same brashness and passion his father once had. However, the constant absence of his…",
      "favorites": 1019,
      "popularity": 524,
      "titleEnglish": "Boruto: Naruto the Movie",
      "titleJapanese": "BORUTO -NARUTO THE MOVIE-"
    }
  ],
  "query": "naruto",
  "total": 30,
  "hasMore": true,
  "nextPage": 2
}
GET
Search Manga/v1/movie:myanimelist/search-manga
3 params

MyAnimeList — Search Manga. Cari manga berdasarkan kata kunci.

Parameters

qstringrequired
Kata kunci pencarian manga (judul / sebagian judul)
pagenumberoptional
Nomor halaman (1, 2, 3, ...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 10, max 25

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/search-manga?q=naruto&page=1&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "id": 11,
      "url": "https://myanimelist.net/manga/11/Naruto",
      "rank": 689,
      "type": "Manga",
      "image": "https://cdn.myanimelist.net/images/manga/3/249658.jpg",
      "score": 8.08,
      "title": "Naruto",
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "status": "Finished",
      "authors": [
        "Kishimoto, Masashi"
      ],
      "members": 444948,
      "volumes": 72,
      "chapters": 700,
      "scoredBy": 288154,
      "synopsis": "Whenever Naruto Uzumaki proclaims that he will someday become the Hokage—a title bestowed upon the best ninja in the Village Hidden in the Leaves—no one takes him seriously. Since …",
      "favorites": 44555,
      "popularity": 13,
      "publishing": false,
      "titleEnglish": "Naruto",
      "titleJapanese": "NARUTO―ナルト―"
    },
    {
      "id": 6444,
      "url": "https://myanimelist.net/manga/6444/Naruto",
      "rank": 18009,
      "type": "One-shot",
      "image": "https://cdn.myanimelist.net/images/manga/1/125935.jpg",
      "score": 6.5,
      "title": "Naruto",
      "genres": [
        "Action"
      ],
      "status": "Finished",
      "authors": [
        "Kishimoto, Masashi"
      ],
      "members": 17475,
      "chapters": 1,
      "scoredBy": 10285,
      "favorites": 195,
      "popularity": 1324,
      "publishing": false,
      "titleJapanese": "NARUTO-ナルト-"
    },
    {
      "id": 95210,
      "url": "https://myanimelist.net/manga/95210/Boruto__Naruto_Next_Generations",
      "rank": 13543,
      "type": "Manga",
      "image": "https://cdn.myanimelist.net/images/manga/3/181968.jpg",
      "score": 6.77,
      "title": "Boruto: Naruto Next Generations",
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "status": "Finished",
      "authors": [
        "Kishimoto, Masashi",
        "Ikemoto, Mikio",
        "Kodachi, Ukyou"
      ],
      "members": 133166,
      "volumes": 20,
      "chapters": 81,
      "scoredBy": 73343,
      "synopsis": "Naruto Uzumaki has finally achieved his dream of becoming Hokage, the leader of the Hidden Leaf Village that he spent his teenage years fighting to protect. Naruto and his peers no…",
      "favorites": 3577,
      "popularity": 108,
      "publishing": false,
      "titleEnglish": "Boruto: Naruto Next Generations",
      "titleJapanese": "BORUTO-ボルト- -NARUTO NEXT GENERATIONS-"
    }
  ],
  "query": "naruto",
  "total": 40,
  "hasMore": true,
  "nextPage": 2
}
GET
Seasonal/v1/movie:myanimelist/seasonal
4 params

MyAnimeList — Anime Musiman (Seasonal).

Parameters

yearnumberoptional
Tahun musim. Kosongkan untuk musim sekarang. Wajib dipasangkan dengan season
seasonenumoptional
Musim: winter | spring | summer | fall. Kosongkan untuk musim sekarang. Wajib dipasangkan dengan year Values: winter, spring, summer, fall.
pagenumberoptional
Nomor halaman (1, 2, 3, ...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 10, max 25

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/seasonal?year=2026&season=spring&page=1&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "year": 2026,
  "count": 10,
  "items": [
    {
      "id": 51553,
      "url": "https://myanimelist.net/anime/51553/Tongari_Boushi_no_Atelier",
      "rank": 60,
      "type": "TV",
      "year": 2026,
      "image": "https://cdn.myanimelist.net/images/anime/1726/155542.jpg",
      "score": 8.72,
      "title": "Tongari Boushi no Atelier",
      "airing": true,
      "genres": [
        "Fantasy"
      ],
      "rating": "PG-13 - Teens 13 or older",
      "season": "spring",
      "status": "Currently Airing",
      "members": 323020,
      "studios": [
        "BUG FILMS"
      ],
      "episodes": 13,
      "scoredBy": 56652,
      "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 stri…",
      "favorites": 3633,
      "popularity": 878,
      "titleEnglish": "Witch Hat Atelier"
    },
    {
      "id": 61316,
      "url": "https://myanimelist.net/anime/61316/Re_Zero_kara_Hajimeru_Isekai_Seikatsu_4th_Season",
      "rank": 14,
      "type": "TV",
      "year": 2026,
      "image": "https://cdn.myanimelist.net/images/anime/1540/155824.jpg",
      "score": 8.99,
      "title": "Re:Zero kara Hajimeru Isekai Seikatsu 4th Season",
      "airing": true,
      "genres": [
        "Drama",
        "Fantasy",
        "Suspense"
      ],
      "rating": "R - 17+ (violence & profanity)",
      "season": "spring",
      "status": "Currently Airing",
      "members": 243390,
      "studios": [
        "White Fox"
      ],
      "episodes": 19,
      "scoredBy": 43140,
      "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…",
      "favorites": 2917,
      "popularity": 1171,
      "titleEnglish": "Re:ZERO -Starting Life in Another World- Season 4"
    },
    {
      "id": 59708,
      "url": "https://myanimelist.net/anime/59708/Youkoso_Jitsuryoku_Shijou_Shugi_no_Kyoushitsu_e_4th_Season__2-nensei-hen_1_Gakki",
      "rank": 717,
      "type": "TV",
      "year": 2026,
      "image": "https://cdn.myanimelist.net/images/anime/1176/153626.jpg",
      "score": 8.02,
      "title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 4th Season: 2-nensei-hen 1 Gakki",
      "airing": true,
      "genres": [
        "Drama",
        "Suspense"
      ],
      "rating": "PG-13 - Teens 13 or older",
      "season": "spring",
      "status": "Currently Airing",
      "members": 208677,
      "studios": [
        "Lerche"
      ],
      "episodes": 16,
      "scoredBy": 28045,
      "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: e…",
      "favorites": 1329,
      "popularity": 1347,
      "titleEnglish": "Classroom of the Elite 4th Season: Second Year, First Semester"
    }
  ],
  "total": 169,
  "season": "spring",
  "hasMore": true,
  "nextPage": 2
}
GET
Top/v1/movie:myanimelist/top
3 params

MyAnimeList — Top Anime. Peringkat anime berdasarkan filter.

Parameters

filterenumoptional
Jenis peringkat: airing=sedang tayang, upcoming=akan datang, bypopularity=terpopuler, favorite=terfavorit. Default bypopularity Values: airing, upcoming, bypopularity, favorite.
pagenumberoptional
Nomor halaman (1, 2, 3, ...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 10, max 25

Request

curl -X GET "https://api.zapi.ink/v1/movie:myanimelist/top?filter=bypopularity&page=1&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 10,
  "items": [
    {
      "id": 16498,
      "url": "https://myanimelist.net/anime/16498/Shingeki_no_Kyojin",
      "rank": 125,
      "type": "TV",
      "year": 2013,
      "image": "https://cdn.myanimelist.net/images/anime/10/47347.jpg",
      "score": 8.57,
      "title": "Shingeki no Kyojin",
      "airing": false,
      "genres": [
        "Action",
        "Award Winning",
        "Drama"
      ],
      "season": "spring",
      "status": "Finished Airing",
      "members": 4375520,
      "studios": [
        "Wit Studio"
      ],
      "episodes": 25,
      "scoredBy": 3077019,
      "favorites": 189785,
      "popularity": 1,
      "titleEnglish": "Attack on Titan"
    },
    {
      "id": 1535,
      "url": "https://myanimelist.net/anime/1535/Death_Note",
      "rank": 99,
      "type": "TV",
      "year": 2006,
      "image": "https://cdn.myanimelist.net/images/anime/1079/138100.jpg",
      "score": 8.62,
      "title": "Death Note",
      "airing": false,
      "genres": [
        "Supernatural",
        "Suspense"
      ],
      "season": "fall",
      "status": "Finished Airing",
      "members": 4313210,
      "studios": [
        "Madhouse"
      ],
      "episodes": 37,
      "scoredBy": 3015258,
      "favorites": 186182,
      "popularity": 2,
      "titleEnglish": "Death Note"
    },
    {
      "id": 5114,
      "url": "https://myanimelist.net/anime/5114/Fullmetal_Alchemist__Brotherhood",
      "rank": 3,
      "type": "TV",
      "year": 2009,
      "image": "https://cdn.myanimelist.net/images/anime/1208/94745.jpg",
      "score": 9.11,
      "title": "Fullmetal Alchemist: Brotherhood",
      "airing": false,
      "genres": [
        "Action",
        "Adventure",
        "Drama"
      ],
      "season": "spring",
      "status": "Finished Airing",
      "members": 3694251,
      "studios": [
        "Bones"
      ],
      "episodes": 64,
      "scoredBy": 2317722,
      "favorites": 243266,
      "popularity": 3,
      "titleEnglish": "Fullmetal Alchemist: Brotherhood"
    }
  ],
  "total": 30248,
  "filter": "bypopularity",
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in movie

IMDb

movieimdb

Database film, serial TV & selebriti terbesar di dunia — rating, info lengkap, cast, ulasan, chart, dan box office.

3232 calls so far6hResponses cached for 6h
Busy: 10+ calls so far

AniList

movieanilist

Database anime & manga: pencarian, detail lengkap, karakter, staff, trending, dan anime musiman.

88 calls so far6hResponses cached for 6h

Metacritic

moviemetacritic

Skor kritikus & pengguna (Metascore) untuk film, serial TV, dan game.

55 calls so far30mResponses cached for 30m

Letterboxd

movieletterboxd

Jejaring sosial film: detail film, rating komunitas, film populer, dan profil member.

77 calls so far1hResponses cached for 1h

TVmaze

movietvmaze

API serial TV: pencarian acara & orang, detail show, episode, cast, dan jadwal tayang.

77 calls so far6hResponses cached for 6h

Rotten Tomatoes

movierotten-tomatoes

Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus.

44 calls so far30mResponses cached for 30m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.