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.
System & Info
API Status & Stats
/apiGet API status, developer links, and server specifications.
{ "status": "Vunime Api Online", "author": "Devin", "version": "1.0.0", ... }Anime (Anoboy)
Home Page
/api/anoboyGet latest anime uploads from Anoboy.
page{ "success": true, "data": [...] }Search Anime
/api/anoboy/search/[keyword]Search for anime by keyword.
keywordREQpage{ "success": true, "data": [...] }Anime Details / Episode
/api/anoboy/details/[slug]Get anime details or episode stream data. The slug is generated from search results (converted from URL params).
slugREQ{ "success": true, "data": { "video_embed_links": [...], "episode_navigation": [...] } }Anoboy Schedule
/api/anoboy/scheduleGet the weekly release schedule from Anoboy.
{ "success": true, "data": [ { "day": "Senin", "animeList": [...] } ] }Anoboy Anime List
/api/anoboy/anime-listGet complete list of anime from Anoboy, includes Ongoing and Alphabetical list.
{ "success": true, "data": { "ongoing": [...], "alphabetical": [...] } }Anoboy Recommendation
/api/anoboy/recommendationGet recommended anime list from Anoboy.
page{ "success": true, "data": { "animeList": [...], "pagination": { "currentPage": 1, "maxPage": 21 } } }Anime (Otakudesu)
Home Page
/api/otakudesuGet latest ongoing anime, completed anime, and other home page data.
{ "data": { "ongoing_anime": [...], "complete_anime": [...] } }Anime Search
/api/otakudesu/search/[keyword]Search for anime by keyword.
keywordREQ{ "data": [ { "title": "...", "slug": "...", "status": "..." } ] }Anime Details
/api/otakudesu/anime/[slug]Get detailed information about an anime, including synopsis and episode list.
slugREQ{ "data": { "title": "...", "synopsis": "...", "episode_list": [...] } }Stream Episode
/api/otakudesu/episode/[slug]Get streaming links and download urls for a specific episode.
slugREQ{ "data": { "stream_link": "...", "download_urls": [...] } }Ongoing Anime List
/api/otakudesu/ongoing-anime/[page]Get a paginated list of ongoing anime.
pageREQ{ "data": [...] }Completed Anime List
/api/otakudesu/complete-anime/[page]Get a paginated list of completed anime.
pageREQ{ "data": [...] }Genre List
/api/otakudesu/genreGet a list of all available anime genres.
{ "data": [...] }Anime by Genre
/api/otakudesu/genre/[slug]Get a list of anime for a specific genre.
slugREQ{ "data": [...] }Release Schedule
/api/otakudesu/scheduleWeekly release schedule.
{ "data": [ { "day": "Senin", "anime_list": [...] } ] }Anime (Samehadaku)
Home Page
/api/samehadakuGet latest anime updates from Samehadaku (Top 10 & Recent).
page{ "success": true, "data": { "topTen": [...], "recent": [...] } }Latest Anime
/api/samehadaku/latestGet list of latest anime episodes with pagination.
page{ "success": true, "data": [...] }Anime Details
/api/samehadaku/details/[slug]Get anime details including synopsis, genres, episode list, and recommendations. Supports archive-to-detail redirection.
slugREQ{ "success": true, "data": { "title": "...", "synopsis": "...", "episodes": [...], "recommendations": [...] } }Episode Streams
/api/samehadaku/episode/[slug]Get streaming links, relative release time (e.g. 10 years ago), and download urls for a specific episode.
slugREQ{ "success": true, "data": { "title": "...", "type": "sub", "released_on": "...", "streamOptions": [...], "downloads": [...] } }Search Anime
/api/samehadaku?s=[query]Search anime from Samehadaku.
sREQpage{ "success": true, "data": [...] }Anime List
/api/samehadaku/listGet full anime list (paginated).
page{ "success": true, "data": [...] }Batch List
/api/samehadaku/batchGet list of available anime batches (paginated).
page{ "success": true, "data": [...] }Batch Details
/api/samehadaku/batch/[slug]Get detailed download links for a specific anime batch (MKV, MP4, x265).
slugREQ{ "success": true, "data": { "title": "...", "info": {...}, "downloads": [...] } }Schedule
/api/samehadaku/scheduleGet release schedule (paginated).
page{ "success": true, "data": [...] }Anime (NontonAnimeID)
Home Page
/api/nontonanimeidGet latest anime updates, popular series, and top rating from NontonAnimeID.
page{ "success": true, "data": { "latest": [...], "popular": [...], "topRating": [...] } }Anime List
/api/nontonanimeid/animeGet all anime list with detailed information including rating, type, season, synopsis, and genres.
page{ "success": true, "data": [...], "pagination": {...} }Genres List
/api/nontonanimeid/genresGet list of all available genres with total series count.
sort{ "success": true, "data": [...] }Ongoing List
/api/nontonanimeid/ongoingGet list of currently airing anime with episode progress, rarity, season info, and completion percentage.
sort{ "success": true, "data": [...], "metadata": {...} }Search Anime
/api/nontonanimeid?s=[query]Search anime from NontonAnimeID.
sREQpage{ "success": true, "data": [...] }Anime Details
/api/nontonanimeid/details/[slug]Get anime details including synopsis, genres, and episode list from NontonAnimeID.
slugREQ{ "success": true, "data": { ... } }Episode Details
/api/nontonanimeid/episode/[slug]Get episode streaming players and download links from NontonAnimeID.
slugREQ{ "success": true, "data": { "title": "...", "thumbnail": "...", "author": "...", "date": "...", "navigation": { "prev": null, "next": null, "all": null }, "defaultPlayer": "...", "players": [...], "downloads": [...] } }Release Schedule
/api/nontonanimeid/scheduleGet weekly anime release schedule with announcements, season info, and anime details organized by day.
{ "success": true, "schedule": { ... } }Popular Series
/api/nontonanimeid/popularGet popular anime series organized by genre (Action, Comedy, Fantasy, Isekai, Romance, School) and all-time popular list.
{ "success": true, "data": { ... } }Anime (Oploverz)
Home Page
/api/oploverzGet popular today, latest releases, and recommendations from Oploverz.
page{ "success": true, "data": { ... } }Search Anime
/api/oploverz/search/[query]Search for anime by keyword with pagination support.
queryREQpage{ "success": true, "data": [...] }Anime Details
/api/oploverz/anime/[slug]Get detailed anime information including synopsis, genres, rating, and episode list.
slugREQ{ "success": true, "data": { ... } }Watch Episode
/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').
slugREQ{ "success": true, "data": { ... } }Release Schedule
/api/oploverz/scheduleGet weekly anime release schedule with countdown timers and release times.
{ "success": true, "data": { ... } }Ongoing Anime
/api/oploverz/ongoingGet list of currently airing anime with pagination.
page{ "items": [...], "pagination": { "prev": "...", "next": "..." } }Completed Anime
/api/oploverz/completedGet list of completed anime with pagination.
page{ "items": [...], "pagination": { "prev": "...", "next": "..." } }A-Z Anime List
/api/oploverz/az-listGet alphabetically sorted anime list with pagination.
page{ "items": [...], "pagination": { "prev": "...", "next": "..." } }Advanced Search Filters
/api/oploverz/filtersGet available filters for advanced search (status, type, sub, order, studio, season, genre).
{ "status": [...], "type": [...], "sub": [...], "order": [...], "studio": [...], "season": [...], "genre": [...] }Advanced Search (Text Mode)
/api/oploverz/advanced-search/textGet anime list organized alphabetically (A-Z) in text mode.
{ "A": [...], "B": [...], "C": [...], ... }Random Anime
/api/oploverz/randomGet a random anime with full details from the entire catalog.
{ "cover": {...}, "title": "...", "synopsis": "...", "episode": {...}, "random_selection": { "total_available": 1234, "selected_from": "..." } }Anime (Crunchyroll)
Home / Latest Anime
/api/crunchyrollGet latest newly added anime from Crunchyroll.
pagex-crunchyroll-usernamex-crunchyroll-password{ "success": true, "data": [...], "total": 100 }Search Anime
/api/crunchyroll/search/[query]Search for anime series on Crunchyroll.
queryREQpagex-crunchyroll-usernamex-crunchyroll-password{ "success": true, "data": [...], "total": 10 }Series Details
/api/crunchyroll/series/[id]Get detailed information about an anime series, including its seasons.
idREQx-crunchyroll-usernamex-crunchyroll-password{ "success": true, "data": { "title": "...", "seasons": [...] } }Season Episodes
/api/crunchyroll/season/[id]Get list of episodes for a specific season.
idREQx-crunchyroll-usernamex-crunchyroll-password{ "success": true, "data": [...] }Episode Streams
/api/crunchyroll/episode/[id]Get streaming links for a specific episode.
idREQx-crunchyroll-usernamex-crunchyroll-password{ "success": true, "data": { ... } }Donghua (Anichin)
Home Page
/api/anichinGet slider, popular today, latest releases, recommendations, ongoing series, popular series, new movies, genres, and seasons from Anichin.
page{ "success": true, "data": { ... } }Search Donghua
/api/anichin/search/[query]Search for donghua by keyword with pagination support.
queryREQpage{ "items": [...], "pagination": { "previous": "...", "current_page": "1", "next": "..." } }Release Schedule
/api/anichin/scheduleGet weekly donghua release schedule with countdown timers and release times.
{ "monday": { "list": [...] }, "tuesday": { "list": [...] }, "wednesday": { "list": [...] }, "thursday": { "list": [...] }, "friday": { "list": [...] }, "saturday": { "list": [...] }, "sunday": { "list": [...] } }Donghua Details
/api/anichin/donghua/[slug]Get detailed donghua information including synopsis, genres, information, download batch, and episode list.
slugREQ{ "success": true, "data": { ... } }Watch Episode
/api/anichin/watch/[slug]Get streaming servers, download links, and episode navigation. Use full episode slug (e.g., 'perfect-world-episode-1-subtitle-indonesia').
slugREQ{ "success": true, "data": { ... } }Ongoing Donghua
/api/anichin/ongoingGet list of currently airing donghua with pagination.
page{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }Completed Donghua
/api/anichin/completedGet list of completed donghua with pagination.
page{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }Donghua by Genre
/api/anichin/genres/[slug]Get donghua list for a specific genre with pagination.
slugREQpage{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." }, "genre_title": "..." }A-Z Donghua List
/api/anichin/az-listGet alphabetically sorted donghua list with pagination and optional letter filter.
showpage{ "items": [...], "pagination": { "previous": "...", "current_page": "...", "next": "..." } }Advanced Search Filters
/api/anichin/filtersGet available filters for advanced search (status, type, sub, order, studio, season, genre).
{ "status": [...], "type": [...], "sub": [...], "order": [...], "studio": [...], "season": [...], "genre": [...] }Advanced Search (Text Mode)
/api/anichin/advanced-search/textGet donghua list organized alphabetically (A-Z) in text mode.
{ "A": [...], "B": [...], "C": [...], ... }Random Donghua
/api/anichin/randomGet a random donghua with full details from the entire catalog.
{ "cover": {...}, "title": "...", "synopsis": "...", "episode": {...}, "random_selection": { "total_available": 1234, "selected_from": "..." } }Donghua (Animexin)
Home Page
/api/animexinGet latest releases, recommendations, and popular series from Animexin.
page{ "success": true, "data": { ... } }Search Donghua
/api/animexin/search/[query]Search for donghua by keyword.
queryREQpage{ "success": true, "data": { "items": [...], "pagination": {...} } }Donghua Details
/api/animexin/detail/[slug]Get detailed information and episode list for a donghua.
slugREQ{ "success": true, "data": { "title": "...", "synopsis": "...", "episodes": [...] } }Watch Episode
/api/animexin/watch/[slug]Get streaming links and episode navigation for a specific episode.
slugREQ{ "success": true, "data": { "title": "...", "stream_urls": [...], "next_episode": "...", "prev_episode": "..." } }Ongoing Donghua
/api/animexin/ongoingGet list of currently airing donghua.
page{ "success": true, "data": { "items": [...] } }Completed Donghua
/api/animexin/completedGet list of completed donghua series.
page{ "success": true, "data": { "items": [...] } }Donghua List / Filter
/api/animexin/listGet a paginated list of all donghua with optional filters.
pagestatustypeordersub{ "success": true, "data": [...] }Genre List
/api/animexin/genresGet all available genres for donghua.
{ "success": true, "data": [ { "title": "...", "slug": "..." }, ... ] }Genre Items
/api/animexin/genres/[slug]Get donghua list for a specific genre.
slugREQpage{ "success": true, "data": { "items": [...], "pagination": {...} } }Release Schedule
/api/animexin/scheduleGet the weekly release schedule for donghua.
{ "success": true, "data": { "monday": { "list": [...] }, "tuesday": {...} } }Manga (Komiku)
Manga Home
/api/komikuLatest manga updates including Rankings and Popular series.
{ "success": true, "category": "Manga Home", "data": { ... } }Manga Search (Flexible)
/api/komiku/search/[keyword]/[[...slug]]Search for manga by keyword with flexible path segments or query parameters (e.g., page).
keywordREQpage{ "success": true, "category": "Manga Search", "keyword": "...", "page": 1, "data": { ... } }Manga Info & Chapters
/api/komiku/info/[slug]Get detailed information, banner, and chapter list for a manga.
slugREQ{ "success": true, "category": "Manga Info", "data": { ... } }Read Chapter
/api/komiku/baca/[slug]Get images for a specific manga chapter.
slugREQ{ "success": true, "category": "Manga Reader", "data": { ... } }Manga Genre List
/api/komiku/genreGet a list of all available genres with their counts.
{ "success": true, "category": "Manga Genre List", "data": [...] }Manga Genre (Flexible)
/api/komiku/genre/[genre]/[[...slug]]Browse manga by genre with flexible path segments or query parameters (e.g., page, type, orderby).
genreREQpagetypeorderby{ "success": true, "category": "Manga Genre", "genre": "...", "page": 1, "options": { ... }, "data": { ... } }Manga Library (Flexible)
/api/komiku/pustaka/[[...slug]]Advanced library filtering with flexible path segments or query parameters. Supports multiple filters in any order.
typepageorderbygenre/genre2status{ "success": true, "category": "Manga Library", "page": 1, "options": { ... }, "data": { ... } }Manhwa Library (Flexible)
/api/komiku/manhwa/[[...slug]]Quick access to Manhwa with flexible filtering.
pageorderbygenre/genre2status{ "success": true, "category": "Manga Library (Manhwa)", "page": 1, "options": { ... }, "data": { ... } }Manhua Library (Flexible)
/api/komiku/manhua/[[...slug]]Quick access to Manhua with flexible filtering.
pageorderbygenre/genre2status{ "success": true, "category": "Manga Library (Manhua)", "page": 1, "options": { ... }, "data": { ... } }Manga Library (Fixed Type, Flexible)
/api/komiku/manga/[[...slug]]Quick access to Manga with flexible filtering.
pageorderbygenre/genre2status{ "success": true, "category": "Manga Library (Manga)", "page": 1, "options": { ... }, "data": { ... } }Manga (Komikindo)
Komikindo Home
/api/komikindoGet popular and latest manga updates from Komikindo.
{ "status": "success", "data": { ... } }Search Manga
/api/komikindo/search/[query]Search for manga by keyword on Komikindo.
queryREQ{ "status": "success", "data": [...] }Manga Details
/api/komikindo/details/[slug]Get detailed information and chapter list for a manga on Komikindo.
slugREQ{ "status": "success", "data": { ... } }Read Chapter
/api/komikindo/read/[slug]Get image list for a specific chapter on Komikindo.
slugREQ{ "status": "success", "data": { ... } }Manhwa (Manhwaindo)
Home Page
/api/manhwaindoGet latest manhwa updates with pagination.
page{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 318, "hasNext": true, "hasPrev": false } }Search Manhwa
/api/manhwaindo/search/[query]Search for manhwa by keyword.
queryREQpage{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 10, "hasNext": true, "hasPrev": false } }Manhwa Detail
/api/manhwaindo/series/[slug]Get detail of a specific manhwa series.
slugREQ{ "success": true, "data": { "title": "...", "thumbnail": "...", "synopsis": "...", "genres": [...], "info": {...}, "chapters": [...] } }Read Chapter
/api/manhwaindo/chapter/[slug]Get image list from a manhwa chapter.
slugREQ{ "success": true, "data": { "title": "...", "images": [...], "prev": "...", "next": "..." } }Series List (Advanced)
/api/manhwaindo/listGet full series list with advanced filters (genre, status, type, order).
pagetypestatusordergenre{ "success": true, "data": [...], "pagination": { "currentPage": 1, "totalPages": 318, "hasNext": true, "hasPrev": false } }Komik (Webtoons)
Home
/api/webtoonsGet latest popular and trending webtoons.
{ "success": true, "popular": [...], "trending": [...] }Search
/api/webtoons/search/[slug]Search for webtoons by keyword.
slugREQpage{ "success": true, "items": [...] }Series Details
/api/webtoons/series/[slug]Get episode list for a webtoon series.
slugREQpage{ "success": true, "title": "...", "episodes": [...] }Chapter Images
/api/webtoons/chapter/[slug]Get images for a specific chapter/episode.
slugREQ{ "success": true, "images": [...], "count": 10, "type": "standard|motiontoon" }Drama (Dramabox)
Home / Recommendation
/api/dramaboxGet recommended dramas or theater list.
type{ "success": true, "data": [...] }Search Drama
/api/dramabox?q=[query]Search for dramas by keyword.
qREQ{ "success": true, "data": [...] }Drama Detail
/api/dramabox/detail/[bookId]Get detail of a specific drama.
bookIdREQneedRecommend{ "success": true, "data": { ... } }Drama Chapters
/api/dramabox/chapters/[bookId]Get list of chapters for a drama.
bookIdREQ{ "success": true, "data": [...] }Batch Download
/api/dramabox/downloadGet download links for multiple chapters.
bookIdREQchapterIdListREQ{ "success": true, "data": { ... } }Drama (Melolo)
Home / Trending
/api/meloloGet trending dramas from Melolo.
{ "success": true, "data": { ... } }Latest Drama
/api/melolo/latestGet latest drama uploads.
{ "success": true, "data": { ... } }Search Drama
/api/melolo?q=[query]Search for dramas by keyword.
qREQ{ "success": true, "items": [...], "total": 10 }Series Detail
/api/melolo/series?id=[bookId]Get detailed information and episode list for a series.
idREQ{ "success": true, "series": { ... }, "episodes": [...] }Video Model
/api/melolo/video?id=[videoId]Get video model and direct streaming URL.
idREQ{ "success": true, "main_url": "...", "summary": { ... } }Image Proxy (HEIC Support)
/api/melolo/proxy-img?url=[url]Proxy and convert Melolo images (supports HEIC to JPEG conversion).
urlREQ[Binary Image Data]Ready to Build?
Join the community, request features, or support the development of this API.