Embed movies and TV shows into your website with a single line of code. Both IMDB and TMDB IDs supported. No API key required.
// Embed any movie or TV show <iframe src="https://apiplayer.ru/embed/movie/tt1375666"></iframe> // Works with TMDB IDs too <iframe src="https://apiplayer.ru/embed/movie/27205"></iframe> // TV episodes with season/episode <iframe src="https://apiplayer.ru/embed/tv/1399/1/1"></iframe>
sub_url or use the built-in picker.| Method | Endpoint | Description |
|---|---|---|
| GET | /embed/movie/:id | Movie embed player |
| GET | /embed/movie?imdb=&tmdb= | Movie embed (query params) |
| GET | /embed/tv/:id/:season/:episode | TV episode embed |
| GET | /embed/tv/:id/:s-:e | Episode embed (dash format) |
| GET | /embed/tv?imdb=&season=&episode= | Episode embed (query params) |
| GET | /movies/latest/page-:n.json | Paginated movie listings |
| GET | /tvshows/latest/page-:n.json | Paginated TV show listings |
| GET | /episodes/latest/page-:n.json | Paginated episode listings |