Search movies & TV shows, grab every download URL, and preview them in the built-in player.
Flow: search → copy a result's url → movie/tv → episode. Movie and episode responses already include all resolved download URLs (direct / Telegram / mirrors).
| Endpoint | Returns |
|---|---|
GET /api/search?q=<title> | matching movies + TV shows |
GET /api/movie?url=<movie url> | details + all resolved download URLs |
GET /api/tv?url=<show url> | show info + seasons + episodes |
GET /api/episode?url=<episode url> | episode download URLs |
GET /api/resolve?url=<zt-links url> | direct + Telegram + mirror URLs |
POST /api/settings | updates the OMDb key or download cookie |
Add resolve=0 to /api/movie or /api/episode to skip link resolution (faster, returns the raw link pages).
Without a cookie the API still returns the gateway URLs; with a valid cookie it also resolves direct / pixeldrain / Telegram URLs. The cookie is a normal browser session and expires periodically — re-paste it here when resolved URLs stop appearing.