MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=globalblocks (bg)
- このモジュールは読み取りの権限を必要とします。
- ソース: GlobalBlocking
- ライセンス: GPL-2.0-or-later
List all globally blocked IP addresses.
パラメーター:
その他一般パラメーターが利用可能です。
- bgstart
The timestamp to start enumerating from.
- Type: timestamp (allowed formats)
- bgend
The timestamp to stop enumerating at.
- Type: timestamp (allowed formats)
- bgdir
列挙の方向:
- 値 (次の値のいずれか1つ): newer、older
- 既定: older
- bgids
Pipe-separated list of block IDs to list.
- 型: 整数のリスト
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- bgaddresses
- 廃止予定です。
Pipe-separated list of IP addresses to search for.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- bgtargets
Pipe-separated list of usernames, IP addresses, or IP ranges to search for. To search for IP blocks inside a given range, use bgip instead.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- bgip
Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with bgaddresses or bgtargets. CIDR ranges broader than /16 are not accepted.
- bglimit
The maximum amount of blocks to list.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- bgprop
Which properties to get.
- id
- Adds the ID of the global block.
- address
- 廃止予定です。 Adds the target of the global block. This is deprecated and has been replaced by the 'target' prop.
- target
- Adds the target of the global block.
- by
- Adds the username of the blocking user, along with the wiki where they performed the global block.
- timestamp
- Adds the timestamp of when the global block was given.
- expiry
- Adds the timestamp of when the global block expires.
- reason
- Adds the reason given for the global block.
- range
- Adds the range of IP addresses affected by the global block (not included if the block does not target IP addresses).
- 値 (| または別の文字列で区切る): by、expiry、id、range、reason、target、timestamp、address
- 既定: id|target|by|timestamp|expiry|reason
例:
- グローバルブロックの一覧
- api.php?action=query&list=globalblocks [サンドボックスで開く]
- IPアドレス 192.0.2.18 に適用されたグローバルブロックの一覧
- api.php?action=query&list=globalblocks&bgip=192.0.2.18 [サンドボックスで開く]