Hey Team,
Was wondering if we can filter movies by their release dates on the streaming platforms.
Any help/direction to achieve this would be greatly appreciated.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ يونيو 3, 2025 في 9:15 صباحا
The solution is on the Discover instructions page. https://developer.themoviedb.org/reference/discover-movie
I believe that using the filters should partially solve your problem.
region
with_release_type
In this case, using 4 Digital
MOVIES - Release Type
In Discover API use &with_release_type
Source:
DOCs https://developer.themoviedb.org/docs/region-support
Trello https://trello.com/c/bpPVVwUr/69-support-and-queries-on-withreleasetype
Bible https://www.themoviedb.org/bible/movie/59f3b16d9251414f20000009#59f73d3c9251416e71000013
رد بواسطة riyazrmk4
بتاريخ يونيو 10, 2025 في 4:32 صباحا
Hey Ticao, Thanks so much for your response. Really appreate it. And Apologize for the late reply from my side. I checked your suggestion, I was able to get desired result by combining the following:
Thanks so much again for the response!