zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Movie/MyAnimeList
Logo MyAnimeList

MyAnimeList

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

Endpoints
7
Requests
43
Updated
3 months ago
For LLMs
llms.txt
Endpoint healthyesterday
  • animeslow, 1.5s
  • characterspassing, 1.2s
  • mangafailed the last check
  • search-animefailed the last check
  • search-mangafailed the last check
+ 2 more endpointsShow less
  • seasonalfailed the last check
  • topfailed the last check
2/7 passingdaily 01:00 WIB

Playground

7 endpoints
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 examples

Anime
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/movie:myanimelist/anime/20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

7 endpoints · plain text
GETAnime/v1/movie:myanimelist/anime/:idMyAnimeList — 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.zpi.web.id/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"
  ]
}
GETCharacters/v1/movie:myanimelist/characters/:idMyAnimeList — 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.zpi.web.id/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
}
GETManga/v1/movie:myanimelist/manga/:idMyAnimeList — 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.zpi.web.id/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"
}
GETSearch Anime/v1/movie:myanimelist/search-animeMyAnimeList — 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.zpi.web.id/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
}
GETSearch Manga/v1/movie:myanimelist/search-mangaMyAnimeList — 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.zpi.web.id/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
}
GETSeasonal/v1/movie:myanimelist/seasonalMyAnimeList — 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.zpi.web.id/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
}
GETTop/v1/movie:myanimelist/topMyAnimeList — 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.zpi.web.id/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

movie/imdb

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

32 calls·6h cache

TVmaze

movie/tvmaze

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

7 calls·6h cache

AniList

movie/anilist

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

8 calls·6h cache

Letterboxd

movie/letterboxd

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

7 calls·1h cache

Metacritic

movie/metacritic

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

5 calls·30m cache

Rotten Tomatoes

movie/rotten-tomatoes

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

4 calls·30m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026