Streaming Availability - cheaper version
Netflix, Prime, Disney+, HBO, Hulu, AppleTV and many others. Lookup which shows are available on streaming services across 60 countries with deep links
Streaming Availability - cheaper version endpoints
| Method | Endpoint | Description |
|---|---|---|
| shows | ||
| GET |
get_shows_search_title /shows/search/title |
Search for movies and series by a title. Maximum amount of items returned are `20` unless there are more than 20 shows with the exact given title input. In that case all the… |
| GET |
get_shows_id /shows/{id} |
Get the details of a show via `id`, `imdbId` or `tmdbId`, including the global streaming availability info. |
| GET |
get_shows_type_id /shows/{type}/{id} |
Deprecated |
| GET |
get_shows_search_filters /shows/search/filters |
Search through the catalog of the given streaming services in the given country. Provides filters such as show language, genres, keyword and release year. Output includes all the… |
| genres | ||
| GET |
get_genres /genres |
Get the list of supported genres. |
| changes | ||
| GET |
get_changes /changes |
Query the new, removed, updated, expiring or upcoming movies/series/seasons/episodes in a given list of streaming services. Results are ordered by the date of the changes.… |
| countries | ||
| GET |
get_countries /countries |
Get all the supported countries and the list of the supported services and their details for each country. Details of services include names, logos, supported streaming types… |
| GET |
get_countries_country_code /countries/{country-code} |
Get a country and the list of the supported services and their details. Details of services include names, logos, supported streaming types (subscription, rent, buy, free etc.)… |
Streaming Availability - cheaper version pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $10 / month | 100 / second |
|
| ULTRA | $20 / month | 150 / second |
|
| MEGA | $95 / month | 250 / second |
|