https://github.com/febryardiansyah/manga-api
Rest-API Manga & Comic Bahasa Indonesia
https://github.com/febryardiansyah/manga-api
hacktoberfest hacktoberfest2021 manga-api manga-reader manga-scraper
Last synced: 6 months ago
JSON representation
Rest-API Manga & Comic Bahasa Indonesia
- Host: GitHub
- URL: https://github.com/febryardiansyah/manga-api
- Owner: febryardiansyah
- License: mit
- Created: 2020-07-14T09:19:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T03:26:57.000Z (9 months ago)
- Last Synced: 2025-10-26T08:34:57.527Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2021, manga-api, manga-reader, manga-scraper
- Language: JavaScript
- Homepage: http://mangamint.kaedenoki.net/api/
- Size: 2.36 MB
- Stars: 252
- Watchers: 4
- Forks: 95
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manga API
Restful API Manga bahasa Indonesia built with ❤️ and node.js
# Usage
1. Clone this repository
```bash
git clone https://github.com/febryardiansyah/manga-api.git
```
2. Install dependecies (`yarn` or `npm install`)
3. Start the development environment (*if you haven't installed nodemon globally, you can do `npm i nodemon --save`)
```bash
npm run dev or npm run start
```
4. visit http://localhost:3000/api
# Documentation
__API__ __PATH__ = https://mangamint.kaedenoki.net/api/
__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]
```
example :https://mangamint.kaedenoki.net/api/chapter/after-transformation-mine-and-her-wild-fantasy-chapter-70-bahasa-indonesia/
## Showcase
App Showcase that use this API (you can add your app by edit this readme)
- [MangaMint](https://github.com/febryardiansyah/manga_mint) Flutter Manga Reader Application by [Febry ardiansyah](https://github.com/febryardiansyah)