Keyboard Shortcuts
Napredna pretraga
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 možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Prijavi se
Učlani se
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Odgovorio ticao2 🇧🇷 pt-BR
dana 10 kolovoz 2021 u 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...
Odgovorio Chidijason
dana 15 kolovoz 2021 u 9:05 AM
Thanks
Odgovorio ppvideo
dana 18 studeni 2023 u 5:28 AM
HI! Is there a way to get all the results in one request?
Odgovorio ticao2 🇧🇷 pt-BR
dana 18 studeni 2023 u 9:09 AM
No. It is not possible on a single page.