MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=wikidiscover (wd)
(main | wikidiscover)
- This module requires read rights.
- Source: WikiDiscover
- License: GPL-3.0-or-later
Get a list of wikis on a CreateWiki wikifarm.
Specific parameters:
Other general parameters are available.
- wdstate
Filter by the CreateWiki defined state of a wiki.
- Values (separate with | or alternative): active, all, closed, deleted, inactive, private, public
- Default: all
- wdsiteprop
Information to return about a defined wiki.
- Values (separate with | or alternative): closure, creation, dbname, languagecode, sitename, url
- Default: url|dbname|sitename|languagecode
- wdlimit
Maximum number of results to show.
- Type: integer or max
- The value must be between 1 and 5,000.
- Default: 5000
- wdwikislist
Get a list of all wikis.
Example:
- Show all wikis on the form.
- api.php?action=wikidiscover [open in sandbox]