键盘快捷键
高级搜索
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.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2021 年 08 月 10 日 7: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...
Chidijason 的回复
于 2021 年 08 月 15 日 9:05上午
Thanks
ppvideo 的回复
于 2023 年 11 月 18 日 5:28上午
HI! Is there a way to get all the results in one request?
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 11 月 18 日 9:09上午
No. It is not possible on a single page.