The Movie Database Support

Hi, is there any way to filter movies by watch providers? I know we can search which watch providers have the movie by entering the movie_id, but I would like to filter the watch provider when searching for the movie. For example, I would like to search only movies from 2023, with action genre and available on Netflix.

1 reply (on page 1 of 1)

Jump to last post

@Mateus_Lidonis said:

Hi, is there any way to filter movies by watch providers?
I know we can search which watch providers have the movie by entering the movie_id,
but I would like to filter the watch provider when searching for the movie.
For example, I would like to search only movies from 2023, with action genre and available on Netflix.

Yes, it is possible using Discover.
https://developer.themoviedb.org/reference/discover-movie

You need to inform the filter data:
primary_release_year = 2023 (Your requested year)
watch_region = BR (Brazil in my example)
with_genres = 28 (Action ID)
with_watch_providers = 8 (Netflix)

Find Genre IDs here:
https://developer.themoviedb.org/reference/genre-movie-list
Find the WatchProviders IDs here:
https://developer.themoviedb.org/reference/watch-providers-movie-list

The API Request will look like this in this example:

https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&sort_by=popularity.desc&language=pt-BR&page=1&primary_release_year=2023&watch_region=BR&with_genres=28&with_watch_providers=8

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login