MediaWiki API 结果

这是JSON格式的HTML表示。HTML对调试很有用,但不适合应用程序使用。

指定format参数以更改输出格式。要查看JSON格式的非HTML表示,设置format=json

参见完整文档,或API 帮助以获取更多信息。

{
    "batchcomplete": "",
    "query": {
        "authmanagerinfo": {
            "canauthenticatenow": "",
            "cancreateaccounts": "",
            "preservedusername": "",
            "requests": [
                {
                    "id": "MediaWiki\\Auth\\PasswordAuthenticationRequest",
                    "metadata": {},
                    "required": "primary-required",
                    "provider": "\u57fa\u4e8e\u5bc6\u7801\u7684\u8eab\u4efd\u9a8c\u8bc1",
                    "account": ""
                },
                {
                    "id": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "metadata": {},
                    "required": "optional",
                    "provider": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "account": "MediaWiki\\Auth\\RememberMeAuthenticationRequest"
                }
            ],
            "fields": {
                "username": {
                    "type": "string",
                    "label": "\u7528\u6237\u540d",
                    "help": "\u7528\u4e8e\u8eab\u4efd\u9a8c\u8bc1\u7684\u7528\u6237\u540d\u3002"
                },
                "password": {
                    "type": "password",
                    "label": "\u5bc6\u7801",
                    "help": "\u7528\u4e8e\u8eab\u4efd\u9a8c\u8bc1\u7684\u5bc6\u7801\u3002",
                    "sensitive": ""
                },
                "rememberMe": {
                    "type": "checkbox",
                    "label": "\u8bb0\u4f4f\u6211\u7684\u767b\u5f55\u72b6\u6001",
                    "help": "\u5bc6\u7801\u662f\u5426\u5e94\u4e3a\u957f\u4e8e\u4f1a\u8bdd\u957f\u5ea6\u800c\u88ab\u8bb0\u4f4f\u3002",
                    "optional": ""
                }
            }
        }
    }
}