MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=blocks (bk)
- This module requires read rights.
- Šaltinis: MediaWiki
- Licencija: GPL-2.0-or-later
Nurodyti visus užblokuotus vartotojus ir IP adresus.
- bkstart
The timestamp to start enumerating from.
- Type: timestamp (allowed formats)
- bkend
The timestamp to stop enumerating at.
- Type: timestamp (allowed formats)
- bkdir
In which direction to enumerate:
- newer
- List oldest first. Note: bkstart has to be before bkend.
- older
- List newest first (default). Note: bkstart has to be later than bkend.
- One of the following values: newer, older
- Default: older
- bkids
List of block IDs to list (optional).
- Type: list of integers
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients allowed higher limits).
- bkusers
List of users to search for (optional).
- Type: list of users, by any of user name, IP ir IP range
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients allowed higher limits).
- bkip
Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with bkusers. CIDR ranges broader than IPv4/16 or IPv6/19 are not accepted.
- bklimit
Maksimalus nurodomų blokavimų skaičius.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
- bkprop
Which properties to get:
- id
- Prideda bloko ID.
- user
- Prideda užblokuoto vartotojo vardą.
- userid
- Prideda užblokuoto vartotojo ID.
- by
- Prideda užblokuoto vartotojo vardą.
- byid
- Prideda užblokuoto vartotojo ID.
- timestamp
- Prideda blokavimo laiko žymę.
- expiry
- Prideda blokavimo pabaigos laiko žymes.
- reason
- Prideda blokavimo priežastį.
- range
- Prideda blokavimo paveiktų IP adresų diapazoną.
- flags
- Tags the ban with (autoblock, anononly, etc.).
- restrictions
- Adds the partial block restrictions if the block is not sitewide.
- Values (separate with | or alternative): by, byid, expiry, flags, id, range, reason, restrictions, timestamp, user, userid
- Default: id|user|by|timestamp|expiry|reason|flags
- bkshow
Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set bkshow=ip|!temp.
- Values (separate with | or alternative): !account, !ip, !range, !temp, account, ip, range, temp
- bkcontinue
When more results are available, use this to continue.
- Nurodyti blokavimus.
- api.php?action=query&list=blocks [open in sandbox]
- Nurodo vartotojų Alice ir Bob blokavimus.
- api.php?action=query&list=blocks&bkusers=Alice|Bob [open in sandbox]