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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 5 de enero de 2015 a las 12:45
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.
Contestado por bbetter
el 5 de enero de 2015 a las 18:38
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.