DramaBox is one of the most popular short drama apps globally, featuring thousands of bite-sized drama series across romance, thriller, fantasy, and more. This API provides access to DramaBox content with HLS streaming, 16 language support, and all episodes unlocked.
All endpoints require the X-API-Key header.
https://api.hoshiyomi.my.id
| Plan | Requests / min |
|---|---|
| Free (Trial) | 60 |
| Free (Personal) | 30 |
| Standard 1M ($6) | 20,000 |
| Standard 3M ($15) | 20,000 |
| Unlimited 1M ($17) | Unlimited |
| Unlimited 3M ($39) | Unlimited |
Returns list of supported languages with codes and names.
curl -H "X-API-Key: *** \
"https://api.hoshiyomi.my.id/api/idrama/languages"
Get trending dramas sorted by popularity. Returns a paginated list of drama titles with cover images, episode counts, and descriptions.
curl -H "X-API-Key: *** \
"https://api.hoshiyomi.my.id/api/idrama/trending?lang=id"
Search dramas by keyword. Returns matching titles ranked by relevance.
curl -H "X-API-Key: *** \
"https://api.hoshiyomi.my.id/api/idrama/search?q=romance&lang=id"
Get detailed information about a drama including description, tags, episode list, and cover image.
curl -H "X-API-Key: *** \
"https://api.hoshiyomi.my.id/api/idrama/detail?id=42000016017&lang=id"
Get all episodes for a drama with HLS video URLs for each episode.
curl -H "X-API-Key: *** \
"https://api.hoshiyomi.my.id/api/idrama/allepisode?id=42000016017&lang=id"
Get personalized recommendations based on trending and popular content.
Get similar dramas recommendations.
Get hot rankings - the most popular dramas right now.
Get the latest dramas added to the platform.