Restful API Komik, Drakor & Anime Subtitle Indonesia
I make this API for learning
Run this command for install the project
git clone https://github.com/ZeroneDoo/zeronewatch-api.git
cd zeronewatch-api
npm install
Start your serve with this command
npm start
Server will running on http://localhost:3000
There is some source at zeronewatch api
-
Kuramanime adalah tempat kumpulan anime dan donghua bahasa Indonesia.
-
Get ongoing popular anime
/kuramanime/ongoing/popular?page=1
default page is 1 example: http://localhost:3000/kuramanime/ongoing/popular
-
Get finished popular anime
/kuramanime/finished/popular?page=1
default page is 1 example: http://localhost:3000/kuramanime/finished/popular
-
Get detail anime
/kuramanime/anime/:endpoint
-
Get detail episode
/kuramanime/anime/:anime/:eps
example: http://localhost:3000/kuramanime/anime/one-piece/1073
-
Get genre list
/kuramanime/genres
-
Get detail genre
/kuramanime/genres/:endpoint?page=1
default page is 1 example: http://localhost:3000/kuramanime/genres/action
-
Search anime
/kuramanime/search?query=keyword&page=1
default page is 1 example: http://localhost:3000/kuramanime/search?query=one
-
-
Wibudesu adalah tempat kumpulan anime batch & movie bahasa Indonesia.
-
Get popular anime
/wibudesu/popular?page=1
default page is 1 example: http://localhost:3000/wibudesu/popular
-
Get latest anime
/wibudesu/latest?page=1
default page is 1 example: http://localhost:3000/wibudesu/latest
-
Get detail anime
/wibudesu/detail/:endpoint
example: http://localhost:3000/wibudesu/detail/howl-no-ugoku-shiro-sub-indo
-
Get genre list
/wibudesu/genres
-
Get detail genre
/wibudesu/genres/:endpoint?page=1
default page is 1 example: http://localhost:3000/wibudesu/genres/action
-
Search anime
/wibudesu/search?query=keyword&page=1
default page is 1 example: http://localhost:3000/wibudesu/search?query=mononoke
-
Get anime form studio ghibli
/wibudesu/ghibli?page=1
default page is 1 example: http://localhost:3000/wibudesu/ghibli
-
-
Komiku adalah tempat kumpulan komik terupdate bahasa Indonesia
-
Get popular komik
/komiku/popular
example: http://localhost:3000/komiku/popular
-
Get updated komik
/komiku/updated
example: http://localhost:3000/komiku/updated
-
Get manhwa type
/komiku/manhwa?page=1
default page is 1 example: http://localhost:3000/komiku/manhwa
-
Get manhua type
/komiku/manhua?page=1
default page is 1 example: http://localhost:3000/komiku/manhua
-
Get manga type
/komiku/manga?page=1
default page is 1 example: http://localhost:3000/komiku/manga
-
Get detail comic
/komiku/comic/:endpoint
-
Get detail chapter
/komiku/chapter/:endpoint
example: http://localhost:3000/komiku/chapter/martial-peak-chapter-3539
-
Get genre list
/komiku/genres
example: http://localhost:3000/komiku/genres
-
Get genre list
/komiku/genres/:endpoint?page=1
default page is 1 example: http://localhost:3000/komiku/genres/action
-
Search comic
/komiku/search?query=keyword&page=1
default page is 1 example: http://localhost:3000/komiku/search?query=lookism
-
-
Drakorkita adalah tempat kumpulan series drakor dengan bahasa indonesia
-
Get series drakor
/drakorkita/series?page=1
default page is 1 example: http://localhost:3000/drakorkita/series
-
Get movie film
/drakorkita/movie?page=1
default page is 1 example: http://localhost:3000/drakorkita/movie
-
Get movie newest
/drakorkita/movie/newest
-
Get series ongoing
/drakorkita/series/ongoing?page=1
default page is 1 example: http://localhost:3000/drakorkita/drakorkita/series/ongoing
-
Get series updated
/drakorkita/series/updated
example: http://localhost:3000/drakorkita/drakorkita/series/updated
-
Get series completed
/drakorkita/series/completed?page=1
default page is 1 example: http://localhost:3000/drakorkita/drakorkita/series/completed
-
Get detail series or movie
/drakorkita/detail/:endpoint
example: http://localhost:3000/drakorkita/drakorkita/detail/revenant-2023-u9p7
-
Get genre list
/drakorkita/genres
-
Get detail genre
/drakorkita/genres/:endpoint?page=1
default page is 1 example: http://localhost:3000/drakorkita/genres/Action
-
Search series or movie
/drakorkita/search?query=keyword&page=1
default page is 1 example: http://localhost:3000/drakorkita/search?query=lookism
-