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.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da ticao2 🇧🇷 pt-BR
il 3 giugno, 2025 alle 9:15AM
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
Risposta da riyazrmk4
il 10 giugno, 2025 alle 4:32AM
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!