@Kirans88 said:
Thanks, @travisbell @ticao2. Wasted lots of time on this.
Was searching with the Sort keyword in API docs
by any chance, are you an iOS developer?
I'm not. I don't know if Travis Bell is. I do not think so.
Can't find a movie or TV show? Login to create it.
Reply by ticao2 š§š· pt-BR
on August 16, 2021 at 8:41 AM
In a Discover type API Request, use the &sort_by=original_title.asc or &sort_by=original_title.desc parameters.
For example:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&language=en-US&page=1&primary_release_year=2020&sort_by=original_title.asc
Reply by Kirans88
on August 16, 2021 at 11:49 AM
@ticao2 could you please tell me where do I get this information for popularity descending/ascending, rating high/low
Reply by Travis Bell
on August 16, 2021 at 11:51 AM
Hi @Kirans88, you can read about filters and functionality over at the API documentation: https://developers.themoviedb.org/3/discover/movie-discover
Reply by Kirans88
on August 16, 2021 at 11:56 AM
Thanks, @travisbell @ticao2. Wasted lots of time on this. Was searching with the Sort keyword in API docs
by any chance, are you an iOS developer? I
Reply by ticao2 š§š· pt-BR
on August 16, 2021 at 11:56 AM
I believe there are 2 ways.
Get Popular - get/movie/popular
https://developers.themoviedb.org/3/movies/get-popular-movies
Movie Discover - get/discover/movie
https://developers.themoviedb.org/3/discover/movie-discover
Using the sort_by parameter
Reply by ticao2 š§š· pt-BR
on August 16, 2021 at 4:53 PM
I'm not. I don't know if Travis Bell is. I do not think so.