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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 8 august 2025 la ora 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.