DN

DramaNova API

DramaNova (DramaVerse) is a ByteDance-powered short drama platform with PSSDK encrypted API and BytePlus VOD streaming. This API provides access to DramaNova content with 15 language support, DRM-free MP4 bypass via BytePlus VOD, and dual API path (PSSDK primary, RuiQiLin fallback) — served through Indonesian geo-proxy for optimal access.

BytePlus VOD
DRM-free MP4 bypass
🔓
PSSDK Encrypted
AES/ECB encrypted API
🌐
Multi-Language
15 languages supported
Authentication

All DramaNova endpoints require the X-API-Key header except /health and /api/sources.

Rate Limits

PlanRequests / min
Free10
Monthly5,000
LifetimeUnlimited

Example Request

curl -H "X-API-Key: YOUR_KEY" \
{{BASE}}/api/dramanova/trending

Supported Languages

Loading...
Endpoints
GET /api/dramanova/languages API Key
Returns list of supported languages with codes and names.
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/languages"
GET /api/dramanova/trending API Key
Returns currently trending / popular dramas on DramaNova.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/trending?lang=id"
GET /api/dramanova/foryou?page={page} API Key
Browse drama catalog with pagination.
ParameterTypeDescription
pageoptionalintegerPage number (default: 1)
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/foryou?page=1&lang=id"
GET /api/dramanova/latest API Key
Returns the latest / recently updated dramas.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/latest?lang=id"
GET /api/dramanova/search?q={query} API Key
Search for dramas within DramaNova.
ParameterTypeDescription
qrequiredstringSearch query
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/search?q=cinta&lang=id"
GET /api/dramanova/detail?id={id} API Key
Get detailed information about a specific DramaNova drama including episode list.
ParameterTypeDescription
idrequiredstringDrama ID from search or trending results
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/detail?id=7433750748339200&lang=id"
GET /api/dramanova/episode?id={id}&ep={ep} API Key
Get BytePlus VOD MP4 video URL for a specific episode.
ParameterTypeDescription
idrequiredstringDrama ID
eprequiredintegerEpisode number
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/dramanova/episode?id=7433750748339200&ep=1&lang=id"
DramaNova — Api-Dracin Multi-Source Drama Streaming API