MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: 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).
パラメーター:
その他一般パラメーターが利用可能です。
- 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.
- 値 (次の値のいずれか1つ): pageviews
- 既定: pageviews
- pvimlimit
The number of pages to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
- pvimoffset
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- 型: 整数
- 既定: 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 [サンドボックスで開く]