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=checkuserlog (cul)

(main | query | checkuserlog)

Dapatkan entri dari catatan CheckUser.

Specific parameters:
Other general parameters are available.
culuser

Nama pengguna CheckUser.

cultarget

Pengguna yang telah diperiksa, alamat IP, atau rentang CIDR.

culreason

Reason given for the check.

cullimit

Batas baris.

Type: integer or max
The value must be between 1 and 500.
Default: 10
culdir

In which direction to enumerate:

newer
List oldest first. Note: culfrom has to be before culto.
older
List newest first (default). Note: culfrom has to be later than culto.
One of the following values: newer, older
Default: older
culfrom

Stempel waktu untuk mulai menghitung.

Type: timestamp (allowed formats)
culto

Stempel waktu untuk mengakhiri hitungan.

Type: timestamp (allowed formats)
culcontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.