TV

WeTV API

WeTV (wetv.vip) is Tencent's international streaming platform with drama, movie, anime content across Southeast Asia. This API provides full access to all content including VIP episodes with HLS streaming and multi-language subtitles.

Full Access
All VIP episodes unlocked
HLS Streaming
Up to 1080p quality
🌐
6 Languages
Multi-language support
Authentication

All WeTV 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/wetv/trending

Supported Languages

en id th vi ms zh
Endpoints
GET /api/wetv/languages API Key
Returns list of 6 supported languages.
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/languages"
GET /api/wetv/trending API Key
Returns trending content from WeTV catalog (FREE channel). Supports pagination.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
pageoptionalintPage number (default: 1)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/trending?lang=en&page=1"
GET /api/wetv/anime API Key
Browse all Anime content (Japanese animation). Paginated — use page param to load more.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
pageoptionalintPage number (default: 1)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/anime?lang=en&page=1"
GET /api/wetv/donghua API Key
Browse all Donghua content (Chinese animation). Same catalog as /anime — both are in WeTV's Anime channel. Paginated.
ParameterTypeDescription
langoptionalstringLanguage code (default: id)
pageoptionalintPage number (default: 1)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/donghua?lang=id&page=2"
GET /api/wetv/search API Key
Search for dramas, movies, and series.
ParameterTypeDescription
queryrequiredstringSearch query
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/search?query=love&lang=en"
GET /api/wetv/detail API Key
Get drama details with episode list.
ParameterTypeDescription
idrequiredstringDrama ID (CID)
langoptionalstringLanguage code (default: en)
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/detail?id=5x721...&lang=en"
GET /api/wetv/episode API Key
Get video stream URL for specific episode. All content is accessible including VIP episodes. Returns all quality URLs (144p–1080p) in a single request.
ParameterTypeDescription
idrequiredstringDrama ID (CID)
eprequiredintegerEpisode number
langoptionalstringLanguage code
Example
curl -H "X-API-Key: YOUR_KEY" "{{BASE}}/api/wetv/episode?id=5x721...&ep=1&lang=en"
WeTV — Api-Dracin Multi-Source Drama Streaming API