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
action=feedwatchlist
(main | feedwatchlist)
- This module requires read rights.
 - Font : MediaWiki
 - Licéncia : GPL-2.0-or-later
 
Renvia un flux de lista de seguiment.
Paramètres :
Other general parameters are available.
- feedformat
 Lo format del flux.
- One of the following values: atom, rss
 - Per defecte: rss
 - hours
 List pages modified within this many hours from now.
- Tipus: enter
 - The value must be between 1 and 72.
 - Per defecte: 24
 - linktosections
 Link directly to changed sections if possible.
- Type: boolean (details)
 - allrev
 Include multiple revisions of the same page within given timeframe.
- Type: boolean (details)
 - wlowner
 Used along with token to access a different user's watchlist.
- Tipus: usuari, per nom d'usuari
 - wltoken
 A security token (available in the user's preferences) to allow access to another user's watchlist.
- wlshow
 Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon.
- Values (separate with | or alternative): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread
 - wltype
 Which types of changes to show:
- edit
 - Regular page edits.
 - new
 - Creacions de paginas.
 - log
 - Entradas del jornal.
 - external
 - Cambiaments extèrnes.
 - categorize
 - Category membership changes.
 
- Values (separate with | or alternative): categorize, edit, external, log, new
 - Per defecte: edit|new|log|categorize
 - wlexcludeuser
 Don't list changes by this user.
- Tipus: usuari, per qualsevol de nom d'usuari, IP, Usuari temporal, nom interwiki (p. ex., «prefix>NomExemple») i ID d'usuari (p. ex., «#12345»)
 
Examples:
- Afichar lo flux de la lista de seguiment.
 - api.php?action=feedwatchlist [open in sandbox]
 - Show all changes to watched pages in the past 6 hours.
 - api.php?action=feedwatchlist&allrev=&hours=6 [open in sandbox]