Am trying to request from the API using genres
.something like this
https://api.themoviedb.org/3/discover/multi?api_key=YOUR_API_KEY&with_genres=28&page=1
The 28 stands for the genre no Action .
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 September 8, 2024 at 12:24 PM
There is no Discover with multi.
Only with movie or tv.
Try this API Request:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&page=1&with_genres=28