Keyboard Shortcuts
გაფართოებული ძებნა
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.
Can't find a movie or TV show? Login to create it.
ავტორიზაცია
რეგისტრაცია
გსურთ შეაფასოთ ან დაამატოთ ეს ელემენტი სიაში?
არა წევრი?
დარეგისტრირდით და შეუერთდით საზოგადოებას
Reply by ticao2 🇧🇷 pt-BR
on დეკემბერი 3, 2023 at 10:35 AM
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.