IMDB API to retrieve character information -


is there imdb api retrieve character information ? assuming know exact name of character ?

there 2 public, undocumented api's may change @ time since undocumented , unsupported

one of them gives json relevant information actor: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q={name+of+actor}

as example: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q=jessica+simpson

more details can found question , answer in particular does imdb provide api?


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 -