Movie
This endpoint find movies using over 30 filters and sort options.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Used to filter results based on the film's certification rating (e.g., PG, R) in conjunction with the region parameters.
Filters results that have a certification rating greater than or equal to the specified value. This is used in conjunction with the region.
Filters results that have a certification rating less than or equal to the specified value. This is used in conjunction with the region.
Specifies the country to filter by the certification rating. It is used alongside certification, certification.gte, and certification.lte filters.
This indicate whether the movie is an adult content.
false
Includes videos in the results if set to true. By default, this is set to false.
"false"
Specifies the language in which the response should be returned.
"en-US"
Indicates which page of results to return. Default is the first page (1).
1
Filters results to only include those released in the specified year.
""
Filters results to only include those released on or after the specified date.
""
Filters results to only include those released on or before the specified date.
""
This is the geographical area or country that can be used to filter results based on regional availability.
""
Filters results to only include those released on or after the specified date.
""
Filters results to only include those released on or before the specified date.
""
Defines the order in which results are sorted.
orignal_title_asc
, original_title_desc
, popularity_asc
, popularity_desc
, revenue_asc
, revenue_desc
, prirmary_release_date.asc
, title_asc
, title_desc
, primary_release_date.desc
, vote_average.asc
, vote_average_desc
, vote_count.asc
, vote_count.desc
"popularity_desc"
Filters results to include those with an average vote greater than or equal to the specified value.
""
Filters results to include those with an average vote less than or equal to the specified value.
""
Filters results to include those with a vote count greater than or equal to the specified number.
""
Filters results to include those with a vote count less than or equal to the specified number.
""
Specifies a region code for filtering results based on available watch providers or monetization types.
""
Filters results to include films that have certain cast members. Can be a comma (for AND) or pipe (for OR) separated query.
""
Filters results to include films produced by specific companies. Can also be a comma (for AND) or pipe (for OR) separated query.
""
Filters results to include films that involve specific crew members (e.g., directors, writers). Can be a comma (for AND) or pipe (for OR) separated query.
""
string Filters results by specified genres (e.g., action, comedy). Can be a comma (for AND) or pipe (for OR) separated query.
""
Filters results to include films associated with specific keywords. Can be a comma (for AND) or pipe (for OR) separated query.
""
Filters results based on the country of origin of the film.
""
Filters results to include films in a specified original language.
""
Filters results to include names of specific people associated with the film (cast, crew). Can be a comma (for AND) or pipe (for OR) separated query.
""
Filters results based on the release type (e.g., theatrical, digital). Possible values are; [1, 2, 3, 4, 5, 6]. Can be a comma (for AND) or pipe (for OR) query.
""
Filters results to include films with a runtime greater than or equal to the specified number of minutes.
""
Filters results to include films with a runtime less than or equal to the specified number of minutes.
""
Filters results based on financial aspects of watching, including types like "flatrate," "free," "ads," "rent," or "buy."
""
Specifies which watch providers to filter by, such as Netflix or Hulu. Can be a comma (for AND) or pipe (for OR) separated query.
""
results to exclude specified genres from the results.
""
Filters results to exclude specified keywords associated with the films.
""
Filters results to exclude films available on specified watch providers.
""
This is used to filter results based on a specific year.
""
Response
The response is of type object
.