Integrate the BetterFlix catalog into your site with a single line of iframe. Support for movies, series, anime, doramas and more.
Simple, fast and free.
Optimized infrastructure with global CDN for instant player and metadata loading.
Servers synchronized in real time. If it premiered in theater or TV, it is in our API.
Multiple server options in a single player. Full redundancy and user choice.
Clean interface and fluid player that keeps your users engaged for longer.
Follow the models below to integrate the player into your project.
Warning: For security, these endpoints only work when integrated via iframe. Direct access via URL is automatically blocked.
id Content ID api.required
Numerical ID from TMDB or channel/game ID.
type Type api.required
movie, tv or channel.
season Season
Only for type=tv. Default: 1.
<iframe src="https://betterflix.pages.dev/api/player?id=SEU_TMDB_ID&type=movie" width="100%" height="500px" frameborder="0" allowfullscreen allow="autoplay; fullscreen" ></iframe>
<iframe src="https://betterflix.pages.dev/api/player?id=SEU_TMDB_ID&type=tv&season=1&episode=1" width="100%" height="500px" frameborder="0" allowfullscreen allow="autoplay; fullscreen" ></iframe>
<iframe src="https://betterflix.pages.dev/api/player?id=ID_DO_CANAL&type=channel" width="100%" height="500px" frameborder="0" allowfullscreen allow="autoplay; fullscreen" ></iframe>
Complete integration for TV and Sports. Use the listing endpoint to automate your grid or embed individual channels using our unique IDs.
fetch('https://betterflix.pages.dev/api/canais.json')
.then(res => res.json())
.then(data => {
console.log("Canais encontrados:", data.length);
// data = [{ id, nome, imagem, categoria }, ...]
}); Get your questions answered about our API integration.
Just use our player base URL passing the TMDB ID and type (movie or tv) as a parameter in an iframe src.
Yes, our channels API is updated in real-time to ensure all sports and open TV links are always online.
We offer full support for Movies, Series, Anime, K-Dramas and TV Channels (Sports, News and Entertainment).