On 13/12/14 00:15, practikalmind wrote:
Hi,
Using the mediaWiki API, is it possible to get the revision / version number of the Wikipedia page / title? I am using http://en.wikipedia.org/w/api.php?format=xml&action=query&prop=revis... and don’t see the revision number for the page. Please let me know
Thanks
You requested to only receive the content. Try
http://en.wikipedia.org/w/api.php?format=xml&action=query&prop=revis...
See http://en.wikipedia.org/w/api.php?action=help&modules=query%2Brevisions for full parameter list.