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 podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 3 de xuño do 2025 ás 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
Resposta de riyazrmk4
no 10 de xuño do 2025 ás 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!