اختصارات لوحة المفاتيح
البحث المتقدم
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
بتاريخ مارس 23, 2016 في 9:34 صباحا
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.