With movies, and shows on their respective endpoints, you can use &with_genres=id
with no issues.
I was wondering if there was similar functionality with the /3/search/multi
endpoint.
I'm pretty new to this API (started using it not more than a few days ago), and am just wondering as this could be useful to me.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de superboy97
le 21 juin 2024 à 13h52
with_genres is a parameter of the discover queries, not of the search queries.
Furthermore, the genres ids are different between movies and series. Consequently, they can't be used in a multi query.
Réponse de Floramene
le 21 juin 2024 à 14h01
That's about what I thought. Thanks for the confirmation though.