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": "Password-based authentication",
                    "account": "",
                    "fields": {
                        "username": {
                            "type": "string",
                            "label": "\u7528\u6237\u540d",
                            "help": "Username for authentication."
                        },
                        "password": {
                            "type": "password",
                            "label": "\u5bc6\u7801",
                            "help": "Password for authentication."
                        }
                    }
                },
                {
                    "id": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "metadata": {},
                    "required": "optional",
                    "provider": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "account": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "fields": {
                        "rememberMe": {
                            "type": "checkbox",
                            "label": "\u8bb0\u4f4f\u6211\u7684\u767b\u5f55\u72b6\u6001",
                            "help": "Whether the password should be remembered for longer than the length of the session.",
                            "optional": ""
                        }
                    }
                }
            ]
        }
    }
}