Hello, I want to make an APi call to have a list containing the films AND series by genre. Currently I use this call :
https://api.themoviedb.org/3/discover/movie?api_key=xxx&with_genres=28
but only valid for movies. How can I have both on the same request ?
Thanks in advance. :)
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 January 18, 2022 at 9:15 AM
It's not possible.
Discover request is separate for movies and TV series.
https://developers.themoviedb.org/3/discover/movie-discover
https://developers.themoviedb.org/3/discover/tv-discover
Also, not all Movie Genres have the same Series Genres ID.