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=feedrecentchanges

(main | feedrecentchanges)

Returns a recent changes feed.

Parameters:
feedformat

The format of the feed.

One of the following values: atom, rss
Default: rss
namespace

Namespace to limit the results to.

One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 106, 107, 1198, 1199
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.

Type: integer
The value must be no less than 1.
Default: 7
limit

Maximum number of results to return.

Type: integer
The value must be between 1 and 50.
Default: 50
from

Εμφάνιση αλλαγών από τότε.

Type: timestamp (allowed formats)
hideminor

Απόκρυψη μικρών αλλαγών.

Type: boolean (details)
hidebots

Απόκρυψη αλλαγών που έγιναν από ρομπότ.

Type: boolean (details)
hideanons

Απόκρυψη αλλαγών που έγιναν από ανώνυμους χρήστες.

Type: boolean (details)
hideliu

Απόκρυψη αλλαγών που έγιναν από εγγεγραμμένους χρήστες.

Type: boolean (details)
hidepatrolled

Απόκρυψη ελεγμένων αλλαγών.

Type: boolean (details)
hidemyself

Απόκρυψη αλλαγών που έγιναν από τον τρέχοντα χρήστη.

Type: boolean (details)
hidecategorization

Hide category membership changes.

Type: boolean (details)
tagfilter

Φιλτράρισμα κατά ετικέτα.

inverttags

All edits except ones tagged with the selected ones.

Type: boolean (details)
target

Εμφάνιση μόνο των αλλαγών σε σελίδες που συνδέονται με αυτή τη σελίδα.

showlinkedto

Show changes on pages linked to the selected page instead.

Type: boolean (details)
Examples:
Εμφάνιση πρόσφατων αλλαγών.
api.php?action=feedrecentchanges [open in sandbox]
Εμφάνιση πρόσφατων αλλαγών για 30 ημέρες.
api.php?action=feedrecentchanges&days=30 [open in sandbox]