Comenzi rapide de la tastatură
Căutare avansată
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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Autentificare
Înregistrare
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Înscrieți-vă și alăturați-vă comunității
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 3 decembrie 2023 la ora 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.