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.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την superboy97
στις 21 Ιούνιος 2024 στις 01:52 ΜΜ
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.
Απάντηση από τον/την Floramene
στις 21 Ιούνιος 2024 στις 02:01 ΜΜ
That's about what I thought. Thanks for the confirmation though.