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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
robbie3999님의 댓글
8월 15, 2023 at 10:53 오전
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.
RoronoaHemesh님의 댓글
8월 15, 2023 at 11:58 오전
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.
robbie3999님의 댓글
8월 15, 2023 at 12:28 오후
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.