sireeshdevaraj / SHIRO-MANHWA-API

A Manhwa API that gives you strongly recommended manhwas by readers
MIT License
6 stars 0 forks source link
anime api manga manhwa manhwa-scraper

SHIRO-MANHWA API

GitHub pull-requests GitHub release Maintenance

Fan of Mangas,Manhwas and Manhuas? , Want a Category suggestions too?.Fetch requests from API and use it in your web/android/Discord Bot.

LATEST VERSION

Here's the Latest release

API END POINTS

List of Categories

Want a Discord Bot that can do all these? with moderation and anime info?,no worries,Shiro is here.

Discord Bots

First ever Verified Manhwa Bot on Discord! Invite Shiro Make Embeds with Shiro Shiro Dashboard

Usage inside the Discord Bot

USAGE

Usage

import requests
response = requests.get('https://shiro.kuuhaku.space/manhwas')
print(response.json())

JAVASCRIPT

fetch("https://shiro.kuuhaku.space/manhwas?category=fantasy", {
  "method": "GET",
  "mode": "cors"
}).then(d=>d.json()).then(d=>console.log(d))

RATE LIMITS

I'm Not a Fan of rate limits ,there are no restrictions, you can pull as many requests as you can!! FOR NOW

PROBLEM ACCESSING?

If you have any issues on using the API, feel free to create a new issue and I'll try to solve it as soon as possible!

To-Do List