MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=oldreviewedpages (or)

(main | query | oldreviewedpages)
  • This module requires read rights.
  • This module can be used as a generator.

Enumerates pages that have changes pending review.

Параметры:
orstart

Start listing at this timestamp.

orend

Stop listing at this timestamp.

ordir

In which direction to enumerate:

newer
List oldest first. Note: orstart has to be before orend.
older
List newest first (default). Note: orstart has to be later than orend.
One value: newer, older
По умолчанию: newer
ormaxsize

Maximum character count change size.

The value must be no less than 0.
orfilterwatched

How to filter for pages on your watchlist.

One value: watched, all
По умолчанию: all
ornamespace

The namespaces to enumerate.

Values (separate with |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
По умолчанию: 0
orcategory

Show pages only in the given category.

orfilterredir

How to filter for redirects.

One value: redirects, nonredirects, all
По умолчанию: all
orlimit

How many total pages to return.

No more than 500 (5000 for bots) allowed.
По умолчанию: 10
Примеры:
Show a list of pages with pending unreviewed changes
api.php?action=query&list=oldreviewedpages&ornamespace=0
Show info about some old reviewed pages
api.php?action=query&generator=oldreviewedpages&gorlimit=4&prop=info