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 مساءا
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 مساءا
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.