Directly embed anime video players by TMDB ID with automated support for Multi-Audio (Sub, Dub, Multi) and ultra-low latency playback. Free, fast, and developer-first.
Set TMDB ID, season, episode, and audio track below to generate embed URLs and test video playback in real time.
<iframe
src="https://streamflizoapi.top/stream/tmdb/82684/1/1/multi"
width="100%"
height="100%"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen>
</iframe>
// Vanilla JS Dynamic Player Insertion
const playerUrl = "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi";
const container = document.getElementById('player-container');
const iframe = document.createElement('iframe');
iframe.src = playerUrl;
iframe.allow = 'autoplay; fullscreen; picture-in-picture';
iframe.allowFullscreen = true;
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.border = 'none';
container.appendChild(iframe);
import React from 'react';
export default function AnimePlayer() {
const streamUrl = "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi";
return (
<div className="relative w-full aspect-video rounded-xl overflow-hidden shadow-2xl">
<iframe
src={streamUrl}
className="w-full h-full border-0"
allow="autoplay; fullscreen; picture-in-picture"
allowFullScreen
/>
</div>
);
}
# Fetch stream page or metadata
curl -X GET "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
High-availability infrastructure engineered to deliver rapid, adaptive video playback.
Seamless support for Multi-Audio tracks (Sub, Dub, Multi) with instant switching and synchronised subtitle cues.
Edge cached video servers provide rapid time-to-first-frame playback with adaptive bitrate streaming up to 1080p.
Clean, secure iframe embeds without forced redirects or disruptive popups for a smooth user experience.
Common questions about integrating our TMDB anime video stream embeds.
<iframe> HTML tag pointing to https://streamflizoapi.top/stream/tmdb/{id}/{season}/{episode}/{lang}. For example: <iframe src="https://streamflizoapi.top/stream/tmdb/82684/1/1/multi" allowfullscreen></iframe>.
/stream/tmdb/{id}/{season}/{episode}/{lang}/{server}, such as play, vidcloud1, or vidplay1.