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.
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 5 януари 2015 в 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.
Отговор от bbetter
на 5 януари 2015 в 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.