MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "query": {
        "authmanagerinfo": {
            "canauthenticatenow": "",
            "cancreateaccounts": "",
            "canlinkaccounts": "",
            "preservedusername": "",
            "requests": [
                {
                    "id": "MediaWiki\\Extension\\PluggableAuth\\BeginAuthenticationRequest:pluggableauthlogin0",
                    "metadata": {},
                    "required": "primary-required",
                    "provider": "MediaWiki\\Extension\\PluggableAuth\\BeginAuthenticationRequest",
                    "account": "MediaWiki\\Extension\\PluggableAuth\\BeginAuthenticationRequest:pluggableauthlogin0",
                    "fields": {
                        "username": {
                            "type": "string",
                            "label": "Username (of your forum account)",
                            "help": "Username for authentication."
                        },
                        "password": {
                            "type": "password",
                            "label": "Password (of your forum account)",
                            "help": "Password for authentication.",
                            "sensitive": ""
                        },
                        "pluggableauthlogin0": {
                            "type": "button",
                            "label": "\u29fcLog in\u29fd",
                            "help": "Authenticate with PluggableAuth"
                        }
                    }
                },
                {
                    "id": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "metadata": {},
                    "required": "optional",
                    "provider": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "account": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "fields": {
                        "rememberMe": {
                            "type": "checkbox",
                            "label": "Keep me logged in (for up to 180 days)",
                            "help": "Whether the password should be remembered for longer than the length of the session.",
                            "optional": ""
                        }
                    }
                }
            ]
        }
    }
}