Awesome
Manga API
Restful API Manga bahasa Indonesia built with ❤️ and node.js
Usage
- Clone this repository
git clone https://github.com/febryardiansyah/manga-api.git
- Install dependecies (
yarn
ornpm install
) - Start the development environment (*if you haven't installed nodemon globally, you can do
npm i nodemon --save
)npm run dev or npm run start
- visit http://localhost:3000/api
Documentation
API PATH = https://mangamint.kaedenoki.net/api/
</br>ApI Version = v2.0
All Manga
Get Latest Manga Update
/manga/page/[pagenumber]
example : https://mangamint.kaedenoki.net/api/manga/page/1
Popular Manga
Get Popular Manga
/manga/popular/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manga/popular/1
Detail Manga
/manga/detail/[endpoint]
example : https://mangamint.kaedenoki.net/api/manga/detail/after-transformation-mine-and-her-wild-fantasy/
Search Manga by Name
/search/[query]
example : https://mangamint.kaedenoki.net/api/search/komi%20san
Genre List
/genres
example : https://mangamint.kaedenoki.net/api/genres
Genre Detail
/genres/[endpoint]/[pagenumber]
example : https://mangamint.kaedenoki.net/api/genres/action/1
Recommended Manga
/recommended
example : https://mangamint.kaedenoki.net/api/recommended
Manhua List (Chinese Comic)
/manhua/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manhua/1
Manhwa List (Korean Comic)
/manhwa/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manhua/1
Chapter
/chapter/[chapterEndpoint]
Showcase
App Showcase that use this API (you can add your app by edit this readme)
- MangaMint Flutter Manga Reader Application by Febry ardiansyah