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
action=browsebyproperty
(main | browsebyproperty)
- This module is deprecated.
- This module requires read rights.
- Source: Semantic MediaWiki
- License: GPL-2.0-or-later
API module to retrieve information about a property or list of properties.
Specific parameters:
Other general parameters are available.
- property
To match a specific property
- limit
To specify the size of the list request
- Type: integer or max
- The value must be no less than 0.
- Default: 50
- lang
To specify a specific language used for some attributes (description etc.)
- listonly
To specify that only a property list is returned without further details
- Type: boolean (details)
Examples:
- Example showing how to browse properties filtered by a property name.
- api.php?action=browsebyproperty&property=Modification_date [open in sandbox]
- Example showing how to browse properties with a limit applied to the result set.
- api.php?action=browsebyproperty&limit=50 [open in sandbox]
- Example showing how to browse properties with a limit and list-only mode enabled.
- api.php?action=browsebyproperty&limit=5&listonly=true [open in sandbox]