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=viewdumps

(main | viewdumps)

View dumps for specified type, filename or timestamp.

Specific parameters:
Other general parameters are available.
type

Find dump with this specified type.

filename

Find dump with this specified filename.

timestamp

Find dump with this specified timestamp.

Type: integer
Examples:
This is an example of how to fetch all dumps.
api.php?action=viewdumps [open in sandbox]
This is an example of how to fetch dumps with the specified type of 'xml'.
api.php?action=viewdumps&type=xml [open in sandbox]