MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=smitespamanalyze
(main | smitespamanalyze)
- This module requires read rights.
 - Source: SmiteSpam
 - License: GPL-2.0
 
Get a list of possible spam pages from Extension:SmiteSpam.
Parameters:
- offset
 SQL
OFFSETfor the list of pages- This parameter is required.
 - Type: integer
 - limit
 SQL
LIMITfor the list of pages- Type: integer
 
Example:
- Analyze pages from 5 to 10
 - api.php?action=smitespamanalyze&offset=5&limit=10 [open in sandbox]