MediaWiki API hulp

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)
  • Voor deze module zijn leesrechten nodig.
  • Bron: WikibaseClient
  • Licentie: GPL-2.0-or-later

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.

Waarden (gescheiden met | of alternatief): alias, description, label
Standaard: alias|label|description
Voorbeeld:
Labels en aliassen voor het item Q84 opvragen.
api.php?action=query&prop=entityterms&titles=Q84 [open in de zandbak]