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

AniList

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

6 endpoints6 endpoints on this scraper8 calls8 calls so farupdated 4 months agoLast updated 6/7/2026, 11:35:31 PMllms.txt
Endpoints6

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

Character

AniList Character — detail satu karakter anime/manga berdasarkan ID.

GET/v1/movie:anilist/character/:id6h cache1 paramchecking key…
Parameters
idnumberrequired

AniList character ID (angka). Mis. 17 = Naruto Uzumaki

·
Response
EXAMPLE
{
  "id": 17,
  "age": "12-17 (Naruto), 27- (Boruto)",
  "url": "https://anilist.co/character/17",
  "name": "Naruto Uzumaki",
  "image": "https://s4.anilist.co/file/anilistcdn/character/large/b17-phjcWCkRuIhu.png",
  "gender": "Male",
  "appearsIn": [
    {
      "id": 20,
      "type": "anime",
      "title": "Naruto",
      "format": "TV"
    },
    {
      "id": 1735,
      "type": "anime",
      "title": "Naruto: Shippuden",
      "format": "TV"
    },
    {
      "id": 97938,
      "type": "anime",
      "title": "Boruto: Naruto Next Generations",
      "format": "TV"
    },
    {
      "id": 16870,
      "type": "anime",
      "title": "The Last: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 21220,
      "type": "anime",
      "title": "Boruto: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 30011,
      "type": "manga",
      "title": "Naruto",
      "format": "MANGA"
    },
    {
      "id": 13667,
      "type": "anime",
      "title": "Road to Ninja: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 2472,
      "type": "anime",
      "title": "Naruto Shippuden the Movie",
      "format": "MOVIE"
    },
    {
      "id": 10589,
      "type": "anime",
      "title": "Naruto Shippuden the Movie: Blood Prison",
      "format": "MOVIE"
    },
    {
      "id": 8246,
      "type": "anime",
      "title": "Naruto Shippuden the Movie: The Lost Tower",
      "format": "MOVIE"
    }
  ],
  "bloodType": "B",
  "favourites": 19299,
  "nameNative": "うずまきナルト",
  "dateOfBirth": "10-10",
  "description": "__Height__: 145-180 cm \n__Family:__ ~![Minato Namikaze](https://anilist.co/character/2535) (father), [Kushina Uzumaki](https://anilist.co/character/7302) (mother), [Jiraiya](https://anilist.co/character/2423) (godfather)  !~\n\nBorn in Konohagakure, a ninja village hidden in the leaves, Naruto Uzumaki was destined for greatness. When born, a powerful [nine-tailed demon fox](https://anilist.co/character/7407) attacked his village. With a wave of its tail, the demon fox could raise tsunamis and shatter mountains. In a valiant attempt to save the village from destruction, the [Fourth Hokage](https://anilist.co/character/2535) and leader of the Hidden Leaf Village sealed the demon fox within Naruto's newborn body. This was his final act, for the battle with the fox cost him his life.  Despite the Fourth Hokage's dying wish that Naruto is viewed as a hero for serving as the container for the demon (a  _Jinchuuriki_), the adult villagers of Konoha harbored a fierce hatred for him, with many believing that Naruto and the demons were one and the same. Cast aside as an inhuman monster, Naruto was outcast and ostracised by the villagers for reasons he could not understand. The children his age could only ever follow their parents' example; and they too came to harbor a fierce hatred for Naruto.  Naruto eventually came to accept that he would live and die alone, and his external response was to perform harmless pranks on the village. Coy, raffish, and full of life, Naruto soon came to display a somewhat unexpected determination to succeed and be accepted by others. Upon being assigned to \"Team Seven\" as a Genin-ranked ninja, his true potential soon became outwardly apparent.  Vowing to become Hokage one day and using his will to never give in, Naruto saves the village from invading forces and earns his acceptance. Eventually, Naruto learns to harness the power of the Demon Fox sealed inside him to perform acts of strength far beyond what any other human is capable of.  In all, Naruto is an admirable character whose sheer determination to succeed despite the odds, earns him respect and devotion from his fellow villagers.",
  "alternativeNames": [
    "Nine-Tails Jinchuuriki",
    "The Show-Off",
    "Number One Unpredictable",
    "Noisy Ninja",
    "Number One Hyperactive",
    "Knucklehead Ninja",
    "Fox"
  ]
}

Code

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

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

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

Full reference

6 endpoints · plain text
GET
Character/v1/movie:anilist/character/:id
1 param

AniList Character — detail satu karakter anime/manga berdasarkan ID.

Parameters

idnumberrequiredin path
AniList character ID (angka). Mis. 17 = Naruto Uzumaki

Request

curl -X GET "https://api.zapi.ink/v1/movie:anilist/character/17" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 17,
  "age": "12-17 (Naruto), 27- (Boruto)",
  "url": "https://anilist.co/character/17",
  "name": "Naruto Uzumaki",
  "image": "https://s4.anilist.co/file/anilistcdn/character/large/b17-phjcWCkRuIhu.png",
  "gender": "Male",
  "appearsIn": [
    {
      "id": 20,
      "type": "anime",
      "title": "Naruto",
      "format": "TV"
    },
    {
      "id": 1735,
      "type": "anime",
      "title": "Naruto: Shippuden",
      "format": "TV"
    },
    {
      "id": 97938,
      "type": "anime",
      "title": "Boruto: Naruto Next Generations",
      "format": "TV"
    },
    {
      "id": 16870,
      "type": "anime",
      "title": "The Last: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 21220,
      "type": "anime",
      "title": "Boruto: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 30011,
      "type": "manga",
      "title": "Naruto",
      "format": "MANGA"
    },
    {
      "id": 13667,
      "type": "anime",
      "title": "Road to Ninja: Naruto the Movie",
      "format": "MOVIE"
    },
    {
      "id": 2472,
      "type": "anime",
      "title": "Naruto Shippuden the Movie",
      "format": "MOVIE"
    },
    {
      "id": 10589,
      "type": "anime",
      "title": "Naruto Shippuden the Movie: Blood Prison",
      "format": "MOVIE"
    },
    {
      "id": 8246,
      "type": "anime",
      "title": "Naruto Shippuden the Movie: The Lost Tower",
      "format": "MOVIE"
    }
  ],
  "bloodType": "B",
  "favourites": 19299,
  "nameNative": "うずまきナルト",
  "dateOfBirth": "10-10",
  "description": "__Height__: 145-180 cm \n__Family:__ ~![Minato Namikaze](https://anilist.co/character/2535) (father), [Kushina Uzumaki](https://anilist.co/character/7302) (mother), [Jiraiya](https://anilist.co/character/2423) (godfather)  !~\n\nBorn in Konohagakure, a ninja village hidden in the leaves, Naruto Uzumaki was destined for greatness. When born, a powerful [nine-tailed demon fox](https://anilist.co/character/7407) attacked his village. With a wave of its tail, the demon fox could raise tsunamis and shatter mountains. In a valiant attempt to save the village from destruction, the [Fourth Hokage](https://anilist.co/character/2535) and leader of the Hidden Leaf Village sealed the demon fox within Naruto's newborn body. This was his final act, for the battle with the fox cost him his life.  Despite the Fourth Hokage's dying wish that Naruto is viewed as a hero for serving as the container for the demon (a  _Jinchuuriki_), the adult villagers of Konoha harbored a fierce hatred for him, with many believing that Naruto and the demons were one and the same. Cast aside as an inhuman monster, Naruto was outcast and ostracised by the villagers for reasons he could not understand. The children his age could only ever follow their parents' example; and they too came to harbor a fierce hatred for Naruto.  Naruto eventually came to accept that he would live and die alone, and his external response was to perform harmless pranks on the village. Coy, raffish, and full of life, Naruto soon came to display a somewhat unexpected determination to succeed and be accepted by others. Upon being assigned to \"Team Seven\" as a Genin-ranked ninja, his true potential soon became outwardly apparent.  Vowing to become Hokage one day and using his will to never give in, Naruto saves the village from invading forces and earns his acceptance. Eventually, Naruto learns to harness the power of the Demon Fox sealed inside him to perform acts of strength far beyond what any other human is capable of.  In all, Naruto is an admirable character whose sheer determination to succeed despite the odds, earns him respect and devotion from his fellow villagers.",
  "alternativeNames": [
    "Nine-Tails Jinchuuriki",
    "The Show-Off",
    "Number One Unpredictable",
    "Noisy Ninja",
    "Number One Hyperactive",
    "Knucklehead Ninja",
    "Fox"
  ]
}
GET
Media/v1/movie:anilist/media/:id
2 params

AniList Media Detail — info lengkap satu anime atau manga berdasarkan ID.

Parameters

idnumberrequiredin path
AniList media ID (angka). Mis. 20 = Naruto (anime)
typeenumoptional
Jenis media: anime atau manga. Default anime Values: anime, manga.

Request

curl -X GET "https://api.zapi.ink/v1/movie:anilist/media/20?type=anime" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 20,
  "url": "https://anilist.co/anime/20",
  "tags": [
    "Ninja",
    "Shounen",
    "Coming of Age",
    "Male Protagonist",
    "Orphan",
    "Super Power",
    "Martial Arts",
    "Found Family",
    "Primarily Child Cast",
    "Ensemble Cast",
    "Battle Royale",
    "Bullying",
    "Slapstick",
    "LGBTQ+ Themes",
    "Achronological Order"
  ],
  "type": "anime",
  "color": "#e47850",
  "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx20-dE6UHbFFg1A5.jpg",
  "malId": 20,
  "score": 80,
  "title": "Naruto",
  "banner": "https://s4.anilist.co/file/anilistcdn/media/anime/banner/20-HHxhPj5JD13a.jpg",
  "format": "TV",
  "genres": [
    "Action",
    "Adventure",
    "Comedy",
    "Drama",
    "Fantasy",
    "Supernatural"
  ],
  "season": "FALL",
  "source": "MANGA",
  "status": "FINISHED",
  "endDate": "2007-02-08",
  "isAdult": false,
  "studios": [
    "Studio Pierrot"
  ],
  "trailer": "https://www.youtube.com/watch?v=-G9BqkgZXRA",
  "duration": 23,
  "episodes": 220,
  "synonyms": [
    "נארוטו",
    "ناروتو",
    "火影忍者",
    "นารูโตะ นินจาจอมคาถา",
    "Наруто"
  ],
  "meanScore": 80,
  "startDate": "2002-10-03",
  "favourites": 40121,
  "imageLarge": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20-dE6UHbFFg1A5.jpg",
  "popularity": 694193,
  "seasonYear": 2002,
  "description": "Naruto Uzumaki, a hyperactive and knuckle-headed ninja, lives in Konohagakure, the Hidden Leaf village. Moments prior to his birth, a huge demon known as the Kyuubi, the Nine-tailed Fox, attacked Konohagakure and wreaked havoc. In order to put an end to the Kyuubi's rampage, the leader of the village, the 4th Hokage, sacrificed his life and sealed the monstrous beast inside the newborn Naruto. \n\n\nShunned because of the presence of the Kyuubi inside him, Naruto struggles to find his place in the village. He strives to become the Hokage of Konohagakure, and he meets many friends and foes along the way. \n\n\n(Source: MAL Rewrite)",
  "titleNative": "NARUTO -ナルト-",
  "titleRomaji": "NARUTO",
  "countryOfOrigin": "JP"
}
GET
Search/v1/movie:anilist/search
5 params

AniList Search — cari anime atau manga berdasarkan kata kunci.

Parameters

qstringrequired
Kata kunci pencarian judul anime atau manga
typeenumoptional
Jenis media: anime atau manga. Default anime Values: anime, manga.
sortenumoptional
Urutan hasil: popularity, score, atau trending. Default popularity Values: popularity, score, trending.
pagenumberoptional
Nomor halaman (1,2,3...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 20, max 50

Request

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

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "id": 20,
      "url": "https://anilist.co/anime/20",
      "type": "anime",
      "year": 2002,
      "color": "#e47850",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx20-dE6UHbFFg1A5.jpg",
      "malId": 20,
      "score": 80,
      "title": "Naruto",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "season": "FALL",
      "status": "FINISHED",
      "episodes": 220,
      "popularity": 694193,
      "titleNative": "NARUTO -ナルト-",
      "titleRomaji": "NARUTO"
    },
    {
      "id": 1735,
      "url": "https://anilist.co/anime/1735",
      "type": "anime",
      "year": 2007,
      "color": "#e4865d",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx1735-kGfVm0YqCPcu.png",
      "malId": 1735,
      "score": 82,
      "title": "Naruto: Shippuden",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "season": "WINTER",
      "status": "FINISHED",
      "episodes": 500,
      "popularity": 584505,
      "titleNative": "NARUTO -ナルト- 疾風伝",
      "titleRomaji": "NARUTO: Shippuuden"
    },
    {
      "id": 97938,
      "url": "https://anilist.co/anime/97938",
      "type": "anime",
      "year": 2017,
      "color": "#00c9ff",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx97938-BnF6M5yTaNB1.jpg",
      "malId": 34566,
      "score": 57,
      "title": "Boruto: Naruto Next Generations",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "season": "SPRING",
      "status": "FINISHED",
      "episodes": 293,
      "popularity": 218566,
      "titleNative": "BORUTO-ボルト- NARUTO NEXT GENERATIONS",
      "titleRomaji": "BORUTO: NARUTO NEXT GENERATIONS"
    }
  ],
  "total": 5000,
  "hasMore": true,
  "nextPage": 2
}
GET
Seasonal/v1/movie:anilist/seasonal
4 params

AniList Seasonal — daftar anime per musim (season + tahun).

Parameters

seasonenumrequired
Musim: WINTER, SPRING, SUMMER, atau FALL Values: WINTER, SPRING, SUMMER, FALL.
yearnumberrequired
Tahun musim (mis. 2024)
pagenumberoptional
Nomor halaman (1,2,3...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 20, max 50

Request

curl -X GET "https://api.zapi.ink/v1/movie:anilist/seasonal?season=SPRING&year=2024&page=1&count=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "year": 2024,
  "count": 20,
  "items": [
    {
      "id": 153288,
      "url": "https://anilist.co/anime/153288",
      "type": "anime",
      "year": 2024,
      "color": "#f1e4ae",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx153288-25FBfFJzEQ5O.jpg",
      "malId": 52588,
      "score": 81,
      "title": "Kaiju No. 8",
      "format": "TV",
      "genres": [
        "Action",
        "Sci-Fi"
      ],
      "season": "SPRING",
      "status": "FINISHED",
      "studios": [
        "Production I.G",
        "Production I.G",
        "Studio Khara"
      ],
      "episodes": 12,
      "popularity": 263299,
      "titleNative": "怪獣8号",
      "titleRomaji": "Kaijuu 8-gou"
    },
    {
      "id": 166240,
      "url": "https://anilist.co/anime/166240",
      "type": "anime",
      "year": 2024,
      "color": "#e4d6ae",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx166240-PBV7zukIHW7V.png",
      "malId": 55701,
      "score": 79,
      "title": "Demon Slayer: Kimetsu no Yaiba Hashira Training Arc",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Drama"
      ],
      "season": "SPRING",
      "status": "FINISHED",
      "studios": [
        "ufotable",
        "ufotable"
      ],
      "episodes": 8,
      "popularity": 256187,
      "titleNative": "鬼滅の刃 柱稽古編",
      "titleRomaji": "Kimetsu no Yaiba: Hashira Geiko-hen"
    },
    {
      "id": 166873,
      "url": "https://anilist.co/anime/166873",
      "type": "anime",
      "year": 2024,
      "color": "#6b431a",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx166873-xO0BRPkmwFll.png",
      "malId": 55888,
      "score": 83,
      "title": "Mushoku Tensei: Jobless Reincarnation Season 2 Part 2",
      "format": "TV",
      "genres": [
        "Adventure",
        "Drama",
        "Ecchi"
      ],
      "season": "SPRING",
      "status": "FINISHED",
      "studios": [
        "Studio Bind",
        "EGG FIRM"
      ],
      "episodes": 12,
      "popularity": 186316,
      "titleNative": "無職転生Ⅱ ~異世界行ったら本気だす~ 第2クール",
      "titleRomaji": "Mushoku Tensei II: Isekai Ittara Honki Dasu Part 2"
    }
  ],
  "total": 5000,
  "season": "SPRING",
  "hasMore": true,
  "nextPage": 2
}
GET
Staff/v1/movie:anilist/staff/:id
1 param

AniList Staff — detail satu staff / pengisi suara (VA) berdasarkan ID.

Parameters

idnumberrequiredin path
AniList staff ID (angka). Mis. staff/VA tertentu

Request

curl -X GET "https://api.zapi.ink/v1/movie:anilist/staff/95269" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": 95269,
  "age": 59,
  "url": "https://anilist.co/staff/95269",
  "name": "Mary Elizabeth McGlynn",
  "image": "https://s4.anilist.co/file/anilistcdn/staff/large/n95269-PhQ87wkVzLBb.jpg",
  "gender": "Female",
  "worksOn": [
    {
      "id": 20,
      "type": "anime",
      "title": "Naruto",
      "format": "TV"
    },
    {
      "id": 269,
      "type": "anime",
      "title": "Bleach",
      "format": "TV"
    },
    {
      "id": 1,
      "type": "anime",
      "title": "Cowboy Bebop",
      "format": "TV"
    },
    {
      "id": 5,
      "type": "anime",
      "title": "Cowboy Bebop: The Movie - Knockin' on Heaven's Door",
      "format": "MOVIE"
    },
    {
      "id": 467,
      "type": "anime",
      "title": "Ghost in the Shell: Stand Alone Complex",
      "format": "TV"
    },
    {
      "id": 202,
      "type": "anime",
      "title": "Wolf's Rain",
      "format": "TV"
    },
    {
      "id": 202,
      "type": "anime",
      "title": "Wolf's Rain",
      "format": "TV"
    },
    {
      "id": 874,
      "type": "anime",
      "title": "Digimon Tamers",
      "format": "TV"
    },
    {
      "id": 522,
      "type": "anime",
      "title": "Metropolis",
      "format": "MOVIE"
    },
    {
      "id": 1132,
      "type": "anime",
      "title": "Digimon Frontier",
      "format": "TV"
    }
  ],
  "language": "English",
  "favourites": 101,
  "dateOfBirth": "1966-10-16",
  "description": "Mary Elizabeth McGlynn is an American voice actress, ADR director and singer-songwriter best known for her involvement in music production in multiple games from the Silent Hill series, and her extensive English-language dubbing of various anime, animated films and video games.",
  "occupations": [
    "Voice Actor"
  ],
  "voicedCharacters": [
    {
      "id": 1795,
      "name": "Motoko Kusanagi"
    },
    {
      "id": 16249,
      "name": "Naoto Shirogane"
    },
    {
      "id": 797,
      "name": "Cornelia li Britannia"
    },
    {
      "id": 4773,
      "name": "Kurenai Yuuhi"
    },
    {
      "id": 23478,
      "name": "Mei Terumi"
    },
    {
      "id": 806,
      "name": "Urd"
    },
    {
      "id": 2017,
      "name": "Nuriko"
    },
    {
      "id": 17705,
      "name": "Arshes Nei"
    },
    {
      "id": 2735,
      "name": "Julia"
    },
    {
      "id": 2992,
      "name": "Hilda"
    }
  ]
}
GET
Trending/v1/movie:anilist/trending
3 params

AniList Trending — daftar anime atau manga yang sedang tren saat ini.

Parameters

typeenumoptional
Jenis media: anime atau manga. Default anime Values: anime, manga.
pagenumberoptional
Nomor halaman (1,2,3...). Default 1
countnumberoptional
Jumlah hasil per halaman. Default 20, max 50

Request

curl -X GET "https://api.zapi.ink/v1/movie:anilist/trending?type=anime&page=1&count=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "id": 182300,
      "url": "https://anilist.co/anime/182300",
      "type": "anime",
      "year": 2026,
      "color": "#e4a150",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx182300-IYkq5KrkQq1V.jpg",
      "malId": 59983,
      "score": 82,
      "title": "Wistoria: Wand and Sword Season 2",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Drama"
      ],
      "season": "SPRING",
      "status": "RELEASING",
      "episodes": 12,
      "trending": 634,
      "popularity": 87730,
      "titleNative": "杖と剣のウィストリア Season2",
      "titleRomaji": "Tsue to Tsurugi no Wistoria Season 2"
    },
    {
      "id": 21,
      "url": "https://anilist.co/anime/21",
      "type": "anime",
      "year": 1999,
      "color": "#e49335",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx21-ELSYx3yMPcKM.jpg",
      "malId": 21,
      "score": 87,
      "title": "ONE PIECE",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "season": "FALL",
      "status": "RELEASING",
      "trending": 522,
      "popularity": 711295,
      "titleNative": "ONE PIECE",
      "titleRomaji": "ONE PIECE"
    },
    {
      "id": 195600,
      "url": "https://anilist.co/anime/195600",
      "type": "anime",
      "year": 2026,
      "color": "#e49335",
      "image": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx195600-moI0UFArtOme.jpg",
      "malId": 62001,
      "score": 78,
      "title": "Daemons of the Shadow Realm",
      "format": "TV",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "season": "SPRING",
      "status": "RELEASING",
      "episodes": 24,
      "trending": 337,
      "popularity": 99812,
      "titleNative": "黄泉のツガイ",
      "titleRomaji": "Yomi no Tsugai"
    }
  ],
  "total": 5000,
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in movie

MyAnimeList

moviemyanimelist

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

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

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

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.