🎬 Streaming Data API
Discover where movies and TV series are streaming worldwide: search by title or filters, fetch show details with deep links, browse genres and supported countries, and track catalog changes on Netflix, Prime Video, Disney+, and more.
🎬 Streaming Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Reference | ||
| GET |
streamingCountry /api/streaming-data-api/country |
Returns streaming services and addons available in a single country. |
| GET |
streamingGenres /api/streaming-data-api/genres |
Returns all genre IDs and localized names for use in filter searches. |
| GET |
streamingCountries /api/streaming-data-api/countries |
Returns every supported country with its streaming services and addons. |
| Shows | ||
| GET |
streamingSearchByFilters /api/streaming-data-api/shows/search/filters |
Advanced search by genre, year, rating, keyword, catalogs, and more. |
| GET |
streamingSearchByTitle /api/streaming-data-api/shows/search/title |
Search movies and series by title phrase within a country. |
| GET |
streamingShowDetail /api/streaming-data-api/shows/detail |
Full metadata and streaming availability for a movie or series. Accepts internal show ID, IMDb ID (e.g. tt0120338), or TMDB ID (e.g. movie/597, tv/1396). |
| Changes | ||
| GET |
streamingChanges /api/streaming-data-api/changes |
Lists new, removed, updated, expiring, or upcoming titles on streaming services in a country. Supports pagination via cursor. |
🎬 Streaming Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 1 / second |
|
| ULTRA Recommended | $14.99 / month | 2 / second |
|
| MEGA | $29.99 / month | 2 / second |
|