MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=spamblacklist
(main | spamblacklist)
- This module requires read rights.
- Source: SpamBlacklist
- License: GPL-2.0-or-later
Validate one or more URLs against the SpamBlacklist.
Parameter:
- url
URLs to validate against the blacklist.
- This parameter is required.
- Separate values with | or alternative. Maximum number of values is 50 (500 for bots).
Example:
- Check two URLs against the blacklist
- api.php?action=spamblacklist&url=http://www.example.com/|http://www.example.org/ [open in sandbox]