MediaWiki API の結果

このページは JSON 形式を HTML で表現したものです。HTML はデバッグに役立ちますが、アプリケーションでの使用には適していません。

format パラメーターを指定すると出力形式を変更できます 。JSON 形式の非 HTML 版を閲覧するには、format=json を設定してください。

詳細情報については 完全な説明文書または API のヘルプを参照してください。

{
    "batchcomplete": "",
    "query": {
        "authmanagerinfo": {
            "canauthenticatenow": "",
            "cancreateaccounts": "",
            "preservedusername": "",
            "requests": [
                {
                    "id": "MediaWiki\\Auth\\PasswordAuthenticationRequest",
                    "metadata": {},
                    "required": "required",
                    "provider": "Password-based authentication",
                    "account": "",
                    "fields": {
                        "username": {
                            "type": "string",
                            "label": "\u5229\u7528\u8005\u540d",
                            "help": "Username for authentication."
                        },
                        "password": {
                            "type": "password",
                            "label": "\u30d1\u30b9\u30ef\u30fc\u30c9",
                            "help": "Password for authentication."
                        }
                    }
                },
                {
                    "id": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "metadata": {},
                    "required": "optional",
                    "provider": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "account": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "fields": {
                        "rememberMe": {
                            "type": "checkbox",
                            "label": "\u30ed\u30b0\u30a4\u30f3\u72b6\u614b\u3092\u4fdd\u6301",
                            "help": "Whether the password should be remembered for longer than the length of the session.",
                            "optional": ""
                        }
                    }
                }
            ]
        }
    }
}