اختصارات لوحة المفاتيح
البحث المتقدم
Hello,
I would like to know how to get the seconde page in a response
@Ngen said: Change Pages in request Hello, I would like to know how to get the seconde page in a response
What you can do is just specify the page number you want.
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=1 https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=2 https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=3 ... https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=494 https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=495
That is, make an API Request for each page.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ ديسمبر 3, 2023 في 10:35 صباحا
What you can do is just specify the page number you want.
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=1
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=2
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=3
...
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=494
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=495
That is, make an API Request for each page.