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!
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von superboy97
am 5. Februar 2025 um 02:13
"with_genres" is only a parameter for discovery queries. It is not supported by search queries.