キーボードショートカット
高度な検索
Hi,
How can I get an API from IMDB or TMDB to list all the upcoming movies in the year 2016 & 2017?
Thanks in advance.
satya
Hi Satya,
You can use discover for this.
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_date.gte=2016-01-01&primary_release_date.lte=2017-01-01&sort_by=popularity.desc
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.
映画やテレビ番組が見つかりませんか?ログインして作成してください。
ログイン
登録する
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
登録してコミュニティに参加
Travis Bellからの返信
投稿:2016年03月23日 9:34 AM
Hi Satya,
You can use discover for this.
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.