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

action=torblock

(main | torblock)

Check if an IP address is blocked as a Tor exit node.

Specific parameter:
Other general parameters are available.
ip

The IP address to check.

This parameter is required.
Example:
Check if the IP address 192.0.2.18 is blocked as a Tor exit node.
api.php?action=torblock&ip=192.0.2.18 [open in sandbox]