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
list=wbsubscribers (wbls)
- This module requires read rights.
 - Source: WikibaseClient
 - License: GPL-2.0-or-later
 
Get subscriptions to given entities.
Specific parameters:
Other general parameters are available.
- wblsentities
 Entities to get subscribers
- This parameter is required.
 - Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - wblsprop
 Properties to add to result
- Values (separate with | or alternative): url
 - Default: (empty)
 - wblslimit
 Maximal number of results
- Type: integer or max
 - The value must be between 1 and 500.
 - Default: 10
 - wblscontinue
 When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
Examples:
- Get subscribers to entity Q42
 - api.php?action=query&list=wbsubscribers&wblsentities=Q42 [open in sandbox]
 - Get subscribers to entity Q42 with URL to 
Special:EntityUsageincluded - api.php?action=query&list=wbsubscribers&wblsentities=Q42&wblsprop=url [open in sandbox]