Get the details of a show via id, imdbId or tmdbId, including the global streaming availability info. Get a Show
Optional
initOverrides: RequestInit | InitOverrideFunctionGet the details of a show via id, imdbId or tmdbId, including the global streaming availability info. Get a Show
Optional
initOverrides: RequestInit | InitOverrideFunctionGet the official top shows in a service. Top shows are determined by the streaming service itself. Supported streaming services are: - Netflix: netflix - Amazon Prime Video: prime - Apple TV: apple - Max: hbo For unsupported services, this endpoint will return an empty list. Series granularity is always show for this endpoint, meaning that the output will not include season and episode info. Get Top Shows
Optional
initOverrides: RequestInit | InitOverrideFunctionGet the official top shows in a service. Top shows are determined by the streaming service itself. Supported streaming services are: - Netflix: netflix - Amazon Prime Video: prime - Apple TV: apple - Max: hbo For unsupported services, this endpoint will return an empty list. Series granularity is always show for this endpoint, meaning that the output will not include season and episode info. Get Top Shows
Optional
initOverrides: RequestInit | InitOverrideFunctionProtected
isCheck if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 APPLICATION/JSON application/vnd.company+json
MIME (Multipurpose Internet Mail Extensions)
True if the given MIME is JSON, false otherwise.
Protected
requestOptional
initOverrides: RequestInit | InitOverrideFunctionSearch 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 information about the shows, such as title, IMDb ID, TMDb ID, release year, deep links to streaming services, available subtitles, audios, available video quality and many more! Apart from the info about the given country-service combinations, output also includes information about streaming availability in the other services for the given country. Streaming availability info from the other countries are not included in the response. When show_type is movie or series_granularity is show, items per page is 20. When show_type is series and series_granularity is episode items per page is 10. Otherwise, items per page is 15. Search Shows by filters
Optional
initOverrides: RequestInit | InitOverrideFunctionSearch 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 information about the shows, such as title, IMDb ID, TMDb ID, release year, deep links to streaming services, available subtitles, audios, available video quality and many more! Apart from the info about the given country-service combinations, output also includes information about streaming availability in the other services for the given country. Streaming availability info from the other countries are not included in the response. When show_type is movie or series_granularity is show, items per page is 20. When show_type is series and series_granularity is episode items per page is 10. Otherwise, items per page is 15. Search Shows by filters
Optional
initOverrides: RequestInit | InitOverrideFunctionPerforms SearchShowsByFiltersRequest with auto-pagination.
Request parameters
Maximum number of pages to fetch. If 0 or less, fetches all pages.
Optional
initOverrides: RequestInit | InitOverrideFunctionOptional overrides for the fetch init parameters
AsyncGenerator of Show
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 items have 100% match with the title will be returned. Streaming availability info for the target country is included in the response, but not for the other countries. Results might include shows that are not streamable in the target country. Only criteria for the search are the title and the show type. No pagination is supported. Search Shows by title
Optional
initOverrides: RequestInit | InitOverrideFunctionSearch 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 items have 100% match with the title will be returned. Streaming availability info for the target country is included in the response, but not for the other countries. Results might include shows that are not streamable in the target country. Only criteria for the search are the title and the show type. No pagination is supported. Search Shows by title
Optional
initOverrides: RequestInit | InitOverrideFunctionRest
...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]
ShowsApi with auto-pagination support