live api
ScreenOpps
Embed API
Drop any movie or TV episode into your site with a single iframe. No auth, no SDK, just a URL.
Endpoints
GEThttps://api.screenopps.com/embed/movie/{TMDB_ID}
TMDB_IDrequiredThe movie ID from themoviedb.org — found in the URL of any movie page
GEThttps://api.screenopps.com/embed/tv/{TMDB_ID}/{SEASON}/{EPISODE}
TMDB_IDrequiredThe series ID from themoviedb.org
SEASONrequiredSeason number — integer starting at 1
EPISODErequiredEpisode number — integer starting at 1
Live tester
https://api.screenopps.com/embed/movie/533535
Enter a TMDB ID and load
Embed code
<!-- Movie --> <iframe src=https://api.screenopps.com/embed/movie/533535 width=100% style=aspect-ratio:16/9 allowfullscreen allow=autoplay; fullscreen frameborder=0 ></iframe> <!-- TV Show --> <iframe src=https://api.screenopps.com/embed/tv/1396/1/1 width=100% style=aspect-ratio:16/9 allowfullscreen allow=autoplay; fullscreen frameborder=0 ></iframe>