https://github.com/rakarmp/unofficial-otakudesu-api
Unofficial Otakudesu Rest Api | https://otakudesu.cloud
https://github.com/rakarmp/unofficial-otakudesu-api
anime anime-api anime-downloader anime-scraper anime-search api otakudesu-api scraper unofficial-api
Last synced: 10 months ago
JSON representation
Unofficial Otakudesu Rest Api | https://otakudesu.cloud
- Host: GitHub
- URL: https://github.com/rakarmp/unofficial-otakudesu-api
- Owner: rakarmp
- License: mit
- Created: 2024-01-10T14:44:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T14:40:48.000Z (over 1 year ago)
- Last Synced: 2024-06-29T15:49:21.666Z (over 1 year ago)
- Topics: anime, anime-api, anime-downloader, anime-scraper, anime-search, api, otakudesu-api, scraper, unofficial-api
- Language: JavaScript
- Homepage: https://rakarmp.github.io/unofficial-otakudesu-api/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Unofficial Otakudesu API
**Unofficial API of** : https://otakudesu.cloud/
**Api Documentation** : https://rakarmp.github.io/unofficial-otakudesu-api/
**Rest API** : https://unofficial-otakudesu-api-ruang-kreatif.vercel.app/api/
## Usage
1. Clone this repository
```bash
git clone https://github.com/rakarmp/unofficial-otakudesu-api.git
```
2. Install packages (use `yarn` or `npm`)
```bash
npm install
```
3. Start server
```bash
npm run dev
```
## API Documentation
__Api Path__ : https://localhost:3000/api/
__API Version__ : v1
| Endpoint | Params | Description |
| -------- | ------ | -----------|
| /home | - | Homepage |
| /complete | - | Complete/Finished Anime |
| /complete/page/${page} | pageNumber | Complete Pagination |
| /ongoing | - | Ongoing Anime |
| /schedule | - | Schedule Anime |
| /genres | - | Genre List |
| /genres/${id}/page/${page} | id,pageNumber | Show Anime by Genre |
| /search/${query} | query | Search Anime |
| /anime/${id} | id | Detail Anime |
| /batch/${id} | id | Detail Anime's Batch |
| /eps/${id} | id | Detail Anime's Episode |
## License
[MIT](https://github.com/rakarmp/unofficial-otakudesu-api/blob/main/LICENSE)
## Disclaimer
This project is not affiliated with otakudesu.cam in any way. This project is just a wrapper, so I am not responsible for anything related to the content of the website.
## Support
If you like this project, please support me by giving a star ⭐️ for this repository. Thank you 😊