Hi TMDB Team,
Is there a way to fetch movies with genres and movie list (popular, top rated or upcoming movies).
I am trying to use this API _
https://api.themoviedb.org/3/discover/movie?top_rated&language=en-US&page=1&with_genres=16_
but it's not working on my end anymore.
I keep receiving the same data when I tried to use this API or URL. Thanks.
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 ticao2 🇧🇷 pt-BR
am 11. Juni 2024 um 14:16
Discover does not support the Top_Rated filter.
What is possible is to use one of the "sort_by" filter options.
For example with popularity:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&language=en-US&page=1&sort_by=popularity.desc&with_genres=16
For Upcoming use the date filters:
&primary_release_date.gte
&primary_release_date.lte