MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=pagetriagestats
- This module requires read rights.
- Source: PageTriage
- License: MIT
Get the stats for page triage.
- namespace
What namespace to pull stats from.
- Type: integer
- showredirs
Whether to include redirects.
- Type: boolean (details)
- showreviewed
Whether to include reviewed.
- Type: boolean (details)
- showunreviewed
Whether to include unreviewed.
- Type: boolean (details)
- showdeleted
Whether to include "proposed for deleted".
- Type: boolean (details)
- showbots
Whether to include only pages created by bots.
- Type: boolean (details)
- no_category
Whether to include only pages with no category.
- Type: boolean (details)
- no_inbound_links
Whether to include only pages with no inbound links.
- Type: boolean (details)
- non_autoconfirmed_users
Whether to include only pages created by non-autoconfirmed users.
- Type: boolean (details)
- learners
Whether to include only pages created by newly autoconfirmed users.
- Type: boolean (details)
- blocked_users
Whether to include only pages created by blocked users.
- Type: boolean (details)
- username
Include only pages created by username.
- Type: user name
- topreviewers
Include the top 50 reviewers over the given timeframe. Valid values include last-day, last-week (default), or last-month.