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 ב-1: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 ב-2:01אחרי חצות יום
That's about what I thought. Thanks for the confirmation though.