Coder Social home page Coder Social logo

anime-api's Introduction

Manganim API

Manganim (Manga + Anime) Restful API (bahasa Indonesia) built with ❤️ by Tustoz

Usage

  1. Clone this repository
    git clone https://github.com/tustoz/manganim.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)
    npm run dev or npm run start
  4. visit http://localhost:3000/api

Anime Documentation

API PATH = https://manganim.herokuapp.com/anime
ApI Version = Beta v1.0

Latest Anime

Get Latest Anime Update

/

example : https://manganim.herokuapp.com/anime

Completed Anime

Get All Completed Anime

/completed

example : https://manganim.herokuapp.com/anime/completed

Detail Anime

Get Anime Info

/detail/[endpoint]

example : https://manganim.herokuapp.com/anime/detail/jujutsu-kaisen-subtitle-indonesia/

Search Anime by Name

Get specific Anime list by name

/search/[query]

example : https://manganim.herokuapp.com/anime/search/komi%20san

Genre List

Get all available genres

/genre

example : https://manganim.herokuapp.com/anime/genre

Genre Detail

Get all Anime list by specific genres

/genre/[endpoint]
/genre/[endpoint]/page/[pagenumber]

example : https://manganim.herokuapp.com/anime/genre/slice-of-life or https://manganim.herokuapp.com/anime/genre/slice-of-life/page/2

Season List

Get all available seasons

/season

example : https://manganim.herokuapp.com/anime/season

Season Detail

Get all Anime list by specific season

/season/[endpoint]
/season/[endpoint]/page/[id]

example : https://manganim.herokuapp.com/anime/season/fall-2019 or https://manganim.herokuapp.com/anime/season/fall-2019/page/2

Studio List

Get all available studios

/studio

example : https://manganim.herokuapp.com/anime/studio

Studio Detail

Get all Anime list by specific season

/studio/[endpoint]
/studio/[endpoint]/page/[id]

example : https://manganim.herokuapp.com/anime/studio/cloverworks or https://manganim.herokuapp.com/anime/studio/cloverworks/page/2

Anime Release Schedule

Day based Anime release schedule

/schedule

example : https://manganim.herokuapp.com/anime/schedule

Manga Documentation

API PATH = https://manganim.herokuapp.com/manga
ApI Version = Release v1.0

All Manga

Get Latest Manga Update

/page/[pagenumber]

example : https://manganim.herokuapp.com/manga or https://manganim.herokuapp.com/manga/page/2

Popular Manga

Get Popular Manga

/popular/[pageNumber]

example : https://manganim.herokuapp.com/manga/popular/1

Detail Manga

/detail/[endpoint]

example : https://manganim.herokuapp.com/manga/detail/martial-peak/

Search Manga by Name

/search/[query]

example : https://manganim.herokuapp.com/manga/search/komi%20san

Genre List

/genres

example : https://manganim.herokuapp.com/manga/genres

Genre Detail

/genres/[endpoint]/[pagenumber]

example : https://manganim.herokuapp.com/manga/genre/action/1

Recommended Manga

/recommended

example : https://manganim.herokuapp.com/manga/recommended

Manhua List (Chinese Comic)

/manhua/[pageNumber]

example : https://manganim.herokuapp.com/manga/manhua/1

Manhwa List (Korean Comic)

/manhwa/[pageNumber]

example : https://manganim.herokuapp.com/manga/manhwa/1

Chapter

/chapter/[chapterEndpoint]

example :https://manganim.herokuapp.com/manga/chapter/martial-peak-chapter-1

anime-api's People

Contributors

tustoz avatar zlay13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.