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=$-----
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 September 25, 2024 at 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.Reply by danmendua
on September 25, 2024 at 7:31 PM
Amazing, that's exactly it! Thank you very much!