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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on জানুয়ারি 5, 2015 at 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.
Reply by bbetter
on জানুয়ারি 5, 2015 at 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.