Embed movies, TV shows, and anime directly into your applications with our sophisticated, enterprise-grade API designed for premium experiences
Get streaming in under 30 seconds
<iframe src="https://spencerdevs.xyz/movie/533535" width="100%" height="400"></iframe>Comprehensive documentation for all available endpoints
/movie/:id| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Required | TMDB movie ID |
| theme | string | Optional | Custom theme color (hex without #) |
https://spencerdevs.xyz/movie/533535?theme=00ffc9Returns an HTML embed player with the requested movie
/tv/:id/:season/:episode| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Required | TMDB TV show ID |
| season | number | Required | Season number |
| episode | number | Required | Episode number |
| theme | string | Optional | Custom theme color (hex without #) |
https://spencerdevs.xyz/tv/95557/1/1?theme=00ffc9Returns an HTML embed player with the requested TV episode
/anime/:id/:episode| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Required | AniList anime ID |
| episode | number | Required | Episode number |
| theme | string | Optional | Custom theme color (hex without #) |
https://spencerdevs.xyz/anime/21/1?theme=00ffc9Returns an HTML embed player with the requested anime episode
No rate limits.
Embeds automatically adapt to container size. Use aspect-video for best results.
Add ?theme=HEXCOLOR (without #) to customize the player accent color.