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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 4 mars 2016 à 11h48
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.
Réponse de Stefu Catalin
le 10 mars 2016 à 10h17
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.
Réponse de Travis Bell
le 10 mars 2016 à 11h44
Hi Stefu,
All of the methods support a
language
parameter. An example would be:The translated fields are the
title
andoverview
fields.Cheers.
Réponse de Travis Bell
le 29 septembre 2016 à 18h39
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.