Mangakakalot API
Provides access to manga data, including titles, chapters, and other related information from the Mangakakalot platform.
41 subscribers
9.2/10 popularity
4532 ms avg latency
35% success rate
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Mangakakalot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Genres /genres |
**Description**: Fetches a predefined list of manga genres. **Response**: Returns a JSON object containing a list of genres, each with an id and `name`. |
| GET |
Get Search Options /search-options |
**Description**: Provides available search options such as sorting order, status, and keyword type. **Response**: Returns a JSON object with search options. |
| GET |
Search Manga /search/{query} |
**Description**: Performs a search for manga based on the given query parameter. Pagination is supported via the page query parameter. **Parameters**: `query` (path parameter):… |
| GET |
Advanced Search /advanced-search |
**Description**: Performs an advanced search with various filter options (status, keyword, sorting order, genre, etc.). **Parameters** (query parameters): - `status`: Status of… |
| GET |
Get Top Week /top-week |
**Description**: Fetches the top manga for the week by scraping the homepage of Manganato. **Response**: Returns a list of top manga with the title, image URL, and the latest… |
| GET |
Get Chapter Images /manga/{mangaId}/chapter/{chapterId} |
**Description**: Fetches images for a specific chapter of a manga. **Parameters**: - `mangaId` (path parameter): The ID of the manga. - `chapterId` (path parameter): The ID of… |
| GET |
Get Manga Details /manga/{id} |
**Description**: Fetches detailed information about a specific manga identified by `id`. **Parameters**: - `id` (path parameter): The unique identifier of the manga.… |
Mangakakalot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 40 / minute |
|
| ULTRA | $10 / month | 60 / minute |
|
| MEGA | $30 / month | 100 / minute |
|