Anime, Donghua & Manga Streaming API
Get latest updated anime & donghua list
Search anime & donghua by title
| Name | Type | Description |
|---|---|---|
| qrequired | string | Search query |
| pageoptional | integer | Page number (default: 1) |
Get series detail with episodes list
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Series ID (from search/home) |
Get episode detail information
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Episode ID (from detail) |
Get streaming URLs for episode
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Episode ID |
Browse anime & donghua with filters
| Name | Type | Description |
|---|---|---|
| pageoptional | integer | Page number (default: 1) |
| genreoptional | uuid | Filter by genre ID (from /api/genres) |
| seasonoptional | uuid | Filter by season ID (from /api/seasons) |
| typeoptional | string | TV, ONA, OVA, Movie |
| sortoptional | string | -date_updated, title, -rating |
Get all available genres
Get all available seasons (Winter 2025, Fall 2024, etc)
Get currently airing anime & donghua
| Name | Type | Description |
|---|---|---|
| pageoptional | integer | Page number (default: 1) |
| limitoptional | integer | Results per page (default: 100) |
Get anime schedule grouped by day (Monday, Tuesday, etc)
Get popular & latest updates
Get latest updated manga with pagination
| Name | Type | Description |
|---|---|---|
| pageoptional | integer | Page number (default: 1) |
| limitoptional | integer | Results per page (default: 24) |
Search manga, manhwa, manhua by title
| Name | Type | Description |
|---|---|---|
| qoptional | string | Search query |
| pageoptional | integer | Page number (default: 1) |
| typeoptional | string | manga, manhwa, manhua, comic |
| statusoptional | string | ongoing, completed, hiatus |
| genreoptional | string | Genre ID (from /genres) |
Get top/popular manga
Browse manga with filters
| Name | Type | Description |
|---|---|---|
| pageoptional | integer | Page number (default: 1) |
| typeoptional | string | manga, manhwa, manhua, comic |
| statusoptional | string | ongoing, completed, hiatus |
| genreoptional | string | Genre ID |
Get all available manga genres
Get manga detail information
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Manga ID (from search/home) |
Get chapter list for a manga with pagination
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Manga ID |
| pageoptional | integer | Page number (default: 1) |
| limitoptional | integer | Results per page (default: 50) |
| sort_orderoptional | string | asc or desc (default: desc) |
Get chapter images for reading
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Manga ID |
| chapterIdrequired | uuid | Chapter ID (from chapters list) |