MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=abuselog (afl)
- This module requires read rights.
Show events that were caught by one of the abuse filters.
Parameters:
- aflstart
The timestamp to start enumerating from
- aflend
The timestamp to stop enumerating at
- afldir
The direction in which to enumerate
- One value: newer, older
- Default: older
- afluser
Show only entries done by a given user or IP address.
- afltitle
Show only entries occurring on a given page.
- aflfilter
Show only entries that were caught by a given filter ID
- afllimit
The maximum amount of entries to list
- No more than 500 (5,000 for bots) allowed.
- Default: 10
- aflprop
Which properties to get
- Values (separate with |): ids, filter, user, ip, title, action, details, result, timestamp, hidden
- Default: ids|user|title|action|result|timestamp|hidden