DrakorIndo API DrakorIndo Overview Full-length Korean dramas and movies with Indonesian hardsub. Multi-quality video (480p/720p/1080p), rich metadata including Korean titles, cast, directors, ratings, and genres. Same familiar Drama/Episode data model used across the platform. Titles Growing Episodes Growing Quality 480p-1080p Subtitles Hardsub Indo Base URL Base URL https://api.splay.id GET /api/drakor?per_page=20&type=series Content Types DrakorIndo hosts both Korean drama series and movies. Use the type query parameter to filter by content type. Type Filter Description Series ?type=series Full-length Korean drama series (10-20+ episodes typical) Movie ?type=movie Korean movies (single video, 1h20m-2h30m typical) All (no filter) Both series and movies combined Data Model DrakorIndo uses the same Drama and Episode types as the Short Drama API. Each drama includes standard fields plus rich metadata in the raw_data JSON field -- Korean title, cast, director, rating, and genre details. Field Type Description id number Unique drama ID title string Drama title (English) cover_url string Signed cover image URL (TMDB source) provider_slug string Provider identifier (drakorindo) chapter_count number Total episode count introduction string Drama synopsis tags Tag[] Genre/category tags episodes Episode[] Episode list with video URLs raw_data object Rich metadata: korean_title, cast, director, rating, genres Video Quality Each episode has a primary video_url and a qualities JSON object with all available resolutions. All videos have Indonesian hardcoded subtitles. Quality JSON key in qualities{} Notes 480p qualities["480p"] Standard definition -- available on most content 720p video_url ยท qualities["720p"] Primary -- HD 1080p qualities["1080p"] Full HD -- newer content (2025+) All video URLs are HMAC-SHA256 signed with 30-min TTL. Use video_url as your primary source; fall back through qualities for other resolutions. Videos are hardsub Indonesian -- no separate subtitle tracks. Authentication Same API Key DrakorIndo endpoints use the same Authorization: Bearer authentication as all other APIs. Get your key atapi-dashboard. Quick Example GET /api/drakor Copy curl"https://api.splay.id/api/drakor?per_page=20&type=series"\ -H"Authorization: Bearer "