I'm using this call in discover movies:
https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=popularity.desc&with_release_type=6
And I'm getting results with other release type, like 4.
Am I missing something or is this an error?
Cheers
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2025 年 08 月 08 日 12:56下午
Hi @panabuntu,
You can't use
with_release_type
by itself. You need to use it in conjunction withrelease_date.gte
orrelease_date.lte
. You might also find it better to add aregion
as well.