The Ultimate Movie API

Watermark-free streaming for movies & TV series. One TMDB ID. One iframe. Done.

Documentation
A CodeSpecter Project

Engineered for Scale, Built for Developers.

NexStream was architected by the team at CodeSpecter to solve a fundamental problem in the modern streaming ecosystem: the lack of a reliable, high-performance, and genuinely free API for developers. We built a robust architecture that handles the heavy lifting of source resolving, auto-switching, and fallback mechanisms entirely behind the scenes.

Unlike traditional iframe providers that bombard your viewers with intrusive popups and broken embeds, NexStream focuses on delivering a seamless, premium viewing experience. Whether you are building a small hobby project or scaling a massive streaming directory, our watermark-free player guarantees your application always has access to the highest quality streams available globally.

Changes are applied instantly to the preview above
Basic Settings
Generated Link

                        
                    

API Routes

Movies

/embed/movie/{tmdbId}

Replace {tmdbId} with any TMDB movie ID

TV Series

/embed/tv/{tmdbId}/{season}/{episode}

Specify show ID, season, and episode number

URL Parameters

Parameter Type Description Example
progress number Start time in seconds ?progress=120

Code Examples

Basic Movie Player

Simple movie player — just drop in and go

↗ Preview
<iframe src="https://api.codespecters.com/embed/movie/597"
  width="100%" height="600" frameborder="0" allowfullscreen></iframe>

TV Series Player

Embed a specific episode — season and episode in the URL

↗ Preview
<iframe src="https://api.codespecters.com/embed/tv/1399/1/1"
  width="100%" height="600" frameborder="0" allowfullscreen></iframe>