Public Streaming API · JSON · GET · No key
Movie, TV & anime streams —
one clean embed
One line of code, no setup. Embed-ready URLs for movies, shows and anime served from cdn.anizil.proo.one.
<iframe src="https://cdn.anizil.proo.one/anime/154587/1/sub" frameborder="0" allowfullscreen></iframe>
What's inside
Endpoints
Documentation
🎬 Embed Movies
TMDB ID required from The Movie Database.
<!-- Example --> <iframe src="https://cdn.anizil.proo.one/movie/687163" frameborder="0" scrolling="no" allowfullscreen></iframe>
📺 Embed Shows
TMDB ID required. Season & episode number must not be empty.
<!-- Example --> <iframe src="https://cdn.anizil.proo.one/tv/94997/1/1" frameborder="0" scrolling="no" allowfullscreen></iframe>
🌸 Embed Anime
AniList ID required. Episode number & sub/dub preference mandatory.
<!-- Example --> <iframe src="https://cdn.anizil.proo.one/anime/154587/1/sub" frameborder="0" scrolling="no" allowfullscreen></iframe>
🍥 Embed AnimePahe
AniList ID required. Episode number & sub/dub preference mandatory.
<!-- Example --> <iframe src="https://cdn.anizil.proo.one/animepahe/16498/1/sub" frameborder="0" scrolling="no" allowfullscreen></iframe>
🎥 Embed VidRock (Movie / TV)
TMDB or IMDb ID. Movie or TV (season + episode). Playback is served on a wrapper page on our domain — no redirect to the upstream host.
<!-- Movie --> <iframe src="https://cdn.anizil.proo.one/vidrock/550" frameborder="0" allowfullscreen></iframe> <!-- TV --> <iframe src="https://cdn.anizil.proo.one/vidrock/1399/1/1" frameborder="0" allowfullscreen></iframe>
🔄 Embed Stream (TMDB)
Aggregated stream via TMDB — useful for on-site players.
<!-- Example --> <iframe src="https://cdn.anizil.proo.one/stream/tmdb/94997/1/1/multi" frameborder="0" scrolling="no" allowfullscreen></iframe>
📦 JSON API
Get a structured source list instead of an embed. Append ?format=json to any route.
// Request curl "https://cdn.anizil.proo.one/anime/154587/1/sub?format=json" // Response "api": "ZilAPI", "provider": "cdn.anizil.proo.one", "data": { "params": { "anilist": "154587", "ep": 1, "audio": "sub" }, "embed_url": "https://...", "sources": [ { "server": "megaplay", "url": "https://...", "mime_type": "text/html" } ] }
Live Demo
Try the Player
Pick a type, paste an ID, hit Load.
Query Parameters
⏱️ startAt / progress
Start playback at N seconds.
🖥️ server
Force an initial server on supported routes.
Allowed: megaplay, vidnest, anixo, streamfliz, vidrock
🛡️ Hide Controls
Pass control names as query params with hide, false, 0, off or empty.
| Control | Query name |
|---|---|
| Server Icon | servericon |
| Top Captions | topcaption |
| Top Settings | topsettings |
| Seek Backward | centerseekbackward |
| Play | centerplay |
| Seek Forward | centerseekforward |
| Time Slider | timeslider |
| Mute | mute |
| Volume | volume |
| Time Group | timegroup |
| Bottom Captions | bottomcaption |
| Bottom Settings | bottomsettings |
| Picture-in-Picture | pip |
| Cast | cast |
| Fullscreen | fullscreen |
| Prev / Next Episode (TV) | prevepisode / nextepisode |