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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on August 8, 2025 at 12:56 PM
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.