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=$-----
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 25 septembre 2024 à 18h25
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éponse de danmendua
le 25 septembre 2024 à 19h31
Amazing, that's exactly it! Thank you very much!