FreeReels API

Free short drama streaming with ad-based episode unlock. Same CDN as DramaWave but with unlocked episodes via ad bypass.

🔓
Ad Unlock Bypass
Unlock paid episodes via ad/finish exploit
🌐
16 Languages
Multi-language content support
📺
HLS Streaming
H.264 + H.265 video URLs

Supported Languages

enid espt frde itja koth viar hims tlzh

Endpoints

GET /api/freereels/detail

Drama detail + episode list

ParameterTypeDescription
idstringSeries ID (required)
langstringLanguage code (default: en)
curl -H "X-Api-Key: YOUR_KEY" \ "https://priv-api.anichin.bio/api/freereels/detail?id=SERIES_ID&lang=en"
GET /api/freereels/allepisode

All episodes with video URLs

ParameterTypeDescription
idstringSeries ID (required)
langstringLanguage code (default: en)
curl -H "X-Api-Key: YOUR_KEY" \ "https://priv-api.anichin.bio/api/freereels/allepisode?id=SERIES_ID&lang=en"
GET /api/freereels/episode

Single episode video

ParameterTypeDescription
idstringSeries ID (required)
epintEpisode number (default: 1)
langstringLanguage code (default: en)
curl -H "X-Api-Key: YOUR_KEY" \ "https://priv-api.anichin.bio/api/freereels/episode?id=SERIES_ID&ep=1&lang=en"
GET /api/freereels/languages

Supported languages

curl "https://priv-api.anichin.bio/api/freereels/languages"