web services - API to get list of movies by actor or director? -


i looking api download list of movies when search term actor, actress or director.

so if actor = "tom cruise", list of movies. if director = "james cameron", list of movies directed.

i have checked sites use imdb's api search movie title or imdb id. same rottentomatoes.

i aware of imdb's text files.

any ideas?

http://api.themoviedb.org/2.1/methods/movie.getinfo


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -