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.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
superboy97님의 댓글
6월 21, 2024 at 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님의 댓글
6월 21, 2024 at 2:01 오후
That's about what I thought. Thanks for the confirmation though.