Skip to main content
GET
/
movies
/
{movie_id}
/
providers
{
  "country": {
    "code": "<string>",
    "name": "<string>"
  },
  "buy": [],
  "rent": [],
  "flatrate": []
}

Path Parameters

movie_id
string
required

Unique Identifier of a movie.

Response

Successful Response

Providers that offer to watch the movie. Either for streaming, for rent or to buy.

country
Country · object
required
buy
Provider · object[]

List of providers that offer to buy the movie.

rent
Provider · object[]

List of providers that offer to rent the movie.

flatrate
Provider · object[]

List of providers that offer to stream the movie.