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.

GET /anime/154587/1/sub
<iframe src="https://cdn.anizil.proo.one/anime/154587/1/sub"
  frameborder="0" allowfullscreen></iframe>

What's inside

🎬
Embed Movies
TMDB ID in, player out. Works for every film on the catalogue.
📺
Embed Shows
Season & episode aware embeds for TV series.
🌸
Anime + Sub/Dub
AniList-powered anime embeds with sub or dub preference.
🍥
AnimePahe & VidRock
Extra provider routes, embedded on our own domain — no redirect.
🔄
JSON API
Append ?format=json to any route for a structured source list.
⚙️
Query Params
startAt, progress, server and control-hiding params out of the box.

Endpoints


🎬 Embed Movies

TMDB ID required from The Movie Database.

GEThttps://cdn.anizil.proo.one/movie/[TMDB_ID]
<!-- 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.

GEThttps://cdn.anizil.proo.one/tv/[TMDB_ID]/[SEASON]/[EPISODE]
<!-- 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.

GEThttps://cdn.anizil.proo.one/anime/[ANILIST_ID]/[EPISODE]/[SUB_OR_DUB]
<!-- 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.

GEThttps://cdn.anizil.proo.one/animepahe/[ANILIST_ID]/[EPISODE]/[SUB_OR_DUB]
<!-- 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.

GEThttps://cdn.anizil.proo.one/vidrock/[TMDB_OR_IMDB_ID]
GEThttps://cdn.anizil.proo.one/vidrock/[TMDB_OR_IMDB_ID]/[SEASON]/[EPISODE]
<!-- 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.

GEThttps://cdn.anizil.proo.one/stream/tmdb/[TMDB_ID]/[SEASON]/[EPISODE]/[AUDIO]
<!-- 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" }
  ]
}

Try the Player

Pick a type, paste an ID, hit Load.

Your embed preview will appear here

⏱️ startAt / progress

Start playback at N seconds.

GEThttps://cdn.anizil.proo.one/movie/687163?startAt=120
GEThttps://cdn.anizil.proo.one/tv/94997/1/1?progress=90

🖥️ server

Force an initial server on supported routes.

Allowed: megaplay, vidnest, anixo, streamfliz, vidrock

GEThttps://cdn.anizil.proo.one/anime/[ANILIST]/[EP]/[SUB|DUB]?provider=vidnest

🛡️ Hide Controls

Pass control names as query params with hide, false, 0, off or empty.

ControlQuery name
Server Iconservericon
Top Captionstopcaption
Top Settingstopsettings
Seek Backwardcenterseekbackward
Playcenterplay
Seek Forwardcenterseekforward
Time Slidertimeslider
Mutemute
Volumevolume
Time Grouptimegroup
Bottom Captionsbottomcaption
Bottom Settingsbottomsettings
Picture-in-Picturepip
Castcast
Fullscreenfullscreen
Prev / Next Episode (TV)prevepisode / nextepisode