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!
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от superboy97
на 5 февруари 2025 в 2:13 AM
"with_genres" is only a parameter for discovery queries. It is not supported by search queries.