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!
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
2월 14, 2024 at 11:12 오전
You need to include a
watch_region
for eitherwith_watch_providers
orwithout_watch_providers
to work.