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، commentadmin، interface-admin، staff، 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، commentadmin، interface-admin، staff، 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، avatarremove، awardsmanage، bigdelete، block، blockemail، bot، browsearchive، changetags، comment، comment-delete-own، commentadmin، commentlinks، createaccount، createpage، createtalk، delete، delete-redirect، deletechangetags، deletedhistory، deletedtext، deletelogentry، deleterevision، edit، editcontentmodel، editinterface، editmyoptions، editmyprivateinfo، editmyusercss، editmyuserjs، editmyuserjson، editmyuserjsredirect، editmywatchlist، editothersprofiles، editothersprofiles-private، editprotected، editsemiprotected، editsitecss، editsitejs، editsitejson، editusercss، edituserjs، edituserjson، giftadmin، hideuser، import، importupload، ipblock-exempt، managechangetags، markbotedits، mergehistory، minoredit، move، move-categorypages، move-rootuserpages، move-subpages، movefile، nominornewtalk، noratelimit، override-export-depth، pagelang، patrol، patrolmarks، populate-user-profiles، protect، purge، read، reupload، reupload-own، reupload-shared، rollback، sendemail، siteadmin، skipcaptcha، spamblacklistlog، suppressionlog، suppressredirect، suppressrevision، unblockself، undelete، unwatchedpages، upload، upload_by_url، userrights، userrights-interwiki، viewmyprivateinfo، viewmywatchlist، viewsuppressed، writeapi
Maximum number of values is ۵۰ (۵۰۰ 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، avatarremove، awardsmanage، bigdelete، block، blockemail، bot، browsearchive، changetags، comment، comment-delete-own، commentadmin، commentlinks، createaccount، createpage، createtalk، delete، delete-redirect، deletechangetags، deletedhistory، deletedtext، deletelogentry، deleterevision، edit، editcontentmodel، editinterface، editmyoptions، editmyprivateinfo، editmyusercss، editmyuserjs، editmyuserjson، editmyuserjsredirect، editmywatchlist، editothersprofiles، editothersprofiles-private، editprotected، editsemiprotected، editsitecss، editsitejs، editsitejson، editusercss، edituserjs، edituserjson، giftadmin، hideuser، import، importupload، ipblock-exempt، managechangetags، markbotedits، mergehistory، minoredit، move، move-categorypages، move-rootuserpages، move-subpages، movefile، nominornewtalk، noratelimit، override-export-depth، pagelang، patrol، patrolmarks، populate-user-profiles، protect، purge، read، reupload، reupload-own، reupload-shared، rollback، sendemail، siteadmin، skipcaptcha، spamblacklistlog، suppressionlog، suppressredirect، suppressrevision، unblockself، undelete، unwatchedpages، upload، upload_by_url، userrights، userrights-interwiki، viewmyprivateinfo، viewmywatchlist، viewsuppressed، writeapi
Maximum number of values is ۵۰ (۵۰۰ for clients allowed higher limits).
pclimit

How many contributors to return.

Type: integer or max
The value must be between ۱ and ۵۰۰.
پیش‌فرض: 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]