<font face="courier new,monospace">I want to add a widget to a web page that will allow user to enter search terms and search wikimedia for images that match the terms. I have implemented a similar widget for flickr, using their API, but am having trouble doing the same with wikimedia. <br>
<br>Basically, I would like to replicate the functionality of the <a href="http://commons.wikimedia.org">commons.wikimedia.org</a> search page. Ideally I would like to be able to get a Category listing (ex. <a href="http://commons.wikimedia.org/wiki/Chartres_Cathedral">http://commons.wikimedia.org/wiki/Chartres_Cathedral</a>) or a true search results (ex. <a href="http://commons.wikimedia.org/w/index.php?title=Special%3ASearch&amp;search=%22chartres+cathedral">http://commons.wikimedia.org/w/index.php?title=Special%3ASearch&amp;search=%22chartres+cathedral</a>), but at this point I would be happy with either.<br>
<br>I&#39;ve tried using the allimages list, but that is not adequate. Is there any other way to search images using the API?<br><br>I have also been looking at Freebase and DBPedia. These seem like they might do what I want, but RDF is completely new to me and I&#39;m still trying to figure out the basics of it. If anyone can point me in the right direction for either of those resources, I would appreciate it.<br>
<br>Regards.<br><br>Tim Helck<br></font>