MangaVerse API
MangaVerse API is your gateway to a treasure trove of rich storytelling, vibrant characters, and immersive adventures that span across cultures. With our comprehensive API, you can effortlessly access an extensive collection of manga titles, chapters, character profiles, artwork, and more. Seamlessly integrate our API into your applications, websites, or services, and unlock the power of manga…
MangaVerse API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Fetch Manga /manga/fetch |
This will get the list of manga on this server page should be 1 or more than 1 and the genres should be string with comma genres ex: Harem,Fantasy |
| GET |
Fetch Latest /manga/latest |
This will get the latest of the updated manga on this server page should be 1 or more than 1 and the genres should be string with comma genres ex: Harem,Fantasy |
| GET |
Search Manga /manga/search |
Fetch manga base on the text, text will be include from title and sub title |
| GET |
Get Manga /manga |
Get manga details id should be manga id |
| GET |
Fetch Chapters /manga/chapter |
This will get all the chapters list from the manga id should be manga id |
| GET |
Fetch Images /manga/image |
This will be get the image from the chapters, the image sort base on the index so make sure you sort base from index if you manipulate it, id should be chapter id |
MangaVerse API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 30 / second |
|
| ULTRA Recommended | $19 / month | 100 / second |
|
| MEGA | $59 / month | 200 / second |
|