Video Streaming API With Minimal Ads

We offer free streaming links for movies and episodes that can be effortlessly integrated into your website through our embed links or API.

Demo Embed

movie — https://embed.lc/api/embed/tt2250912

Deliver an optimized User Experience

We’ve loaded up on essential features, all fine‑tuned to keep everything smooth and awesome for you.

Auto Update

Links are automatically updated with new or better quality as soon as they are available online.

Responsive

The player is responsive and works perfectly on desktop, mobile, and tablets.

High Quality

Streams default to the latest available resolution—mostly crisp 1080p.

Fast Streaming Servers

A curated list of the fastest servers keeps buffering at bay; users can easily switch options.

API Documentation

embed.lc API gives you the lowdown on all the methods, request formats, and both required and optional parameters.

1. Movie Embed URL

Use IMDB ID for the movie ID.

https://embed.lc/api/embed/{imdb_id}

2. TV Show Embed URL

Use IMDB ID for the TV show ID.

https://embed.lc/api/embed/{imdb_id}/{season_number}/{episode_number}

3. List All Movies & Series

{type} is required — "movie" or "series"

https://embed.lc/api/list/{type}
Example movie list → https://embed.lc/api/list/movie
Example series list    → https://embed.lc/api/list/series

4. List TV Shows episodes

Use IMDB ID for the TV show ID.

https://embed.lc/api/list/series/{imdb_id}