I need to clear up a doubt. I'm already filtering for a provider (Disney, id 337), and also for genres (action, animation, etc.), but I would like to know if I can filter by brands within that provider (for example: only PIXAR films or MARVEL).
/discover/movie?api_key=$-----&include_adult=false&include_video=true&language=pt-BR&page=1®ion=BR&sort_by=popularity.desc&with_watch_providers=337&watch_region=BR&with_watch_providers=337&with_genres=$-----
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 25 septembrie 2024 la ora 6:25 PM
Hi @danmendua,
The only thing we have close to this would be production company. Using Pixar as an example (id 3), you could add
&with_companies=3
to your query.Răspuns de danmendua
pe data de 25 septembrie 2024 la ora 7:31 PM
Amazing, that's exactly it! Thank you very much!