cURL
curl --request GET \ --url https://api.example.com/movies/{movie_id}/providers
{ "country": { "code": "<string>", "name": "<string>" }, "buy": [], "rent": [], "flatrate": [] }
Unique Identifier of a movie.
Country Code
Successful Response
Providers that offer to watch the movie. Either for streaming, for rent or to buy.
Show child attributes
List of providers that offer to buy the movie.
List of providers that offer to rent the movie.
List of providers that offer to stream the movie.