I am looking at using the TMDB API to create an application where only movies in french made in Québec lives. We would need to return a genre, then filter the genre by a category. I realise there's some limitations, but I would like to see if anyone would have a solution or a work around for this.
Thank you
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 ticao2 🇧🇷 pt-BR
pe data de 24 octombrie 2023 la ora 11:28 AM
Using Discover I think it solves the problem.
https://developer.themoviedb.org/reference/discover-movie
Just use the filters:
I didn't quite understand what you wrote. But...
You can use the genre filter.
For example the Comedy genre, ID 35
Răspuns de tr3ndyd3v
pe data de 24 octombrie 2023 la ora 1:32 PM
Thank you, I will perform some testing on my end.
Thanks