API:Lists

From MediaWiki.org
Jump to: navigation, search
Language: English  • Deutsch • español • 日本語 • polski • українська • 中文
Tools clipart.png This page is part of the MediaWiki action API documentation.
MediaWiki APIsAPI:Main page

MediaWiki action API

v · d · e

Lists differ from properties in two aspects - instead of appending data to the elements in the pages element, each list has its own separated branch in the query element. Also, list output is limited by number of items, and may be continued using the query-continue element. Unless indicated otherwise, modules listed on this page can be used as generators.

Submodules[edit]

Browse all in a single page

Limits[edit]

All list queries return a limited number of results. This limit is 10 by default, and can be set as high as 500 for regular users, or 5000 for users with the apihighlimits right (typically bots and sysops). The limit parameter for a given module consists of the module prefix followed by limit, so ptlimit is the maximum number of protectedtitles returned, and cmlimit is the maximum number of categorymembers returned. Some modules impose stricter limits under certain conditions. If you're not sure which limit applies to you and just want as many results as possible, set the limit to max. In that case, a <limits> element will be returned, specifying the limits used.

Errors

If you set the limit to a value higher than the maximum, an error will be thrown, which looks like:

Code Info
aplimit aplimit may not be over 500 (set to 1000) for users

(ap can be replaced with any other module prefix; the ap prefix corresponds to the list=allpages parameter)

Example[edit]

Getting the maximum amount of revisions with content and backlinks for en:Winnipeg, Manitoba