Hello, I am having a problem with a route that before worked but now after 6 months it doesn't work well.
https://api.themoviedb.org/3/movie/popular?api_key=MI_API_KEY&language=es-ES&with_genres=80
Before that route returns the movie popular list that contains the genre 80. Right now it doesn't matter what genre number I put on it because it returns the list of popular movies regardless of the genre. Has there been any change or is there no solution?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 1 Φεβρουάριος 2024 στις 06:11 ΕΊΜΑΙ
I believe that using Popular API Request it was never possible to filter using genre.
Not that I know.
I don't see this feature on the page in DOCs.
https://developer.themoviedb.org/reference/movie-popular-list
What you can do is use Discover, filtering for one or more genres and specifying "&sort_by=popularity.desc".
https://developer.themoviedb.org/reference/discover-movie
Απάντηση από τον/την Isaac_Peruga_Ortiga
στις 7 Φεβρουάριος 2024 στις 03:02 ΜΜ
At the moment when I was an app it had been worked but few days ago when I opened it that it was not work but the idea that you wrote in the last line it's a good idea for change in my code. Thank you so much!!!
Απάντηση από τον/την Travis Bell
στις 7 Φεβρουάριος 2024 στις 08:26 ΜΜ
What's not working? This query:
Is working properly, so what query are you using?
Απάντηση από τον/την Isaac_Peruga_Ortiga
στις 8 Φεβρουάριος 2024 στις 01:22 ΜΜ
I used this query:
But the idea that you and @ticao2 have written it's works well in my code. Thank you!