键盘快捷键
高级搜索
Hey guys, I just received an API key but don't know how to use it to get a list of top 50 rated movies. Any help would be greatly appreciated. Thanks.
I would use the movie discover method for this. An example query would be:
https://api.themoviedb.org/3/discover/movie?api_key=###&sort_by=vote_average.desc&vote_count.gte=50
I am filtering movies with a minimum vote count of 50 to try and augment the relevancy of the results here. You can use any value you want.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2016 年 02 月 09 日 10:25上午
I would use the movie discover method for this. An example query would be:
I am filtering movies with a minimum vote count of 50 to try and augment the relevancy of the results here. You can use any value you want.