Keyboard Shortcuts
Advanced Search
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.
Can't find a movie or TV show? Login to create it.
Login
Sign Up
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 August 10, 2021 at 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...
Reply by Chidijason
on August 15, 2021 at 9:05 AM
Thanks
Reply by ppvideo
on November 18, 2023 at 5:28 AM
HI! Is there a way to get all the results in one request?
Reply by ticao2 š§š· pt-BR
on November 18, 2023 at 9:09 AM
No. It is not possible on a single page.