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

list=abuselog (afl)

(main | query | abuselog)
  • This module requires read rights.
  • Font : Abuse Filter
  • Licéncia : GPL-2.0-or-later

Show events that were caught by one of the abuse filters.

Paramètres :
Other general parameters are available.
afllogid

Show an entry with the given log ID.

Tipus: enter
aflstart

The timestamp to start enumerating from.

Type: timestamp (allowed formats)
aflend

The timestamp to stop enumerating at.

Type: timestamp (allowed formats)
afldir

In which direction to enumerate:

One of the following values: newer, older
Per defecte: 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 the given filter IDs. Separate with pipes, prefix with "global-" for global filters.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
afllimit

The maximum amount of entries to list.

Type: integer or max
The value must be between 1 and 500.
Per defecte: 10
aflprop

Which properties to get.

Values (separate with | or alternative): action, details, filter, hidden, ids, result, revid, timestamp, title, user
Per defecte: ids|user|title|action|result|timestamp|hidden|revid
Examples:
Mostra les entrades recents del registre
api.php?action=query&list=abuselog [open in sandbox]
Show recent log entries for API
api.php?action=query&list=abuselog&afltitle=API [open in sandbox]