Atajos de teclado
Búsqueda avanzada
Hii guys ! When I make my first request which returns 20 item. How do i make another requst to return next 20?
@Chidijason said: Request . Hii guys ! When I make my first request which returns 20 item. How do i make another requst to return next 20?
Increment the page: https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=1 https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=2 https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=3 etc...
Thanks
@ticao2 said: @Chidijason said: Request . Hii guys ! When I make my first request which returns 20 item. How do i make another requst to return next 20? Increment the page: https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=1 https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=2 https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=3 etc...
@ticao2 said:
HI! Is there a way to get all the results in one request?
@ppvideo said: HI! Is there a way to get all the results in one request?
No. It is not possible on a single page.
¿No encuentras una película o serie? Inicia sesión para crearla:
Iniciar sesión
Regístrate
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Regístrate y únete a la comunidad
Contestado por ticao2 🇧🇷 pt-BR
el 10 de agosto de 2021 a las 19:46
Increment the page:
https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=1
https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=2
https://api.themoviedb.org/3/movie/top_rated?api_key=THE_KEY&language=en-US&page=3
etc...
Contestado por Chidijason
el 15 de agosto de 2021 a las 09:05
Thanks
Contestado por ppvideo
el 18 de noviembre de 2023 a las 05:28
HI! Is there a way to get all the results in one request?
Contestado por ticao2 🇧🇷 pt-BR
el 18 de noviembre de 2023 a las 09:09
No. It is not possible on a single page.