MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

meta=featureusage (afu)

(main | query | featureusage)
  • このモジュールは読み取りの権限を必要とします。
  • Source: ApiFeatureUsage
  • License: GPL-2.0+

Get a summary of logged API feature usages for a user agent.

パラメーター:
afustart

Start of date range to query.

Type: timestamp (allowed formats)
afuend

End of date range to query.

Type: timestamp (allowed formats)
afuagent

User agent to query. If not specified, the agent in the request will be queried.

afufeatures

If specified, return details on only these features.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
例:
Query feature usage for the current user agent
api.php?action=query&meta=featureusage [サンドボックスで開く]