How do I get a list of MediaWiki namespaces? Ideally with name and number.
Asked
Active
Viewed 2,792 times
9

Damjan Pavlica
- 31,277
- 10
- 71
- 76

the
- 21,007
- 11
- 68
- 101
-
https://www.mediawiki.org/wiki/API:Meta#siteinfo_.2F_si – Bergi Jul 03 '14 at 01:22
1 Answers
16
Use the API: api.php?action=query&meta=siteinfo&siprop=namespaces
For example: http://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces
You can also get other formats such as JSON.