Is there a Wikipedia API?
api, mediawiki-api, wikipedia
Solution
MediaWiki's API is running on Wikipedia (docs). You can also use the Special:Export feature to dump data and parse it yourself.
More information.
Problem
On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity, etc.). I'd like to put this information on my blog. Is there an API that would allow me to do something like this?