W
WX MovieBox
API System Online
Cloudflare Pages Functions Proxy

WX MovieBox Scraper Proxy

A zero-buffer media proxy & concurrent scaper designed for seamless Movie and TV Series link scraping, high-speed TMDB-to-MovieBox mapping, and instant multilingual audio stream resolution.

API Scraper Tester

Select the content type, enter a valid TMDB ID, and click Send Request to retrieve raw streaming endpoints, metadata, and proxy links instantly.

Quick Presets:
Avengers: Endgame (299534)
The Super Mario Bros. (502356)
Harry Potter (671)
Status: Idle
Time: 0ms
Scraping and mapping sources...

Execute a query to see real-time JSON response and stream sources.

Core Engine Capabilities

Concurrent Dubs

Scrapes multiple audio track languages (English, Hindi, Spanish, Tamil, French, etc.) simultaneously via edge concurrent routing.

Ultra Low Latency

Built as Cloudflare Pages Functions compiled on the V8 Engine. Responses average under 100ms when cached in KV storage.

Seamless Streaming

Proxy features byte-range support, CORS headers, and fully transparent 403 Forbidden link correction.

Auto Link Refresh

Keeps streams completely alive. When CDN links expire, the proxy fetches refreshed addresses dynamically.

Developer API Documentation

Integrate raw video links and multilingual audio tracks seamlessly into your web, mobile, or smart TV application using these clean endpoints.

GET /api/movie
Resolves movie streams by matching a standard TMDB movie ID to its MovieBox equivalent and parsing available streams.
Parameter Type Required Description
id string Yes Standard Movie TMDB ID (e.g., 299534)
GET /api/series
Resolves TV show stream sources by TMDB ID, Season Number, and Episode Number, supporting deep catalog parsing.
Parameter Type Required Description
id string Yes Standard Series TMDB ID (e.g., 127529)
season number No Season index (Defaults to 1)
episode number No Episode index (Defaults to 1)
GET /api/scrape
Unified compatibility endpoint to handle both movies and series in a single request router.
Parameter Type Required Description
id string Yes TMDB Content ID
type string No Content type: movie or series (Defaults to movie)
season number No Season index (required if series)
episode number No Episode index (required if series)
GET /api/moviebox-proxy
Highly optimized video stream proxy that handles range headers, overrides forbidden headers, bypasses referrer blocks, and manages automated stream refreshment.
Parameter Type Required Description
url string Yes The raw streaming CDN URL (URL encoded)
sid string No The subject ID (for auto-link refreshed callbacks)
slug string No The detail path slug (for auto-link refreshed callbacks)