Vunime Api

API Documentation

Complete reference for the Vunime API. Secure, fast, and easy to integrate.

System Status: Public Access

The API is currently unrestricted for public use. Authentication is not required, but please range your requests responsibly.

Free Tier
Rate Limit: 60 req/min

System & Info

API Status & Stats

GET
GET/api

Get API status, developer links, and server specifications.

Response
{ "status": "Vunime Api Online", "author": "Devin", "version": "1.0.0", ... }

Anime (Anoboy)

Home Page

GET
GET/api/anoboy

Get latest anime uploads from Anoboy.

Parameters
page
Page number
Response
{ "success": true, "data": [...] }

Search Anime

GET
GET/api/anoboy/search/[keyword]

Search for anime by keyword.

Parameters
keywordREQ
Search query
page
Page number
Response
{ "success": true, "data": [...] }

Anime Details / Episode

GET
GET/api/anoboy/details/[slug]

Get anime details or episode stream data. The slug is generated from search results (converted from URL params).

Parameters
slugREQ
Anime/Episode slug
Response
{ "success": true, "data": { "video_embed_links": [...], "episode_navigation": [...] } }

Anoboy Schedule

GET
GET/api/anoboy/schedule

Get the weekly release schedule from Anoboy.

Response
{ "success": true, "data": [ { "day": "Senin", "animeList": [...] } ] }

Anoboy Anime List

GET
GET/api/anoboy/anime-list

Get complete list of anime from Anoboy, includes Ongoing and Alphabetical list.

Response
{ "success": true, "data": { "ongoing": [...], "alphabetical": [...] } }

Anoboy Recommendation

GET
GET/api/anoboy/recommendation

Get recommended anime list from Anoboy.

Parameters
page
Page number
Response
{ "success": true, "data": { "animeList": [...], "pagination": { "currentPage": 1, "maxPage": 21 } } }

Anime (Otakudesu)

Home Page

GET
GET/api/otakudesu

Get latest ongoing anime, completed anime, and other home page data.

Response
{ "data": { "ongoing_anime": [...], "complete_anime": [...] } }

Anime Details

GET
GET/api/otakudesu/anime/[slug]

Get detailed information about an anime, including synopsis and episode list.

Parameters
slugREQ
Anime slug
Response
{ "data": { "title": "...", "synopsis": "...", "episode_list": [...] } }

Stream Episode

GET
GET/api/otakudesu/episode/[slug]

Get streaming links and download urls for a specific episode.

Parameters
slugREQ
Episode slug
Response
{ "data": { "stream_link": "...", "download_urls": [...] } }

Ongoing Anime List

GET
GET/api/otakudesu/ongoing-anime/[page]

Get a paginated list of ongoing anime.

Parameters
pageREQ
Page number (e.g., 1)
Response
{ "data": [...] }

Completed Anime List

GET
GET/api/otakudesu/complete-anime/[page]

Get a paginated list of completed anime.

Parameters
pageREQ
Page number (e.g., 1)
Response
{ "data": [...] }

Genre List

GET
GET/api/otakudesu/genre

Get a list of all available anime genres.

Response
{ "data": [...] }

Anime by Genre

GET
GET/api/otakudesu/genre/[slug]

Get a list of anime for a specific genre.

Parameters
slugREQ
Genre slug
Response
{ "data": [...] }

Release Schedule

GET
GET/api/otakudesu/schedule

Weekly release schedule.

Response
{ "data": [ { "day": "Senin", "anime_list": [...] } ] }

Anime (Samehadaku)

Home Page

GET
GET/api/samehadaku

Get latest anime updates from Samehadaku (Top 10 & Recent).

Parameters
page
Page number
Response
{ "success": true, "data": { "topTen": [...], "recent": [...] } }

Latest Anime

GET
GET/api/samehadaku/latest

Get list of latest anime episodes with pagination.

Parameters
page
Page number
Response
{ "success": true, "data": [...] }

Anime Details

GET
GET/api/samehadaku/details/[slug]

Get anime details including synopsis, genres, episode list, and recommendations. Supports archive-to-detail redirection.

Parameters
slugREQ
Anime slug
Response
{ "success": true, "data": { "title": "...", "synopsis": "...", "episodes": [...], "recommendations": [...] } }

Episode Streams

GET
GET/api/samehadaku/episode/[slug]

Get streaming links, relative release time (e.g. 10 years ago), and download urls for a specific episode.

Parameters
slugREQ
Episode slug
Response
{ "success": true, "data": { "title": "...", "type": "sub", "released_on": "...", "streamOptions": [...], "downloads": [...] } }

Search Anime

GET
GET/api/samehadaku?s=[query]

Search anime from Samehadaku.

Parameters
sREQ
Search query
page
Page number
Response
{ "success": true, "data": [...] }

Anime List

GET
GET/api/samehadaku/list

Get full anime list (paginated).

Parameters
page
Page number
Response
{ "success": true, "data": [...] }

Batch List

GET
GET/api/samehadaku/batch

Get list of available anime batches (paginated).

Parameters
page
Page number
Response
{ "success": true, "data": [...] }

Batch Details

GET
GET/api/samehadaku/batch/[slug]

Get detailed download links for a specific anime batch (MKV, MP4, x265).

Parameters
slugREQ
Batch slug
Response
{ "success": true, "data": { "title": "...", "info": {...}, "downloads": [...] } }

Schedule

GET
GET/api/samehadaku/schedule

Get release schedule (paginated).

Parameters
page
Page number
Response
{ "success": true, "data": [...] }

Anime (NontonAnimeID)

Home Page

GET
GET/api/nontonanimeid

Get latest anime updates, popular series, and top rating from NontonAnimeID.

Parameters
page
Page number
Response
{ "success": true, "data": { "latest": [...], "popular": [...], "topRating": [...] } }

Anime List

GET
GET/api/nontonanimeid/anime

Get all anime list with detailed information including rating, type, season, synopsis, and genres.

Parameters
page
Page number
Response
{ "success": true, "data": [...], "pagination": {...} }

Genres List

GET
GET/api/nontonanimeid/genres

Get list of all available genres with total series count.

Parameters
sort
Sort by: 'a-z', 'popular', 'ongoing'
Response
{ "success": true, "data": [...] }

Ongoing List

GET
GET/api/nontonanimeid/ongoing

Get list of currently airing anime with episode progress, rarity, season info, and completion percentage.

Parameters
sort
Sort by: 'date' (default), 'rarity' (Highest Rarity), 'rarity5_only', 'rarity4_only', 'rarity3_only'
Response
{ "success": true, "data": [...], "metadata": {...} }

Search Anime

GET
GET/api/nontonanimeid?s=[query]

Search anime from NontonAnimeID.

Parameters
sREQ
Search query
page
Page number
Response
{ "success": true, "data": [...] }

Anime Details

GET
GET/api/nontonanimeid/details/[slug]

Get anime details including synopsis, genres, and episode list from NontonAnimeID.

Parameters
slugREQ
Anime slug
Response
{ "success": true, "data": { ... } }

Episode Details

GET
GET/api/nontonanimeid/episode/[slug]

Get episode streaming players and download links from NontonAnimeID.

Parameters
slugREQ
Episode slug
Response
{ "success": true, "data": { "title": "...", "thumbnail": "...", "author": "...", "date": "...", "navigation": { "prev": null, "next": null, "all": null }, "defaultPlayer": "...", "players": [...], "downloads": [...] } }

Release Schedule

GET
GET/api/nontonanimeid/schedule

Get weekly anime release schedule with announcements, season info, and anime details organized by day.

Response
{ "success": true, "schedule": { ... } }

Anime (Oploverz)

Home Page

GET
GET/api/oploverz

Get popular today, latest releases, and recommendations from Oploverz.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": { ... } }

Search Anime

GET
GET/api/oploverz/search/[query]

Search for anime by keyword with pagination support.

Parameters
queryREQ
Search keyword
page
Page number (default: 1)
Response
{ "success": true, "data": [...] }

Anime Details

GET
GET/api/oploverz/anime/[slug]

Get detailed anime information including synopsis, genres, rating, and episode list.

Parameters
slugREQ
Anime slug
Response
{ "success": true, "data": { ... } }

Watch Episode

GET
GET/api/oploverz/watch/[slug-episode-number]

Get streaming servers, download links, and episode navigation. Use full episode slug from episode list (e.g., 'anime-name-episode-01').

Parameters
slugREQ
Full episode slug including episode number (e.g., 'undead-unluck-winter-hen-episode-01' or 'aoharu-x-kikanjuu-episode-1')
Response
{ "success": true, "data": { ... } }

Release Schedule

GET
GET/api/oploverz/schedule

Get weekly anime release schedule with countdown timers and release times.

Response
{ "success": true, "data": { ... } }

Ongoing Anime

GET
GET/api/oploverz/ongoing

Get list of currently airing anime with pagination.

Parameters
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "prev": "...", "next": "..." } }

Completed Anime

GET
GET/api/oploverz/completed

Get list of completed anime with pagination.

Parameters
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "prev": "...", "next": "..." } }

A-Z Anime List

GET
GET/api/oploverz/az-list

Get alphabetically sorted anime list with pagination.

Parameters
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "prev": "...", "next": "..." } }

Advanced Search Filters

GET
GET/api/oploverz/filters

Get available filters for advanced search (status, type, sub, order, studio, season, genre).

Response
{ "status": [...], "type": [...], "sub": [...], "order": [...], "studio": [...], "season": [...], "genre": [...] }

Advanced Search (Text Mode)

GET
GET/api/oploverz/advanced-search/text

Get anime list organized alphabetically (A-Z) in text mode.

Response
{ "A": [...], "B": [...], "C": [...], ... }

Random Anime

GET
GET/api/oploverz/random

Get a random anime with full details from the entire catalog.

Response
{ "cover": {...}, "title": "...", "synopsis": "...", "episode": {...}, "random_selection": { "total_available": 1234, "selected_from": "..." } }

Anime (Crunchyroll)

Home / Latest Anime

GET
GET/api/crunchyroll

Get latest newly added anime from Crunchyroll.

Parameters
page
Page number (default: 0)
x-crunchyroll-username
Custom Account Email
x-crunchyroll-password
Custom Account Password
Response
{ "success": true, "data": [...], "total": 100 }

Search Anime

GET
GET/api/crunchyroll/search/[query]

Search for anime series on Crunchyroll.

Parameters
queryREQ
Search keyword
page
Page number (default: 0)
x-crunchyroll-username
Custom Account Email
x-crunchyroll-password
Custom Account Password
Response
{ "success": true, "data": [...], "total": 10 }

Series Details

GET
GET/api/crunchyroll/series/[id]

Get detailed information about an anime series, including its seasons.

Parameters
idREQ
Series ID (slug)
x-crunchyroll-username
Custom Account Email
x-crunchyroll-password
Custom Account Password
Response
{ "success": true, "data": { "title": "...", "seasons": [...] } }

Season Episodes

GET
GET/api/crunchyroll/season/[id]

Get list of episodes for a specific season.

Parameters
idREQ
Season ID
x-crunchyroll-username
Custom Account Email
x-crunchyroll-password
Custom Account Password
Response
{ "success": true, "data": [...] }

Episode Streams

GET
GET/api/crunchyroll/episode/[id]

Get streaming links for a specific episode.

Parameters
idREQ
Episode ID
x-crunchyroll-username
Custom Account Email
x-crunchyroll-password
Custom Account Password
Response
{ "success": true, "data": { ... } }

Donghua (Anichin)

Home Page

GET
GET/api/anichin

Get slider, popular today, latest releases, recommendations, ongoing series, popular series, new movies, genres, and seasons from Anichin.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": { ... } }

Search Donghua

GET
GET/api/anichin/search/[query]

Search for donghua by keyword with pagination support.

Parameters
queryREQ
Search keyword
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "previous": "...", "current_page": "1", "next": "..." } }

Release Schedule

GET
GET/api/anichin/schedule

Get weekly donghua release schedule with countdown timers and release times.

Response
{ "monday": { "list": [...] }, "tuesday": { "list": [...] }, "wednesday": { "list": [...] }, "thursday": { "list": [...] }, "friday": { "list": [...] }, "saturday": { "list": [...] }, "sunday": { "list": [...] } }

Donghua Details

GET
GET/api/anichin/donghua/[slug]

Get detailed donghua information including synopsis, genres, information, download batch, and episode list.

Parameters
slugREQ
Donghua slug
Response
{ "success": true, "data": { ... } }

Watch Episode

GET
GET/api/anichin/watch/[slug]

Get streaming servers, download links, and episode navigation. Use full episode slug (e.g., 'perfect-world-episode-1-subtitle-indonesia').

Parameters
slugREQ
Full episode slug
Response
{ "success": true, "data": { ... } }

Ongoing Donghua

GET
GET/api/anichin/ongoing

Get list of currently airing donghua with pagination.

Parameters
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }

Completed Donghua

GET
GET/api/anichin/completed

Get list of completed donghua with pagination.

Parameters
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }

Donghua by Genre

GET
GET/api/anichin/genres/[slug]

Get donghua list for a specific genre with pagination.

Parameters
slugREQ
Genre slug
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." }, "genre_title": "..." }

A-Z Donghua List

GET
GET/api/anichin/az-list

Get alphabetically sorted donghua list with pagination and optional letter filter.

Parameters
show
Filter by letter (e.g., 'a', 'b')
page
Page number (default: 1)
Response
{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }

Advanced Search Filters

GET
GET/api/anichin/filters

Get available filters for advanced search (status, type, sub, order, studio, season, genre).

Response
{ "status": [...], "type": [...], "sub": [...], "order": [...], "studio": [...], "season": [...], "genre": [...] }

Advanced Search (Text Mode)

GET
GET/api/anichin/advanced-search/text

Get donghua list organized alphabetically (A-Z) in text mode.

Response
{ "A": [...], "B": [...], "C": [...], ... }

Random Donghua

GET
GET/api/anichin/random

Get a random donghua with full details from the entire catalog.

Response
{ "cover": {...}, "title": "...", "synopsis": "...", "episode": {...}, "random_selection": { "total_available": 1234, "selected_from": "..." } }

Donghua (Animexin)

Home Page

GET
GET/api/animexin

Get latest releases, recommendations, and popular series from Animexin.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": { ... } }

Search Donghua

GET
GET/api/animexin/search/[query]

Search for donghua by keyword.

Parameters
queryREQ
Search keyword
page
Page number (default: 1)
Response
{ "success": true, "data": { "items": [...], "pagination": {...} } }

Donghua Details

GET
GET/api/animexin/detail/[slug]

Get detailed information and episode list for a donghua.

Parameters
slugREQ
Donghua slug
Response
{ "success": true, "data": { "title": "...", "synopsis": "...", "episodes": [...] } }

Watch Episode

GET
GET/api/animexin/watch/[slug]

Get streaming links and episode navigation for a specific episode.

Parameters
slugREQ
Episode slug
Response
{ "success": true, "data": { "title": "...", "stream_urls": [...], "next_episode": "...", "prev_episode": "..." } }

Ongoing Donghua

GET
GET/api/animexin/ongoing

Get list of currently airing donghua.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": { "items": [...] } }

Completed Donghua

GET
GET/api/animexin/completed

Get list of completed donghua series.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": { "items": [...] } }

Donghua List / Filter

GET
GET/api/animexin/list

Get a paginated list of all donghua with optional filters.

Parameters
page
Page number (default: 1)
status
Filter by status (ongoing, completed)
type
Filter by type (ona, movie, tv, etc)
order
Sort order (latest, title, popular, etc)
sub
Subtitle type
Response
{ "success": true, "data": [...] }

Genre List

GET
GET/api/animexin/genres

Get all available genres for donghua.

Response
{ "success": true, "data": [ { "title": "...", "slug": "..." }, ... ] }

Genre Items

GET
GET/api/animexin/genres/[slug]

Get donghua list for a specific genre.

Parameters
slugREQ
Genre slug (e.g. action)
page
Page number (default: 1)
Response
{ "success": true, "data": { "items": [...], "pagination": {...} } }

Release Schedule

GET
GET/api/animexin/schedule

Get the weekly release schedule for donghua.

Response
{ "success": true, "data": { "monday": { "list": [...] }, "tuesday": {...} } }

Manga (Komiku)

Manga Home

GET
GET/api/komiku

Latest manga updates including Rankings and Popular series.

Response
{ "success": true, "category": "Manga Home", "data": { ... } }

Manga Search (Flexible)

GET
GET/api/komiku/search/[keyword]/[[...slug]]

Search for manga by keyword with flexible path segments or query parameters (e.g., page).

Parameters
keywordREQ
Search keyword
page
Page number
Response
{ "success": true, "category": "Manga Search", "keyword": "...", "page": 1, "data": { ... } }

Manga Info & Chapters

GET
GET/api/komiku/info/[slug]

Get detailed information, banner, and chapter list for a manga.

Parameters
slugREQ
The manga slug
Response
{ "success": true, "category": "Manga Info", "data": { ... } }

Read Chapter

GET
GET/api/komiku/baca/[slug]

Get images for a specific manga chapter.

Parameters
slugREQ
The chapter slug
Response
{ "success": true, "category": "Manga Reader", "data": { ... } }

Manga Genre List

GET
GET/api/komiku/genre

Get a list of all available genres with their counts.

Response
{ "success": true, "category": "Manga Genre List", "data": [...] }

Manga Genre (Flexible)

GET
GET/api/komiku/genre/[genre]/[[...slug]]

Browse manga by genre with flexible path segments or query parameters (e.g., page, type, orderby).

Parameters
genreREQ
Genre slug
page
Page number
type
manga, manhwa, or manhua
orderby
new, modified, rank, or random
Response
{ "success": true, "category": "Manga Genre", "genre": "...", "page": 1, "options": { ... }, "data": { ... } }

Manga Library (Flexible)

GET
GET/api/komiku/pustaka/[[...slug]]

Advanced library filtering with flexible path segments or query parameters. Supports multiple filters in any order.

Parameters
type
manga, manhwa, or manhua
page
Page number
orderby
new, modified, rank, or random
genre/genre2
Filter by genre slug
status
Filter by status (complete, ongoing, etc.)
Response
{ "success": true, "category": "Manga Library", "page": 1, "options": { ... }, "data": { ... } }

Manhwa Library (Flexible)

GET
GET/api/komiku/manhwa/[[...slug]]

Quick access to Manhwa with flexible filtering.

Parameters
page
Page number
orderby
new, modified, rank, or random
genre/genre2
Filter by genre slug
status
Filter by status (complete, ongoing, etc.)
Response
{ "success": true, "category": "Manga Library (Manhwa)", "page": 1, "options": { ... }, "data": { ... } }

Manhua Library (Flexible)

GET
GET/api/komiku/manhua/[[...slug]]

Quick access to Manhua with flexible filtering.

Parameters
page
Page number
orderby
new, modified, rank, or random
genre/genre2
Filter by genre slug
status
Filter by status (complete, ongoing, etc.)
Response
{ "success": true, "category": "Manga Library (Manhua)", "page": 1, "options": { ... }, "data": { ... } }

Manga Library (Fixed Type, Flexible)

GET
GET/api/komiku/manga/[[...slug]]

Quick access to Manga with flexible filtering.

Parameters
page
Page number
orderby
new, modified, rank, or random
genre/genre2
Filter by genre slug
status
Filter by status (complete, ongoing, etc.)
Response
{ "success": true, "category": "Manga Library (Manga)", "page": 1, "options": { ... }, "data": { ... } }

Manga (Komikindo)

Komikindo Home

GET
GET/api/komikindo

Get popular and latest manga updates from Komikindo.

Response
{ "status": "success", "data": { ... } }

Search Manga

GET
GET/api/komikindo/search/[query]

Search for manga by keyword on Komikindo.

Parameters
queryREQ
Search keyword
Response
{ "status": "success", "data": [...] }

Manga Details

GET
GET/api/komikindo/details/[slug]

Get detailed information and chapter list for a manga on Komikindo.

Parameters
slugREQ
Manga slug
Response
{ "status": "success", "data": { ... } }

Read Chapter

GET
GET/api/komikindo/read/[slug]

Get image list for a specific chapter on Komikindo.

Parameters
slugREQ
Chapter slug
Response
{ "status": "success", "data": { ... } }

Manhwa (Manhwaindo)

Home Page

GET
GET/api/manhwaindo

Get latest manhwa updates with pagination.

Parameters
page
Page number (default: 1)
Response
{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 318, "hasNext": true, "hasPrev": false } }

Search Manhwa

GET
GET/api/manhwaindo/search/[query]

Search for manhwa by keyword.

Parameters
queryREQ
Search keyword
page
Page number (default: 1)
Response
{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 10, "hasNext": true, "hasPrev": false } }

Manhwa Detail

GET
GET/api/manhwaindo/series/[slug]

Get detail of a specific manhwa series.

Parameters
slugREQ
Manhwa slug
Response
{ "success": true, "data": { "title": "...", "thumbnail": "...", "synopsis": "...", "genres": [...], "info": {...}, "chapters": [...] } }

Read Chapter

GET
GET/api/manhwaindo/chapter/[slug]

Get image list from a manhwa chapter.

Parameters
slugREQ
Chapter slug
Response
{ "success": true, "data": { "title": "...", "images": [...], "prev": "...", "next": "..." } }

Series List (Advanced)

GET
GET/api/manhwaindo/list

Get full series list with advanced filters (genre, status, type, order).

Parameters
page
Page number (default: 1)
type
manga, manhwa, or manhua
status
ongoing, completed
order
title, update, popular, etc.
genre
Genre slug
Response
{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 318, "hasNext": true, "hasPrev": false } }

Komik (Webtoons)

Home

GET
GET/api/webtoons

Get latest popular and trending webtoons.

Response
{ "success": true, "popular": [...], "trending": [...] }

Series Details

GET
GET/api/webtoons/series/[slug]

Get episode list for a webtoon series.

Parameters
slugREQ
Series Slug (e.g. love-bites-7679)
page
Page number
Response
{ "success": true, "title": "...", "episodes": [...] }

Chapter Images

GET
GET/api/webtoons/chapter/[slug]

Get images for a specific chapter/episode.

Parameters
slugREQ
Episode Slug (e.g. love-bites-7679-93)
Response
{ "success": true, "images": [...], "count": 10, "type": "standard|motiontoon" }

Drama (Dramabox)

Home / Recommendation

GET
GET/api/dramabox

Get recommended dramas or theater list.

Parameters
type
'theater' for theater list, otherwise recommended
Response
{ "success": true, "data": [...] }

Search Drama

GET
GET/api/dramabox?q=[query]

Search for dramas by keyword.

Parameters
qREQ
Search query
Response
{ "success": true, "data": [...] }

Drama Detail

GET
GET/api/dramabox/detail/[bookId]

Get detail of a specific drama.

Parameters
bookIdREQ
Drama Book ID
needRecommend
Include recommendations
Response
{ "success": true, "data": { ... } }

Drama Chapters

GET
GET/api/dramabox/chapters/[bookId]

Get list of chapters for a drama.

Parameters
bookIdREQ
Drama Book ID
Response
{ "success": true, "data": [...] }

Batch Download

POST
GET/api/dramabox/download

Get download links for multiple chapters.

Parameters
bookIdREQ
Drama Book ID
chapterIdListREQ
Array of Chapter IDs
Response
{ "success": true, "data": { ... } }

Drama (Melolo)

Latest Drama

GET
GET/api/melolo/latest

Get latest drama uploads.

Response
{ "success": true, "data": { ... } }

Search Drama

GET
GET/api/melolo?q=[query]

Search for dramas by keyword.

Parameters
qREQ
Search query
Response
{ "success": true, "items": [...], "total": 10 }

Series Detail

GET
GET/api/melolo/series?id=[bookId]

Get detailed information and episode list for a series.

Parameters
idREQ
Book ID
Response
{ "success": true, "series": { ... }, "episodes": [...] }

Video Model

GET
GET/api/melolo/video?id=[videoId]

Get video model and direct streaming URL.

Parameters
idREQ
Video ID (vid)
Response
{ "success": true, "main_url": "...", "summary": { ... } }

Image Proxy (HEIC Support)

GET
GET/api/melolo/proxy-img?url=[url]

Proxy and convert Melolo images (supports HEIC to JPEG conversion).

Parameters
urlREQ
Image URL
Response
[Binary Image Data]

Ready to Build?

Join the community, request features, or support the development of this API.