Search code examples
namespacesmediawikiwikipedia-apimediawiki-apisemantic-mediawiki

How do I get a list of MediaWiki namespaces?


How do I get a list of MediaWiki namespaces? Ideally with name and number.


Solution

  • 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

    XML with list of Wikipedia namespaces

    You can also get other formats such as JSON.

    See also MediaWiki documentation for more info