Universal Streaming API for Movies & TV Shows
API Details: Universal Streaming Media API is a powerful Express-based API that enables seamless search, discovery, and playback of movies and TV shows from major platforms like Netflix, Amazon Prime Video, Disney+, HBO Max, Hulu, Apple TV+, Hotstar, and over 60+ countries. 🚀 Key Features: 🔍 Search by Title: Instantly search for any movie or TV show by title. Supports filtering by type (movie /…
Universal Streaming API for Movies & TV Shows endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/search_by_title /search_by_title |
Search for movies or TV shows based on a given title. The search will return relevant results from both movies and TV series. |
| GET |
/straming_url (movies) /straming_url |
Streaming links for movies. This endpoint is used to fetch video URLs and serve them to the user. |
| GET |
/straming_url (Series) /straming_url |
Streaming links for TV shows. This endpoint is used to fetch video URLs and serve them to the user. |
| GET |
/getPoster /getPoster |
Fetch the poster image for a specific movie or TV show using its poster path from **/search_by_title** |