V2

DramaBox V2 API

Premium DramaBox source with Akamai CDN bypass. Direct MP4 URLs with full seeking support, HLS streaming with multi-quality variants. All episodes unlocked — zero DRM, zero server bandwidth.

Direct MP4
Akamai CDN bypass
🔓
All Episodes Unlocked
Zero DRM, seekable
🌐
16 Languages
Hardsub multi-language
Authentication

DramaBox V2 requires a Pro or Lifetime plan. Free and Monthly keys are blocked. Pass via X-API-Key header.

Access

PlanStatus
FreeBlocked
MonthlyBlocked
Pro120 req/min
LifetimeUnlimited

Example Request

curl -H "X-API-Key: YOUR_PRO_KEY" \
{{BASE}}/api/dramaboxv2/trending

Supported Languages

Loading...
Endpoints (14)
GET /api/dramaboxv2/languages PRO
Returns list of 16 supported languages with codes and names.
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/languages"
GET /api/dramaboxv2/latest?page=1 PRO
Latest newly released dramas with pagination (50 per page by default).
ParameterTypeDescription
pageoptionalintegerPage number (default: 1)
pageSizeoptionalintegerItems per page (default: 50, max: 100)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/latest?page=1&pageSize=50&lang=en"
GET /api/dramaboxv2/trending?page=1 PRO
Currently popular dramas. Page 1 returns theater data, page 2+ returns extended catalog.
ParameterTypeDescription
pageoptionalintegerPage number (default: 1)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/trending?page=1&lang=en"
GET /api/dramaboxv2/hotrank?type=1 PRO
Hot ranking lists — trending, top searched, and new releases.
ParameterTypeDescription
typeoptionalintegerRank type: 1 = trending, 2 = top searched, 3 = new releases (default: 1)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/hotrank?type=1&lang=en"
GET /api/dramaboxv2/recommended?page=1 PRO
Infinite recommendation feed — curated drama suggestions with cursor-based pagination.
ParameterTypeDescription
pageoptionalintegerPage number (default: 1)
cursoroptionalstringCursor for next page (from previous response)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/recommended?page=1&lang=en"
GET /api/dramaboxv2/browse?genre=Romance&page=1 PRO
Catalog browser with genre/region/sort filters — use /categories to get available filter values.
ParameterTypeDescription
genreoptionalstringGenre filter (e.g. Romance, Action, Comedy)
regionoptionalstringRegion filter (e.g. Korea, China, Thailand)
sortoptionalstringSort order: 1=hottest, 2=newest, 3=update
pageoptionalintegerPage number (default: 1)
pageSizeoptionalintegerItems per page (default: 50, max: 100)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/browse?genre=Romance&sort=2&page=1&lang=en"
GET /api/dramaboxv2/categories PRO
Returns available genre/category filter options.
ParameterTypeDescription
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/categories?lang=en"
GET /api/dramaboxv2/foryou?page=1 PRO
Personalized drama recommendations with pagination.
ParameterTypeDescription
pageoptionalintegerPage number (default: 1)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/foryou?page=1&lang=en"
GET /api/dramaboxv2/populersearch PRO
Most searched dramas — returns top 20 most popular search results.
ParameterTypeDescription
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/populersearch?lang=en"
GET /api/dramaboxv2/search?query={query} PRO
Search for dramas by keyword with pagination.
ParameterTypeDescription
queryrequiredstringSearch keyword
pageoptionalintegerPage number (default: 1)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/search?query=love&page=1&lang=en"
GET /api/dramaboxv2/detail?id={bookId} PRO
Complete drama details with direct MP4 URLs and quality variants for all episodes.
ParameterTypeDescription
idrequiredstringBook ID from search or trending results
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/detail?id=42000021382&lang=en"
GET /api/dramaboxv2/episode?id=...&ep=... PRO
Single episode with Akamai forged MP4 URL, HLS URL, and all quality variants (540p/720p/1080p).
ParameterTypeDescription
idrequiredstringBook ID
eprequiredintegerEpisode number
qoptionalstringQuality: 540p, 720p, 1080p (default: 720p)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/episode?id=42000021382&ep=1&q=720p&lang=en"
GET /api/dramaboxv2/allepisode?id={bookId} PRO
Returns all episodes with forged Akamai CDN MP4 URLs, quality variants (540p/720p/1080p), and HLS URLs. Each episode includes: number, chapterId, mp4Url, hlsUrl, qualities, locked (always false).
ParameterTypeDescription
idrequiredstringBook ID
qoptionalstringQuality: 540p, 720p, 1080p (default: 720p)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/allepisode?id=42000021382&q=720p&lang=en"
GET /api/dramaboxv2/hls?id=...&ep=... PRO
Synthetic HLS m3u8 playlist with 540p/720p/1080p quality variants. MP4 segments served directly from Akamai CDN (zero server bandwidth). Use the hlsUrl from the allepisode or episode response.
ParameterTypeDescription
idrequiredstringBook ID
eprequiredintegerEpisode number
api_keyoptionalstringAPI key (alternative to X-API-Key header)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramaboxv2/hls?id=42000021382&ep=1"
DramaBox V2 — Api-Dracin Premium Source (PRO / Lifetime Only)