How do I get a list of MediaWiki namespaces? Ideally with name and number.
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.