Finding the documentation a little strange and cant find any examples of json and javascript where you search by a movie name. I have tried to search by movie name which works but then in the search results I see there is id
of the movie which I try to get the movies full content. but it doesnt return anything.
Here is an example of a jQuery and Json movie search (http://jsfiddle.net/fewds/srdHD/3/) how would I ammend the following for a movie content search - from the fiddle's results
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
3월 11, 2014 at 10:33 오전
Once you have an ID, you can make a full detail request (550 being the id):
I have another little example you can see here, although it's just a search as well.
donaldasuth님의 댓글
3월 11, 2014 at 11:52 오전
What method would you use to get partial movie/tv names? IMDB if you were to search "sou" it live results with South Park and Source Code
Travis Bell님의 댓글
3월 11, 2014 at 12:08 오후
You would want to use the search methods but with
?search_type=ngram
.Remember to read the documentation :D
donaldasuth님의 댓글
3월 11, 2014 at 12:31 오후
Ah thanks! Im a bit jealous of how your websites search works and categorizes things by movies and people etc