CineStream API
Download full source code https://github.com/hamashyah/Cinestream Example Site: https://cinestream.sistemaluxpower.com.br/ Unlock the potential to create your very own movie streaming website with seamless direct access to films through a comprehensive API that integrates rich movie data and a powerful player using TMDb IDs. This feature-packed solution eliminates the complexities of hosting,…
CineStream API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Movies by Genre /genre/{genre_id}/movies |
This route lists movies from a specific genre. |
| GET |
Create Player /player/{movie_id} |
This route creates the player for a specific movie using TMDB id |
| GET |
List Movie Genres /genre/movie/list |
This route lists all available movie genres. |
| GET |
Now Playing Movies /movie/now_playing |
This route lists movies currently playing in theaters. |
| GET |
Popular Movies /movie/popular |
This route lists popular movies. |
| GET |
Movie Credits (Cast and Crew) /movie/{movie_id}/credits |
This route fetches the cast and crew for a specific movie. |
| GET |
Movie Details /movie/{movie_id} |
This route retrieves the details of a specific movie. |
| GET |
Search Movies by Title /search/movie |
This route allows you to search for movies by their title. |
CineStream API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 150000 / second |
|
| PRO Recommended | $10 / month | — |
|