← Back to Docs

GoodShort API

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.

HLS Streaming All Episodes Unlocked 16 Languages Active

API Key

Authentication

All endpoints require the X-API-Key header.

Base URL

https://api.hoshiyomi.my.id

Rate Limits

PlanRequests / 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

Supported Languages

en id vi ms ja fr ko ar es fil hi tr pt th zh de

Endpoints

GET /api/goodshort/languages

Returns list of supported languages with codes and names.

Example
curl -H "X-API-Key: *** \
  "https://api.hoshiyomi.my.id/api/goodshort/languages"

      
GET /api/goodshort/trending

Get trending dramas sorted by popularity. Returns a paginated list of drama titles with cover images, episode counts, and descriptions.

Example
curl -H "X-API-Key: *** \
  "https://api.hoshiyomi.my.id/api/goodshort/trending?lang=id"

      
GET /api/goodshort/search

Search dramas by keyword. Returns matching titles ranked by relevance.

Example
curl -H "X-API-Key: *** \
  "https://api.hoshiyomi.my.id/api/goodshort/search?q=romance&lang=id"

      
GET /api/goodshort/detail

Get detailed information about a drama including description, tags, episode list, and cover image.

Example
curl -H "X-API-Key: *** \
  "https://api.hoshiyomi.my.id/api/goodshort/detail?id=42000016017&lang=id"

      
GET /api/goodshort/allepisode

Get all episodes for a drama with HLS video URLs for each episode.

Example
curl -H "X-API-Key: *** \
  "https://api.hoshiyomi.my.id/api/goodshort/allepisode?id=42000016017&lang=id"

      
GET /api/goodshort/foryou

Get personalized recommendations based on trending and popular content.


      
GET /api/goodshort/recommended

Get similar dramas recommendations.


      
GET /api/goodshort/hotrank

Get hot rankings - the most popular dramas right now.


      
GET /api/goodshort/latest

Get the latest dramas added to the platform.