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=globalcontributions (guc)

(main | query | globalcontributions)

Show most recent edits across all wikis for a given registered user.

Specific parameters:
Other general parameters are available.
guctarget

Username to look up (must not be an IP).

This parameter is required.
guclimit

Limit of rows.

Type: integer or max
The value must be between 1 and 50.
Default: 50
gucoffset

Continuation offset to resume the enumeration from.

Examples:
Show most recent edits across all wikis for a given user.
api.php?action=query&list=globalcontributions&guctarget=Example [open in sandbox]
Show most recent edits across all wikis for a given user from a given continuation offset, with a custom limit.
api.php?action=query&list=globalcontributions&guctarget=Example&guclimit=100&gucoffset=20250121165852|-1|1115 [open in sandbox]