MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=abusefilters (abf)

(main | query | abusefilters)
  • This module requires read rights.
  • Source: Abuse Filter
  • License: unknown

Show details of the abuse filters.

Parameters:
abfstartid

The filter id to start enumerating from

Type: integer
abfendid

The filter id to stop enumerating at

Type: integer
abfdir

The direction in which to enumerate

One of the following values: older, newer
Default: newer
abfshow

Show only filters which meet these criteria

Values (separate with |): enabled, !enabled, deleted, !deleted, private, !private
abflimit

The maximum number of filters to list

No more than 500 (5,000 for bots) allowed.
Type: integer or max
Default: 10
abfprop

Which properties to get

Values (separate with |): id, description, pattern, actions, hits, comments, lasteditor, lastedittime, status, private
Default: id|description|actions|status