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!
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da superboy97
il 5 febbraio, 2025 alle 2:13AM
"with_genres" is only a parameter for discovery queries. It is not supported by search queries.