2009/7/2 shafqat shafqat@newscred.com:
I have spent a lot of time in the forum and now have a working query that gets me all the information I need (a list of images plus other info). However, I need to also get the image author so that I can have the proper attribution. Have tried everything but cannot get that piece of data. Am I missing something?
This is the query that I am using to get the images:
http://commons.wikimedia.org/w/api.php?action=query&generator=images&...
As an example, for this file http://commons.wikimedia.org/wiki/File:BarackObama2005portrait.jpg, I would want to get back the text "United States Senate", which is listed right next to the Author field.
It's right there in the wikitext: http://commons.wikimedia.org/w/index.php?title=File:BarackObama2005portrait.... . Grab the wikitext of the file description page through prop=revisions and find the attribution in it.
Roan Kattouw (Catrope)