I'm looking to create some JSON that stores all of the actors in TMDB so that I can prefetch the JSON file for use with typeahead.js. Is there anyway to do that with this API?
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
9월 19, 2013 at 4:33 오후
You can do something like that ya. Our person search even supports an ngram search (the
search_type
parameter) so you could query it live if you were so inclined.But, downloading your own data, caching it and querying it locally is fine to. You're free to do whatever you want, basically. Just be sure to attribute TMDb as the source.