Hi,
I want to get genres for movies using their titles as the search parameter. Do I really have to do it in two requests? First one being http://api.themoviedb.org/3/search/movie?api_key=###&query=title, to get the movie's ID, and then http://api.themoviedb.org/3/movie/id?api_key=### for the genres? I'd much rather do it in one request.
Thanks in advance, Hallur
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
8월 17, 2014 at 9:49 오전
Hi HallurAtlason,
Genres are not currently a supported field in our search results, you will indeed have to hit the movie info method to get them.
Cheers.