Keyboard Shortcuts
Advanced Search
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.
ലോഗിൻ
അംഗമാക്കുക
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by ticao2 🇧🇷 pt-BR
on December 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.