Hello,when i make a call with api (movie and simillar movies) return just few results. I want to know if is a way to return more results on page.
My request:
$get = 'https://api.themoviedb.org/3/movie/76341/similar?api_key=###';
Tnx
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مارس 4, 2016 ساعت 11:48 ق.ض
Hi Stefu,
The similar method just returns the data we can gather based on the keywords. This proved to not be a great way as time went on though. This is why I changed it on the website, and switched to a "recommended" system, which takes a lot more attributes into account.
The recommendation method is not yet available on the API, there's an open ticket for it here.
Cheers.
پاسخ توسط Stefu Catalin
در تاریخ مارس 10, 2016 ساعت 10:17 ق.ض
Thank you. Now i have another situation, it's possible when i receive popular list to set description in another language,if exists of course.I don't find the correct parameter for that.
پاسخ توسط Travis Bell
در تاریخ مارس 10, 2016 ساعت 11:44 ق.ض
Hi Stefu,
All of the methods support a
language
parameter. An example would be:The translated fields are the
title
andoverview
fields.Cheers.
پاسخ توسط Travis Bell
در تاریخ سپتامبر 29, 2016 ساعت 6:39 ب.ض
Hey @bystefu, in case you are still interested in this, the recommendation system is now live for both movies and TV shows.
Docs are located here and here.
Cheers.