Ajuda API da MediaWiki

This is an auto-generated MediaWiki API documentation page.

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

action=feedrecentchanges

(main | feedrecentchanges)
  • This module requires read rights.
  • Source: MediaWiki
  • Licença: GPL-2.0+

Returns a recent changes feed.

Parâmetros:
feedformat

O formato do feed.

One value: rss, atom
Padrão: rss
namespace

Namespace to limit the results to.

One value: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
invert

All namespaces but the selected one.

Type: boolean (details)
associated

Include associated (talk or main) namespace.

Type: boolean (details)
days

Days to limit the results to.

The value must be no less than 1.
Type: integer
Padrão: 7
limit

Número máximo de resultados a apresentar.

The value must be between 1 and 50.
Type: integer
Padrão: 50
from

Mostrar alterações desde então.

Type: timestamp (allowed formats)
hideminor

Ocultar edições menores.

Type: boolean (details)
hidebots

Ocultar alterações feitas por robôs.

Type: boolean (details)
hideanons

Hide changes made by anonymous users.

Type: boolean (details)
hideliu

Hide changes made by registered users.

Type: boolean (details)
hidepatrolled

Ocultar alterações patrulhadas.

Type: boolean (details)
hidemyself

Ocultar alterações feitas pelo usuário atual.

Type: boolean (details)
tagfilter

Filter by tag.

target

Mostrar apenas mudanças em páginas afluentes a esta.

showlinkedto

Show changes on pages linked to the selected page instead.

Type: boolean (details)
Exemplos:
Mostrar mudanças recentes
api.php?action=feedrecentchanges
Mostrar as alterações recentes por 30 dias.
api.php?action=feedrecentchanges&days=30