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=$-----
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Travis Bell válaszolt
Beküldve: 2024. szeptember 25. 18:25
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.danmendua válaszolt
Beküldve: 2024. szeptember 25. 19:31
Amazing, that's exactly it! Thank you very much!