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

prop=contributors (pc)

(main | query | contributors)

Get the list of logged-in contributors and the count of anonymous contributors to a page.

Parameters:
pcgroup

Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.

Values (separate with | or alternative): bot، bureaucrat، confirmed، flow-bot، interface-admin، push-subscription-manager، steward، suppress، sysop
pcexcludegroup

Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.

Values (separate with | or alternative): bot، bureaucrat، confirmed، flow-bot، interface-admin، push-subscription-manager، steward، suppress، sysop
pcrights

Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

Values (separate with | or alternative): apihighlimits، applychangetags، autoconfirmed، autocreateaccount، autopatrol، autoreview، autoreviewrestore، bigdelete، block، blockemail، bot، browsearchive، centralauth-createlocal، centralauth-lock، centralauth-merge، centralauth-rename، centralauth-suppress، centralauth-unmerge، changetags، createaccount، createpage، createtalk، delete، delete-redirect، deletechangetags، deletedhistory، deletedtext، deletelogentry، deleterevision، edit، editautopatrolprotected، editautoreviewprotected، editcontentmodel، editeditorprotected، editextendedsemiprotected، editinterface، editmyoptions، editmyprivateinfo، editmyusercss، editmyuserjs، editmyuserjson، editmyuserjsredirect، editmywatchlist، editprotected، editsemiprotected، editsitecss، editsitejs، editsitejson، edittrustedprotected، editusercss، edituserjs، edituserjson، extendedconfirmed، flow-create-board، flow-delete، flow-edit-post، flow-hide، flow-lock، flow-suppress، gadgets-definition-edit، gadgets-edit، globalgroupmembership، globalgrouppermissions، gtag-exempt، gwtoolset، hideuser، import، importupload، interwiki، ipblock-exempt، manage-all-push-subscriptions، managechangetags، markbotedits، mergehistory، minoredit، move، move-categorypages، move-rootuserpages، move-subpages، movefile، movestable، newsletter-create، newsletter-delete، newsletter-manage، newsletter-restore، nominornewtalk، noratelimit، nuke، oathauth-api-all، oathauth-disable-for-user، oathauth-enable، oathauth-verify-user، oathauth-view-log، override-export-depth، pagelang، patrol، patrolmarks، protect، purge، read، renameuser، replacetext، reupload، reupload-own، reupload-shared، review، rollback، sboverride، sendemail، setmentor، siteadmin، skipcaptcha، spamblacklistlog، stablesettings، suppressionlog، suppressredirect، suppressrevision، tboverride، tboverride-account، templateeditor، titleblacklistlog، unblockself، undelete، unreviewedpages، unwatchedpages، upload، upload_by_url، userrights، userrights-interwiki، validate، viewdeletedfile، viewmyprivateinfo، viewmywatchlist، viewsuppressed، writeapi
Maximum number of values is 50 (500 for clients allowed higher limits).
pcexcluderights

Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

Values (separate with | or alternative): apihighlimits، applychangetags، autoconfirmed، autocreateaccount، autopatrol، autoreview، autoreviewrestore، bigdelete، block، blockemail، bot، browsearchive، centralauth-createlocal، centralauth-lock، centralauth-merge، centralauth-rename، centralauth-suppress، centralauth-unmerge، changetags، createaccount، createpage، createtalk، delete، delete-redirect، deletechangetags، deletedhistory، deletedtext، deletelogentry، deleterevision، edit، editautopatrolprotected، editautoreviewprotected، editcontentmodel، editeditorprotected، editextendedsemiprotected، editinterface، editmyoptions، editmyprivateinfo، editmyusercss، editmyuserjs، editmyuserjson، editmyuserjsredirect، editmywatchlist، editprotected، editsemiprotected، editsitecss، editsitejs، editsitejson، edittrustedprotected، editusercss، edituserjs، edituserjson، extendedconfirmed، flow-create-board، flow-delete، flow-edit-post، flow-hide، flow-lock، flow-suppress، gadgets-definition-edit، gadgets-edit، globalgroupmembership، globalgrouppermissions، gtag-exempt، gwtoolset، hideuser، import، importupload، interwiki، ipblock-exempt، manage-all-push-subscriptions، managechangetags، markbotedits، mergehistory، minoredit، move، move-categorypages، move-rootuserpages، move-subpages، movefile، movestable، newsletter-create، newsletter-delete، newsletter-manage، newsletter-restore، nominornewtalk، noratelimit، nuke، oathauth-api-all، oathauth-disable-for-user، oathauth-enable، oathauth-verify-user، oathauth-view-log، override-export-depth، pagelang، patrol، patrolmarks، protect، purge، read، renameuser، replacetext، reupload، reupload-own، reupload-shared، review، rollback، sboverride، sendemail، setmentor، siteadmin، skipcaptcha، spamblacklistlog، stablesettings، suppressionlog، suppressredirect، suppressrevision، tboverride، tboverride-account، templateeditor، titleblacklistlog، unblockself، undelete، unreviewedpages، unwatchedpages، upload، upload_by_url، userrights، userrights-interwiki، validate، viewdeletedfile، viewmyprivateinfo، viewmywatchlist، viewsuppressed، writeapi
Maximum number of values is 50 (500 for clients allowed higher limits).
pclimit

How many contributors to return.

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

When more results are available, use this to continue.

Example:
Show contributors to the page Main Page.
api.php?action=query&prop=contributors&titles=Main_Page [open in sandbox]