Massive Library
Thousands of movies and TV series across every genre.
VidSrc.sbs is a free movie and TV streaming API built for developers. Embed HD video sources anywhere, no ads, no hassle. Start streaming online today.
Everything you need to deliver a world-class streaming experience
Thousands of movies and TV series across every genre.
Seamlessly switch between phone, tablet, laptop, and Smart TV.
No buffering, no waiting. Ultra-fast servers deliver crisp HD streams.
Trending, top-rated, and personalised picks.
Content added every day, updated automatically
Latest available quality and the fastest
Comprehensive API reference for embedding movies and series using TMDB or IMDB IDs.
https://vidsrc.sbs/movie/{tmdb_id}
<iframe src="https://vidsrc.sbs/movie/533535" allowfullscreen></iframe>
https://vidsrc.sbs/tv/{tmdb_id}/{season}/{episode}
Customize the player behaviour using URL query parameters.
?autoplay=1
?color=e50914
?primaryColor=e50914
?secondaryColor=ffffff
?poster=https://…
?title=Movie+Title
?sub=en
?lang=en
?controls=0
Track and restore user watch progress via query params or postMessage.
?t=120
?resume=1
window.addEventListener('message', e => { if(e.data.type==='timeupdate') saveProgress(e.data.time); })