MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=pageslist
(main | pageslist)
- This module requires read rights.
- Source: PagesList
- License: unknown
Shows a list of pages contained in the wiki.
Parameters:
- draw
Value to ensure response matches this request
- Type: integer
- start
Result offset, zero-based
- Type: integer
- length
Number of results to return
- Type: integer
Example:
- Get results 10-19 from the PagesList
- api.php?action=pageslist&draw=2&format=json&start=10&length=10 [open in sandbox]