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.
@riyazrmk4 said: OTT release date availability in Discover API
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.
Advanced Filtering
If you specify the region parameter, the regional release date will be used instead of the primary release date. The date returned will be the first date based on your query (ie. if a with_release_type is specified). It's important to note the order of the release types that are used. Specifying 2|3 would return the limited theatrical release date as opposed to 3|2 which would return the theatrical date.
I believe that using the filters should partially solve your problem. region with_release_type
In this case, using 4 Digital
MOVIES - Release Type
ID Release Type
1 Premiere
2 Theatrical (limited)
3 Theatrical
4 Digital
5 Physical
6 TV
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:
ticao2 🇧🇷 pt-BR 的回复
于 2025 年 06 月 03 日 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 的回复
于 2025 年 06 月 10 日 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!