Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.31 KB

Otakudesu API

API anime dari scrap otakudesu yang tidak offcial https://otakudesu-restfull.herokuapp.com

API Reference

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

Authors

Installation

Install this project use pip

  git clone https://github.com/asmindev/anime-api
  cd anime-api
  pip install -r requirement.txt
  python3 app.py