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)
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • แหล่งที่มา: MediaWiki
  • สัญญาอนุญาต: GPL-2.0-or-later

Returns a recent changes feed.

Specific parameters:
Other general parameters are available.
feedformat

รูปแบบของฟีด

ค่าใดค่าหนึ่งต่อไปนี้: atom, rss
Default: rss
namespace

เนมสเปซที่จะจำกัดผลลัพธ์ไว้

ค่าใดค่าหนึ่งต่อไปนี้: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
invert

All namespaces but the selected one.

Type: boolean (details)
associated

รวมเนมสเปซที่เกี่ยวข้อง (คุยหรือหลัก)

Type: boolean (details)
days

Days to limit the results to.

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

จำนวนผลลัพธ์สูงสุดที่จะส่งกลับ

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

Show only changes on pages linked from this page.

showlinkedto

Show changes on pages linked to the selected page instead.

Type: boolean (details)
ตัวอย่าง:
แสดงการเปลี่ยนแปลงล่าสุด
api.php?action=feedrecentchanges [เปิดในกระบะทราย]
แสดงการเปลี่ยนแปลงล่าสุดในช่วง 30 วัน
api.php?action=feedrecentchanges&days=30 [เปิดในกระบะทราย]