キーボードショートカット
高度な検索
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 AM
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.