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.

Thanks, Mulone

link|improve this question

64% accept rate
feedback

1 Answer

up vote 5 down vote accepted

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.

link|improve this answer
what's the difference between pages and articles? I thought it was basically the same thing! – Mulone Nov 8 '11 at 14:17
1  
pages also counts things like user pages and project pages, while articles only counts pages in the article (i.e. main) namespace. – celtschk Nov 8 '11 at 14:27
Also, very short articles tend to be counted as pages. (I think the exact rule is that it must be in main namespace, contain an internal link and not be a redirect to be counted as an articel.) – Tgr Nov 9 '11 at 20:43
To clear the somewhat implied separation, articles is a subset of pages. Any article is also a page, but many kinds of pages (as celtschk pointed out) are not considered articles. – Krinkle Dec 2 '11 at 11:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.