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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
ticao2 🇧🇷 pt-BR je odgovoril
dne junij 11, 2024 ob 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