MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=feedcontributions

(main | feedcontributions)

Returns a user contributions feed.

Parameters:
feedformat

The format of the feed.

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

What users to get the contributions for.

This parameter is required.
Type: user name
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, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 118, 119, 460, 461, 828, 829, 3000, 3001, 3010, 3011, 3012, 3013
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): large-unwikified-article, adding-external-links-images, removal-of-all-categories, removal-source-content, new-user-removing-references, new-user-editing-project, editing-others-pages, added-php-closing-tag, others_namespace, Non-relevant web domains, very short new article, nonsense characters, categories removed, possible vandalism, blanking, Section blanking, references removed, meta spam id, emoji, New article without categories or templates, newbie external link, mw-contentmodelchange, mw-new-redirect, mw-removed-redirect, mw-changed-redirect-target, mw-blank, mw-replace, mw-rollback, mw-undo, abusefilter-condition-limit, uploadwizard, uploadwizard-flickr
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]