Search code examples
countmediawikiwikipediawikipedia-apimediawiki-api

Get total number of articles from a MediaWiki wiki programmatically


How can I get the total number of articles using the MediaWiki API?

I couldn't find it in the docs:

Even a rough approximation is fine.


Solution

  • Use the link http://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=statistics and read the property articles of the statistics tag.