Random manga recommendations with genre filtering
The Manga API provides random manga recommendations . You can get completely random manga or filter by specific genres.
/api/v1/manga/random
Parameter | Type | Required | Description |
---|---|---|---|
tags |
string | No | Comma-separated list of genre tags to filter by. Case-insensitive, supports spaces and underscores |
{ "title": "Manga Title", "mal_url": "https://myanimelist.net/manga/...", "status": "Completed", "chapters": 120, "volumes": 15, "genres": ["Romance", "Drama", "School"] }
GET https://hishuanigami.com/api/v1/manga/random
GET https://hishuanigami.com/api/v1/manga/tags
GET https://hishuanigami.com/api/v1/manga/random?tags=romance
GET https://hishuanigami.com/api/v1/manga/random?tags=romance,drama,school
All of these will work for "Slice of Life" genre:
GET https://hishuanigami.com/api/v1/manga/random?tags=Slice of Life GET https://hishuanigami.com/api/v1/manga/random?tags=Slice_of_Life GET https://hishuanigami.com/api/v1/manga/random?tags=slice_of_life
Request successful, manga data returned
No manga found for the provided tags or no manga in database
{"error": "No manga found for the provided tags"}
Server error occurred while processing request
{"error": "Internal server error"}
The API uses flexible genre matching that: