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!
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 14. Februar 2024 um 11:12
You need to include a
watch_region
for eitherwith_watch_providers
orwithout_watch_providers
to work.