The Movie Database Support

Hi,

I'm making a basic API call to retrieve Popular movies:

https://api.themoviedb.org/3/movie/popular?language=en-US&api_key=...&page=1

How can I filter and sort all these movies knowing that I can only get 20 for each page? There are quite a lot of results for this request:

Object { page: 1, total_results: 19634, total_pages: 982, results: Array[20] }

What would be the best approach?

Thank you in advance.

7 replies (on page 1 of 1)

Jump to last post

Hi @Macxim

You can't really filter or sort most of the pre-made "featured" lists. If you want to start going down the path of customization, you should look at the discover methods. With discover you can use any one of the 30+ filters and sort options to design a query that is specific to your use case.

Thank you Travis for the prompt reply. I will look into it.

But then, it's more or less the same.
Let's say I display some movies with Discover, and I want to filter them by rating, I cannot filter them on the go.

I have to make a custom query for that, right? Each time I add a filter or sorting option, a new query must be done.

By the way, thanks for the examples of Discover here: https://www.themoviedb.org/documentation/api/discover πŸ‘

Hi @Macxim,

I'm not sure if I understand what you mean by:

Let's say I display some movies with Discover, and I want to filter them by rating, I cannot filter them on the go.

When doing server side filtering and sorting, you will always have to query the API for an update with any potential new filters and data. There's no way around that.

By the way, thanks for the examples of Discover here: https://www.themoviedb.org/documentation/api/discover πŸ‘

No problem wink

When doing server side filtering and sorting, you will always have to query the API for an update with any potential new filters and data. There's no way around that.

Well, what I meant was client side filtering and sorting. Thanks for clearing that up.

Have a great day!

@travisbell said:

Hi @Macxim,

I'm not sure if I understand what you mean by:

Let's say I display some movies with Discover, and I want to filter them by rating, I cannot filter them on the go.

When doing server side filtering and sorting, you will always have to query the API for an update with any potential new filters and data. There's no way around that.

By the way, thanks for the examples of Discover here: https://www.themoviedb.org/documentation/api/discover πŸ‘

No problem wink

Hi Travis,

I am trying to retrive trending movies and also sort it by vote_count,vote_average something like that,

like this, https://api.themoviedb.org/3/trending/movie/week?api_key={API_KEY}&sort_by=vote_average.desc

but it doesn’t work right?

so how can i actually acheive it using discover or any other way.

sorry if my english is bad Thank you

Hi @Karma_haru, unfortunately, what you're looking to do is not possible. We don't support any filtering on the trending lists and discover doesn't have any access to trending scores. This is mostly because of what trending is, it's a realtime score around the "hotness" of an item which is changing every 10 minutes. Discover has popularity, which would be your next best bet.

@travisbell said:

Hi @Karma_haru, unfortunately, what you're looking to do is not possible. We don't support any filtering on the trending lists and discover doesn't have any access to trending scores. This is mostly because of what trending is, it's a realtime score around the "hotness" of an item which is changing every 10 minutes. Discover has popularity, which would be your next best bet.

hey Travis thanks for the reply , will look into it

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login