MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=pagepropnames <p>(ppn) </p><a href="/comment.php"><!-- project --></a>

(main | query | pagepropnames)

List all page property names in use on the wiki.

Parameters:

ppncontinue

When more results are available, use this to continue.

ppnlimit

The maximum number of names to return.

No more than 500 (5,000 for bots) allowed.

Type: integer or max

Default: 10

Example:

Get first 10 property names.

api.php?action=query&list=pagepropnames

[open in sandbox]