Hi
I would like to ask if it is possible to filter on "original_language" parameter when doing query for discover movie api. Something like the following:
http://api.themoviedb.org/3/discover/movie?&original_language=ta
And it return a list of all movies that have the specific original_language. It seems like this doesn't work or maybe not implemented.
If it's not implemented, is there any plan for it to be implemented in future? Or could I kindly ask if you could create this api, since I don't think it's correct to do a query for every page of movies in order to extract only the movie with that specific language.
I hope you can help me.
Thanks in advance.
Best regards Sujeevan
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مارس 14, 2016 ساعت 6:12 ب.ض
Hi Sujeevan,
I have an open ticket for this here. I am not sure when I'll get to it but it's on my radar.
پاسخ توسط sujeevan
در تاریخ مارس 15, 2016 ساعت 7:12 ق.ض
Perfect. Thank you. Looking forward to this.
پاسخ توسط Travis Bell
در تاریخ دسامبر 5, 2016 ساعت 6:46 ب.ض
Hi @sujeevan I just added these filter to movie discover. You can now use the
with_original_language
filter.Cheers.