I am trying to sort the list of popular movies by using &sort_by=popularity.asc but the data coming from the api does not change. Here is the whole url :- https://api.themoviedb.org/3/movie/popular?api_key=API_KEY&page=1&sort_by=popularity.asc
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de robbie3999
pe data de 15 august 2023 la ora 10:53 AM
Hi @RoronoaHemesh, the popular endpoint doesn't support the "sort_by" option, it is sorted by popularity.desc by default. That is the whole purpose of the endpoint.
Răspuns de RoronoaHemesh
pe data de 15 august 2023 la ora 11:58 AM
So, can you please tell me what can I do for sorting? I have a page where the popular movies are rendered and displayed, and I want to implement the sorting method like the one on the website.
Răspuns de robbie3999
pe data de 15 august 2023 la ora 12:28 PM
If you read the doc for the popular endpoint previously referenced, there is a note at the top that explains how it is really a discover call, you can use discover to make changes to sorting and other options.