The aliases of the item.
The descriptions of the item.
The Q-id of the item.
The labels of the item.
The id of the last revision of the item.
The date of last modification.
The namespace the item is located in.
The id used by Wikibase.
The sitelinks of the item.
The statements of the item.
The title of the item. Usually the Q-id of the item.
The type of the entity. Always 'item'.
Finds the difference between two items.
The other item.
The changes between the two items.
Checks if two items are equal.
The other item.
True if the items are equal.
Finds all aliases in the requested language. If none are present for the requested language, it will fall back to aliases with language 'mul'. Returns an empty array when no aliases match.
The language of the aliases.
All aliases in the requested language (or 'mul' fallback), or an empty array.
Tries to find a description in the requested language. If none can be found, it will return undefined.
The language of the description.
The description if it found one or undefined.
Tries to find a label in the requested language.
If the default for all languages
(mul) label is present, it will return that one.
If none can be found, it will return undefined.
The language of the label.
The label if it found one or undefined.
Removes a statement from the item.
The statement to remove.
Removes multiple statements from the item.
The statements to remove.
Static
from
The item in JSON format.