Ajuda API da MediaWiki

Esta é uma página de documentação API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/API

action=feedrecentchanges

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

Retorna um feed de alterações recentes.

Parâmetros:
feedformat

O formato do feed.

Um dos seguintes valores: rss, atom
Padrão: rss
namespace

Espaço nominal a partir do qual limitar resultados.

Um dos seguintes valores: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111
invert

Todos os espaços nominais, exceto o selecionado.

Tipo: boolean (detalhes)
associated

Include associated (talk or main) namespace.

Tipo: boolean (detalhes)
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.

Tipo: boolean (detalhes)
hidebots

Ocultar alterações feitas por robôs.

Tipo: boolean (detalhes)
hideanons

Hide changes made by anonymous users.

Tipo: boolean (detalhes)
hideliu

Hide changes made by registered users.

Tipo: boolean (detalhes)
hidepatrolled

Ocultar alterações patrulhadas.

Tipo: boolean (detalhes)
hidemyself

Ocultar alterações feitas pelo utilizador atual.

Tipo: boolean (detalhes)
hidecategorization

Hide category membership changes.

Tipo: boolean (detalhes)
tagfilter

Filtrar por tag.

target

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

showlinkedto

Show changes on pages linked to the selected page instead.

Tipo: boolean (detalhes)
categories

Show only changes on pages in all of these categories.

Separe os valores com |. Maximum number of values is 50 (500 for bots).
categories_any

Show only changes on pages in any of the categories instead.

Tipo: boolean (detalhes)