I am currently trying to get all movies with a specific title and the "music" genre (10402). However, when I use the query, for example, https://api.themoviedb.org/3/search/movie?api_key=KEY&query=a-little-night-music&with_genres=10402 , I get both results with genre 10402, and results without it.
Furthermore, is there a way to return only titles with an exact match?
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 superboy97
on February 5, 2025 at 2:13 AM
"with_genres" is only a parameter for discovery queries. It is not supported by search queries.