Bližnjice na tipkovnici
Napredno iskanje
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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Prijava
Registracija
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
ticao2 🇧🇷 pt-BR je odgovoril
dne avgust 10, 2021 ob 7:46 PM
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...
Chidijason je odgovoril
dne avgust 15, 2021 ob 9:05 AM
Thanks
ppvideo je odgovoril
dne november 18, 2023 ob 5:28 AM
HI! Is there a way to get all the results in one request?
ticao2 🇧🇷 pt-BR je odgovoril
dne november 18, 2023 ob 9:09 AM
No. It is not possible on a single page.