Restful API Manga bahasa Indonesia built with ❤️ and node.js
- 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
API PATH = https://mangamint.kaedenoki.net/api/
ApI Version = v2.0
Get Latest Manga Update
/manga/page/[pagenumber]
example : https://mangamint.kaedenoki.net/api/manga/page/1
Get Popular Manga
/manga/popular/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manga/popular/1
/manga/detail/[endpoint]
example : https://mangamint.kaedenoki.net/api/manga/detail/after-transformation-mine-and-her-wild-fantasy/
/search/[query]
example : https://mangamint.kaedenoki.net/api/search/komi%20san
/genres
example : https://mangamint.kaedenoki.net/api/genres
/genres/[endpoint]/[pagenumber]
example : https://mangamint.kaedenoki.net/api/genres/action/1
/recommended
example : https://mangamint.kaedenoki.net/api/recommended
/manhua/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manhua/1
/manhwa/[pageNumber]
example : https://mangamint.kaedenoki.net/api/manhua/1
/chapter/[chapterEndpoint]
App Showcase that use this API (you can add your app by edit this readme)
- MangaMint Flutter Manga Reader Application by Febry ardiansyah