MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=pageviews (pvip)
- このモジュールは読み取りの権限を必要とします。
- ソース: PageViewInfo
- ライセンス: GPL-3.0-or-later
Shows per-page pageview data (the number of daily pageviews for each of the last pvipdays days).
The result format is page title (with underscores) => date (Ymd) => count.
パラメーター:
その他一般パラメーターが利用可能です。
- pvipmetric
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
- pvipdays
表示する日数。
- 型: 整数
- 値は1以上60以下です。
- 既定: 60
- pvipcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
例:
- Show pageview statistics for the main page.
- api.php?action=query&titles=Main_Page&prop=pageviews [サンドボックスで開く]