API anime dari scrap otakudesu yang tidak offcial https://otakudesu-restfull.herokuapp.com
| Path | Parameter | Type | Required | Description |
|---|---|---|---|---|
| /home | page |
number |
no | page number |
| /search | query |
string |
yes | query |
| /ongoing | page |
number |
no | page number |
| /listanime | page |
number |
no | page number |
| /movielist | page |
number |
no | page number |
| /detail | slug |
string |
yes | slug of anime |
| /detail | slug |
string |
yes | slug of episode |
id |
number |
yes | id of episode |
Install this project use pip
git clone https://github.com/asmindev/anime-api
cd anime-api
pip install -r requirement.txt
python3 app.py