/multi-pai

A Multi Api For Hanime, Gogoanime, Vidsrc and Hianime Mapper

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to Multi-Pai, Multi-Pai is a api that has 3 seperate projects into one

Gogoanime has been removed due to bad mapping

Installation

To get started with local development, follow these steps:

  1. Clone the repository:
$ git clone https://github.com/Zinedinarnaut/multi-pai.git
$ cd multi-pai

Install dependencies:

$ npm install # or yarn install

Start the server:

$ node index.js # or node .

Now you're ready to explore the Multi-Pai API and integrate it into your applications.

Hanime

Example Requests Here are some example requests to give you an idea of how to interact with the API:

Get Trending:

GET https://multi-pai.vercel.app/hanime/trending/day/1

Get Browse Tags:

GET https://multi-pai.vercel.app/hanime/tags

Get Tags:

GET https://multi-pai.vercel.app/hanime/hentai-tags/har**/1

Get Video:

GET https://multi-pai.vercel.app/hanime/video/overflow

VidSrc

Example Requests Here are some example requests to give you an idea of how to interact with the API:

  • endpoint:

    • /{db_id}
  • parameters:

    • s - season (series only)
    • e - episodes (series only)

EXAMPLE MOVIE

https://multi-pai.vercel.app/vidplay/tmdb/198663

EXAMPLE SHOW

https://multi-pai.vercel.app/vidplay/tmdb/1429?s=1&e=1
Multi-Pai will receive daily updates and it is in early stages of development

Feel free to explore the API and customize it to fit your project's requirements. If you have any questions or need assistance, refer to the Issues section of the repository.