9

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

Damjan Pavlica
  • 31,277
  • 10
  • 71
  • 76
the
  • 21,007
  • 11
  • 68
  • 101

1 Answers1

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

XML with list of Wikipedia namespaces

You can also get other formats such as JSON.

See also MediaWiki documentation for more info

pa4080
  • 531
  • 9
  • 16
the
  • 21,007
  • 11
  • 68
  • 101