MR

MoboReels API

MoboReels (CDReader) is a multi-language short drama platform offering direct MP4 video streaming with WebVTT subtitles. This API provides access to MoboReels content with 16 language support, direct MP4 video URLs, and built-in subtitle tracks — no DRM or encryption, just direct video playback.

MP4 Direct
No DRM, direct video URLs
🔓
WebVTT Subtitles
Built-in subtitle tracks
🌐
Multi-Language
16 languages supported
Authentication

All MoboReels 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/moboreels/trending

Supported Languages

Loading...
Endpoints
GET /api/moboreels/languages API Key
Returns list of supported languages with codes and names.
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/moboreels/languages"
GET /api/moboreels/trending API Key
Returns currently trending dramas on MoboReels.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/moboreels/trending?lang=id"
GET /api/moboreels/foryou 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/moboreels/foryou?page=1&lang=id"
GET /api/moboreels/search API Key
Search for dramas within MoboReels.
ParameterTypeDescription
qrequiredstringSearch query
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/moboreels/search?q=cinta&lang=id"
GET /api/moboreels/detail API Key
Get detailed information about a specific MoboReels 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/moboreels/detail?id=102&lang=id"
GET /api/moboreels/episode API Key
Get direct MP4 video URL and WebVTT subtitle tracks for a specific episode.
ParameterTypeDescription
idrequiredstringDrama ID
eprequiredintegerEpisode number
langoptionalstringLanguage code (default: id)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/moboreels/episode?id=102&ep=1&lang=id"
MoboReels — Api-Dracin Multi-Source Drama Streaming API