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

action=feedcontributions

(main | feedcontributions)

Returns a user's contributions feed.

Specific parameters:
Other general parameters are available.
feedformat

The format of the feed.

One of the following values: atom, rss
Default: rss
user

What users to get the contributions for.

This parameter is required.
Type: user, by any of username, IP, IP range, interwiki name (e.g. "prefix>ExampleName") and user ID (e.g. "#12345")
namespace

Which namespace to filter the contributions by.

One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 302, 303, 306, 307, 308, 309, 312, 313, 314, 315, 420, 421, 500, 501, 502, 503, 828, 829, 1200, 1201, 1202, 2000, 2001, 2002, 2300, 2301, 2302, 2303, 2900, 2901
year

From year (and earlier).

Type: integer
month

From month (and earlier).

Type: integer
tagfilter

Filter contributions that have these tags.

Values (separate with | or alternative): Adding signature to article, Blanking, British to American flooring change, External image, GEMW mass-updating, IP edit to user page, Non-script GEMW update, Possible RDT addition, Possible RS:DDD violation, Possible bad language, Possible charm log vandalism, Possible false data, Possible nonsense/gibberish, Possible scam, Repeating characters, Small new article, Speedy deletion, User/player/clan article, Whitespace, YouTube links, abusefilter-condition-limit, advanced mobile edit, cg_module_ip, charm-edit-non-script, charm-edit-vandal, charm-new-log, disambiguator-link-added, maps-visual-edit, mobile edit, mobile web edit, mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-manual-revert, mw-new-redirect, mw-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext, wikieditor
Default: (empty)
deletedonly

Show only deleted contributions.

Type: boolean (details)
toponly

Only show edits that are the latest revisions.

Type: boolean (details)
newonly

Only show edits that are page creations.

Type: boolean (details)
hideminor

Hide minor edits.

Type: boolean (details)
showsizediff

Disabled due to miser mode.

Type: boolean (details)
Example:
Return contributions for user Example.
api.php?action=feedcontributions&user=Example [open in sandbox]