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=pageassessments (pa)

(main | query | pageassessments)
  • This module requires read rights.
  • Source: PageAssessments
  • License: GPL-2.0-or-later

Return associated projects and assessments for the given pages.

Parameters:
pacontinue

When more results are available, use this to continue.

palimit

Limit for total number of projects returned (total for all pages).

Type: integer or max
The value must be between 1 and 500.
Default: 10
Examples:
Get project and assessment data for pages Apple and Pear, using the newer API result format.
api.php?action=query&prop=pageassessments&titles=Apple|Pear&formatversion=2 [open in sandbox]
Get project and assessment data for page Apple.
api.php?action=query&prop=pageassessments&titles=Apple [open in sandbox]