میانبرهای صفحه کلید
جستجوی پیشرفته
i call https://api.themoviedb.org/3/tv/popular?api_key=##########&sort_by=popularity.desc&without_genres=10767,2010766,2010763,2010764
i keep getting the genres i am trying to exclude, is this right or how is that done
By using a comma, you’re asking to filter any movies that have all of those genres entered, and there is probably none.
You should switch to use a pipe | instead which turns it into an OR query, which I believe is what you’re actually looking for.
|
For some reason i still have the problem, for example when i call https://api.themoviedb.org/3/tv/popular?api_key=$$$$$&sort_by=popularity.desc I get squid game, i try calling the api with end point &without_genres=18, but i again get squid game which has a genre 18.
Hi @blaidyalah,
I am not seeing Squid Game returned in this query:
https://api.themoviedb.org/3/discover/tv?api_key=###&without_genres=18
When using without_genres=18, there are 149,775 results. When I remove it, there is 190,497 results which seems correct.
without_genres=18
Oh yes, the problem is fixed when i use discover tv, instead of popular tv, appreciate it.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
ورود
ثبتنام
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
ثبت نام کنید و به جامعه بپیوندید
پاسخ توسط Travis Bell
در تاریخ ژانویه 25, 2025 ساعت 6:59 ب.ض
By using a comma, you’re asking to filter any movies that have all of those genres entered, and there is probably none.
You should switch to use a pipe
|
instead which turns it into an OR query, which I believe is what you’re actually looking for.پاسخ توسط blaidyalah
در تاریخ ژانویه 25, 2025 ساعت 7:13 ب.ض
For some reason i still have the problem, for example when i call https://api.themoviedb.org/3/tv/popular?api_key=$$$$$&sort_by=popularity.desc I get squid game, i try calling the api with end point &without_genres=18, but i again get squid game which has a genre 18.
پاسخ توسط Travis Bell
در تاریخ ژانویه 25, 2025 ساعت 9:12 ب.ض
Hi @blaidyalah,
I am not seeing Squid Game returned in this query:
When using
without_genres=18
, there are 149,775 results. When I remove it, there is 190,497 results which seems correct.پاسخ توسط blaidyalah
در تاریخ ژانویه 26, 2025 ساعت 4:16 ق.ض
Oh yes, the problem is fixed when i use discover tv, instead of popular tv, appreciate it.