This is a project by Kevin Scardina to create an online Movie database from wikipedia using php scripts to scrap the wikipedia.com movie lists and create a movie database for id3 autotagging with it. You can search the database with the above search box, and see the results. Changing the threshold with give you a more accurate hit the lower the threshold (0 is the tightest).
use the following URI:
http://kevinscardina.net/popmoviedb/?q=[string to query]&threshold=[threshold number 0-2]&asJSON
q is the string you want to query on, usually the title of the movie.
threshold is a number 0-2 where 0 is only going to give a direct hit if it matches exactly, 1 will return a direct hit if it matches close, and 2 will return a direct hit if it matches remotely.
asJSON is added to the URI if you want the result as a JSON array. This is going to be really handy when it comes to using this URI in scripts!!!