Knowing the Genre ID you want, make an API Request of type get / discover / movie https://developers.themoviedb.org/3/discover/movie-discover
And use the with_genres and/or without_genres parameter.
More than one genre can be searched using the comma or pipe feature
Also note that a number of filters support being comma (,) or pipe (|) separated. Comma's are treated like an AND and query while Pipe's are an OR.
¿No encuentras una película o serie? Inicia sesión para crearla:
Contestado por ticao2 🇧🇷 pt-BR
el 5 de marzo de 2022 a las 07:05
Discover - Filter by Gender
Tip: For TV Show the procedure is similar.
First you need to have the list of Genres with their IDs.
Make an API Request of type get / genre / movie / list
Get the list of official genres for movies.
https://developers.themoviedb.org/3/genres/get-movie-list
Knowing the Genre ID you want, make an API Request of type get / discover / movie
https://developers.themoviedb.org/3/discover/movie-discover
And use the with_genres and/or without_genres parameter.
More than one genre can be searched using the comma or pipe feature