When I call wiki APIs for accessing image URLs, I get image URLs like this,
File:Ad-tech London 2010 (2).JPG
How to get the correct URL of this file from wiki API?
There's little documentation on image/thumbnail URLs besides T153497. You can use Special:FilePath
and/or thumb.php
:
You can get the proper URLs from an imageinfo query like this:
More info at MediaWiki API Help.