MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=blocks (bk)

(main | query | blocks)
  • Voor deze module zijn leesrechten nodig.
  • Bron: MediaWiki
  • Licentie: GPL-2.0-or-later

Toon alle geblokkeerde gebruikers en IP-adressen.

Parameters:
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.
Een van de volgende waarden: newer, older
Standaard: older
bkids

List of block IDs to list (optional).

Type: lijst met gehele getallen
Separate values with | or alternative. Het maximaal aantal waarden is 50 (500 voor bots).
bkusers

List of users to search for (optional).

Type: lijst met gebruikersnamen
Separate values with | or alternative. Het maximaal aantal waarden is 50 (500 voor bots).
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

Het maximale aantal te tonen blokkades.

Niet meer dan 500 (5.000 voor bots) toegestaan.
Type: geheel getal of max
Standaard: 10
bkprop

Which properties to get:

id
Voegt de blokkade-ID toe.
user
Voegt de gebruikersnaam van de geblokkeerde gebruiker toe.
userid
Voegt de gebruikers-ID van de geblokkeerde gebruiker toe.
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
Labelt de blokkade met (automatische blokkade, alleen anoniem, enzovoort).
restrictions
Adds the partial block restrictions if the block is not sitewide.
Waarden (gescheiden met | of alternatief): id, user, userid, by, byid, timestamp, expiry, reason, range, flags, restrictions
Standaard: 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.

Waarden (gescheiden met | of alternatief): account, !account, temp, !temp, ip, !ip, range, !range
bkcontinue

When more results are available, use this to continue.