Suporte do The Movie Database

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 respostas (na página 1 de 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

Não consegue encontrar um certo Filme ou Série? Inicie Sessão e adicione-o.

Geral

s focus the search bar
p abrir menu do perfil
esc close an open window
? open keyboard shortcut window

Em páginas de Média

b go back (or to parent when applicable)
e ir para a página de edição

Em Páginas de Temporadas de Séries

(seta para a direita) ir para a próxima temporada
(seta para a esquerda) ir para a temporada anterior

Em Páginas de Episódios de Séries

(seta para a direita) ir para o próximo episódio
(seta para a esquerda) ir para o episódio anterior

Em Todas as Páginas de Imagens

a abrir janela para adicionar imagem

Em Todas as Páginas de Edição

t open translation selector
ctrl+ s submit form

Em Páginas de Discussão

n criar uma nova discussão
w toggle watching status
p toggle public/private
c toggle close/open
a abrir actividade
r reply to discussion
l ir para a última resposta
ctrl+ enter submit your message
(seta para a direita) página seguinte
(seta para a esquerda) página anterior

Definições

Deseja classificar ou adicionar este item a uma lista?

Iniciar Sessão

Ainda não é um membro?

Crie uma Conta e Adere a Comunidade