Hello,
when I am using the with_watch_providers filter in my API request, i get the exact same amount of results as when I am using the without_watch_providers filter. Do you know why that is? When I remove both of these filters I still get the same amount of results and it seems like this filter does not affect the results.
I used: https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=de-DE&page=1&sort_by=popularity.desc&with_genres=10751&without_watch_providers=8 https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=de-DE&page=1&sort_by=popularity.desc&with_genres=10751&with_watch_providers=8 https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=de-DE&page=1&sort_by=popularity.desc&with_genres=10751
And I always get 24777 results
Thanks in advance!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on February 14, 2024 at 11:12 AM
You need to include a
watch_region
for eitherwith_watch_providers
orwithout_watch_providers
to work.