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
list=mostviewed (pvim)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: PageViewInfo
- สัญญาอนุญาต: GPL-3.0-or-later
Lists the most viewed pages (based on last day's pageview count).
Specific parameters:
Other general parameters are available.
- pvimmetric
The metric to use for counting views. Depending on what backend is used, not all metrics might be supported. You can use the siteinfo API (action=query&meta=siteinfo) to check which ones are supported, under pageviewservice-supported-metrics / module name (siteviews, mostviewed, etc.)
- pageviews
- Plain pageviews.
- ค่าใดค่าหนึ่งต่อไปนี้: pageviews
- Default: pageviews
- pvimlimit
The number of pages to return.
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- pvimoffset
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- Type: integer
- Default: 0
ตัวอย่าง:
- List the top 10 pages.
- api.php?action=query&list=mostviewed [เปิดในกระบะทราย]
- Show pageview data for each of the top 10 pages.
- api.php?action=query&generator=mostviewed&prop=pageviews [เปิดในกระบะทราย]