streaming-availability
Version:
Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries!
26 lines (19 loc) • 1.15 kB
Markdown
This example shows how to get the streaming availability data of
[](https://www.imdb.com/title/tt0468569/) via its IMDb id, using Node with
[](https://nodejs.org/api/esm.html).
Update `RAPID_API_KEY` constant with your own API key. Then:
```shell
npm install
npm start
```
As of July 31, 2023:
```
The Dark Knight is available on hbo via subscription at link https://play.max.com/movie/52217243-a137-45d6-9c6a-0dfab4633034 with UHD quality
The Dark Knight is available on prime via rent at link https://www.amazon.com/gp/video/detail/B001I189MQ/ref=atv_dp?language=en with HD quality for 3.79 USD
The Dark Knight is available on prime via rent at link https://www.amazon.com/gp/video/detail/B001I189MQ/ref=atv_dp?language=en with SD quality for 3.79 USD
The Dark Knight is available on prime via buy at link https://www.amazon.com/gp/video/detail/B001I189MQ/ref=atv_dp?language=en with SD quality for 7.99 USD
The Dark Knight is available on prime via buy at link https://www.amazon.com/gp/video/detail/B001I189MQ/ref=atv_dp?language=en with HD quality for 7.99 USD
```