Atallos de teclado
Procura avanzada
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.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Iniciar sesión
Rexistrarse
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Rexístrate e únete á comunidade
Resposta de ticao2 🇧🇷 pt-BR
no 3 de decembro do 2023 ás 10:35AM
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.