Rest API gratis untuk mendapatkan data anime serta link streaming anime dari website AnimeIndo
- Jalankan perintah di terminal
# clone repo git clone https://github.com/MastayY/kumanime-api.git # masuk folder cd kumanime-api # install dependensi npm install # jalankan server npm run dev- Server akan berjalan di http://localhost:3000
Endpoint : http://localhost:3000/api
| Endpoint | Params | Description |
|---|---|---|
| /latest | - | Latest Release |
| /popular | - | Popular Series |
| /movie/page/:page | :page | Anime Movie |
| /search/:query | :query | Search Anime |
| /anime/:slug | :slug | Anime details |
| /episode/:slug | :slug | Detail Episode |