Hello,
I'm trying to get a list of all English titles in your database by using the following URL. However, it doesn't seem to be filtering it by language. It wouldn't be a big deal as I can do this in my code, but the results of the general query returns more pages than I'm allowed to view. What is wrong with my URL below:
https://api.themoviedb.org/3/discover/movie?api_key=<API KEY>&language=en&sort_by=primary_release_date.desc
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ ژوئیه 29, 2016 ساعت 9:59 ق.ض
Hi jayce1126,
We don't really have a way to get "only movies in X language". The
language
param only translates thetitle
andoverview
fields. It sounds to me like you're actually looking for more of a filter by "original language". I have an open ticket for that here.پاسخ توسط Travis Bell
در تاریخ دسامبر 5, 2016 ساعت 6:44 ب.ض
Hi @jayce1126 I just added this filter to movie discover. You can now use the
with_original_language
filter.Cheers.