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
list=recentchanges (rc)
- This module requires read rights.
 - This module can be used as a generator.
 - Source: MediaWiki
 - License: GPL-2.0-or-later
 
Loetle viimased muudatused.
- rcstart
 Ajatempel, millest alates loetleda.
- Type: timestamp (allowed formats)
 - rcend
 Ajatempel, milleni loetleda.
- Type: timestamp (allowed formats)
 - rcdir
 Loetlemise suund:
- newer
 - Vanemad enne. Märkus: element rcstart peab olema enne elementi rcend.
 - older
 - Uuemad enne (vaikimisi). Märkus: element rcstart peab olema pärast elementi rcend.
 
- One of the following values: newer, older
 - Default: older
 - rcnamespace
 Loetle muudatusi ainult neist nimeruumidest.
- Values (separate with | or alternative): -1, -2, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
 - To specify all values, use *.
 - rcuser
 Loetle ainult selle kasutaja muudatused.
- Tüüp: kasutaja, määramisviisid: kasutajanimi, IP-aadress, Ajutine kasutaja, intervikinimi (nt "eesliide>Näidisnimi") ja kasutaja identifikaator (nt "#12345")
 - rcexcludeuser
 Ära loetle selle kasutaja muudatusi.
- Tüüp: kasutaja, määramisviisid: kasutajanimi, IP-aadress, Ajutine kasutaja, intervikinimi (nt "eesliide>Näidisnimi") ja kasutaja identifikaator (nt "#12345")
 - rctag
 Loetle ainult muudatused, mille küljes on see märgis.
- rcprop
 Hangi teabe lisaelemendid:
- user
 - Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a userhidden property will be returned.
 - userid
 - Adds the user ID responsible for the edit. If the user has been revision deleted, a userhidden property will be returned.
 - comment
 - Adds the comment for the edit. If the comment has been revision deleted, a commenthidden property will be returned.
 - parsedcomment
 - Adds the parsed comment for the edit. If the comment has been revision deleted, a commenthidden property will be returned.
 - flags
 - Adds flags for the edit.
 - timestamp
 - Adds timestamp of the edit.
 - title
 - Adds the page title of the edit.
 - ids
 - Adds the page ID, recent changes ID and the new and old revision ID.
 - sizes
 - Adds the new and old page length in bytes.
 - redirect
 - Tags edit if page is a redirect.
 - patrolled
 - Tags patrollable edits as being patrolled or unpatrolled.
 - loginfo
 - Adds log information (log ID, log type, etc) to log entries.
 - tags
 - Lists tags for the entry.
 - sha1
 - Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a sha1hidden property will be returned.
 
- Values (separate with | or alternative): comment, flags, ids, loginfo, parsedcomment, patrolled, redirect, sha1, sizes, tags, timestamp, title, user, userid
 - Default: title|timestamp|ids
 - rcshow
 Näita ainult üksusi, mis vastavad neile kriteeriumitele. Näiteks, et näha ainult pisimuudatusi, mille on teinud sisseloginud kasutajad, määra rcshow=minor|!anon.
- Values (separate with | or alternative): !anon, !autopatrolled, !bot, !minor, !patrolled, !redirect, anon, autopatrolled, bot, minor, patrolled, redirect, unpatrolled
 - rclimit
 Kui palju muudatusi kokku tagastada.
- Type: integer or max
 - The value must be between 1 and 500.
 - Default: 10
 - rctype
 Mis tüüpi muudatusi näidata.
- Values (separate with | or alternative): categorize, edit, external, log, new
 - Default: edit|new|log|categorize
 - rctoponly
 Loetle ainult muudatused, millele vastab viimane redaktsioon.
- Type: boolean (details)
 - rctitle
 Loetle ainult sissekanded, mis on seotud leheküljega.
- rccontinue
 Kui saadaval on rohkem tulemusi, kasuta seda jätkamiseks. Täpsema teabe päringute jätkamise kohta leiad mediawiki.org-ist
- rcgeneraterevisions
 When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.
- Type: boolean (details)
 - rcslot
 Only list changes that touch the named slot.
- One of the following values: main
 
- List recent changes.
 - api.php?action=query&list=recentchanges [open in sandbox]
 - Get page info about recent unpatrolled changes.
 - api.php?action=query&generator=recentchanges&grcshow=!patrolled&prop=info [open in sandbox]