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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de superboy97
pe data de 21 iunie 2024 la ora 1:52 PM
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ăspuns de Floramene
pe data de 21 iunie 2024 la ora 2:01 PM
That's about what I thought. Thanks for the confirmation though.