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

prop=entityterms (wbet)

(main | query | entityterms)

Get the terms (labels, descriptions and aliases) of the entity on this page.

Parameters:
wbetcontinue

When more results are available, use this to continue.

Type: integer
wbetterms

The types of terms to get, e.g. 'description', each returned as an array of strings keyed by their type, e.g. {"description": ["foo"]}. If not specified, all types are returned.

Values (separate with | or alternative): alias, description, label
Default: alias|label|description
Example:
Get labels and aliases of item Q84.
api.php?action=query&prop=entityterms&titles=Q84 [open in sandbox]