https://www.themoviedb.org/company/72685/movie has over 200 items but the API only returns 13 results
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط ticao2 🇧🇷 pt-BR
در تاریخ ژوئن 29, 2024 ساعت 7:17 ق.ض
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
پاسخ توسط HybridTheory9
در تاریخ ژوئن 29, 2024 ساعت 4:53 ب.ض
HTTP GET on
https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=popularity.desc&with_companies=72685
-> 17 results
HTTP GET on
https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=2&sort_by=popularity.desc&with_companies=72685
-> 0 results
But https://www.themoviedb.org/company/72685/movie has 230 results
پاسخ توسط jedi.jesse
در تاریخ ژوئن 29, 2024 ساعت 5:51 ب.ض
Double check your query parameters and figure out which of those might be filtering your results:
Try changing your query to see what other results you get (Hint:
include_video=true
)پاسخ توسط HybridTheory9
در تاریخ ژوئن 29, 2024 ساعت 6:00 ب.ض
Yep that's it, thanks!
پاسخ توسط HybridTheory9
در تاریخ ژوئن 29, 2024 ساعت 6:00 ب.ض
Did this behaviour change recently?
پاسخ توسط jedi.jesse
در تاریخ ژوئن 29, 2024 ساعت 6:04 ب.ض
I'm not a mod, I'm just some guy who also uses these APIs, but I don't think there's any change in behavior.
If you set
include_video=false
, then movies with whereVideo? = Yes
will be excluded... that's not new. It's always possible that the movies have been recently modified.پاسخ توسط superboy97
در تاریخ ژوئن 30, 2024 ساعت 1:15 ق.ض
No.