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=blocks (bk)
- Ta modul zahteva pravice branja.
- Source: MediaWiki
- License: GPL-2.0-or-later
Navedi vse blokirane uporabnike in IP-naslove.
- bkstart
Časovni žig za začetek oštevilčevanja.
- Type: timestamp (allowed formats)
- bkend
Časovni žig za konec oštevilčevanja.
- 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
- Privzeto: older
- bkids
Seznam ID-jev blokiranja za navedbo (neobvezno).
- Vtipkajte: seznam celih števil
- Loči vrednosti z | ali alternative.
- Največje število vrednosti je 50 (500 za odjemalce z večjimi dovoljenimi omejitvami)
- bkusers
Seznam uporabnikov, ki jih je treba poiskati (neobvezno).
- Vrsta: seznam uporabnikov, ki ustreza kateremu koli od uporabniško ime, IP in IP-razpon
- Loči vrednosti z | ali alternative.
- Največje število vrednosti je 50 (500 za odjemalce z večjimi dovoljenimi omejitvami)
- bkip
Pridobite vsa blokiranja, ki se nanašajo na ta IP-naslov ali CIDR-razpon, vključno z blokiranji razponov. Tega ni mogoče uporabljati skupaj z bkusers. CIDR-razponi, širši kot IPv4/16 ali IPv6/19, niso podprti.
- bklimit
Največje število blokiranj za navedbo.
- Type: integer or max
- Vrednost mora biti med 1 in 500.
- Privzeto: 10
- bkprop
Katere lastnosti naj se pridobijo:
- id
- Adds the ID of the block.
- user
- Adds the username of the blocked user.
- userid
- Adds the user ID of the blocked user.
- by
- Adds the username of the blocking user.
- byid
- Adds the user ID of the blocking user.
- timestamp
- Adds the timestamp of when the block was given.
- expiry
- Adds the timestamp of when the block expires.
- reason
- Adds the reason given for the block.
- range
- Adds the range of IP addresses affected by the block.
- 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
- Privzeto: id|user|by|timestamp|expiry|reason|flags
- bkshow
Prikaži samo predmete, ki ustrezajo tem merilom. Na primer za ogled samo neomejenih blokiranj IP-naslovov nastavite 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.
- List blocks.
- api.php?action=query&list=blocks [open in sandbox]
- List blocks of users Alice and Bob.
- api.php?action=query&list=blocks&bkusers=Alice|Bob [open in sandbox]