from my request i see that total pages count for popular movies is over ten thousands but the maximum for pages param is 1000 so how can i get the movies on 1001 page.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 5 janeiro 2015 às 12:45 PM
Hi bbetter,
We do indeed cap the results at 20,000 items. We can't really fathom any real world use case where someone would click through 1000+ pages. If you want more data beyond that 20,000 items we recommend bringing all of the data in house and doing it yourself.
Hope that helps, cheers.
Resposta de bbetter
em 5 janeiro 2015 às 6:38 PM
thx for reply Travis,it was just to make it clear for myself. The problem is that i'm currently showing 1 of 10106 on the top of my android application list and it means that current page is 1 and total pages 10106, so i'm wondering will it be better just to hardcode 1000 there.