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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 8 agosto 2025 às 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.