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!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 14, 2024 في 11:12 صباحا
You need to include a
watch_region
for eitherwith_watch_providers
orwithout_watch_providers
to work.