项目作者: febryardiansyah

项目描述 :
Rest-API Manga & Comic Bahasa Indonesia
高级语言: JavaScript
项目地址: git://github.com/febryardiansyah/manga-api.git
创建时间: 2020-07-14T09:19:28Z
项目社区:https://github.com/febryardiansyah/manga-api

开源协议:MIT License

下载


Manga API

Restful API Manga bahasa Indonesia built with ❤️ and node.js

Usage

  1. Clone this repository
    1. 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)
    1. 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

  1. /manga/page/[pagenumber]

example : https://mangamint.kaedenoki.net/api/manga/page/1

Get Popular Manga

  1. /manga/popular/[pageNumber]

example : https://mangamint.kaedenoki.net/api/manga/popular/1

Detail Manga

  1. /manga/detail/[endpoint]

example : https://mangamint.kaedenoki.net/api/manga/detail/after-transformation-mine-and-her-wild-fantasy/

Search Manga by Name

  1. /search/[query]

example : https://mangamint.kaedenoki.net/api/search/komi%20san

Genre List

  1. /genres

example : https://mangamint.kaedenoki.net/api/genres

Genre Detail

  1. /genres/[endpoint]/[pagenumber]

example : https://mangamint.kaedenoki.net/api/genres/action/1

  1. /recommended

example : https://mangamint.kaedenoki.net/api/recommended

Manhua List (Chinese Comic)

  1. /manhua/[pageNumber]

example : https://mangamint.kaedenoki.net/api/manhua/1

Manhwa List (Korean Comic)

  1. /manhwa/[pageNumber]

example : https://mangamint.kaedenoki.net/api/manhua/1

Chapter

  1. /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)