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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on June 11, 2024 at 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