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
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 ticao2 🇧🇷 pt-BR
on October 24, 2023 at 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
Reply by tr3ndyd3v
on October 24, 2023 at 1:32 PM
Thank you, I will perform some testing on my end.
Thanks