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.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsÀtta denna artikel eller lÀgga till den i en lista?
Inte medlem?
Svar frĂ„n ticao2 đ§đ· pt-BR
den 11 juni 2024 vid 2:16 PM
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