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": "",
            "preservedusername": "",
            "requests": [
                {
                    "id": "CaptchaAuthenticationRequest",
                    "metadata": {
                        "type": "question",
                        "mime": "text/html"
                    },
                    "required": "required",
                    "provider": "CaptchaAuthenticationRequest",
                    "account": "CaptchaAuthenticationRequest"
                },
                {
                    "id": "MediaWiki\\Auth\\PasswordAuthenticationRequest",
                    "metadata": {},
                    "required": "primary-required",
                    "provider": "Password-based authentication",
                    "account": ""
                },
                {
                    "id": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "metadata": {},
                    "required": "optional",
                    "provider": "MediaWiki\\Auth\\RememberMeAuthenticationRequest",
                    "account": "MediaWiki\\Auth\\RememberMeAuthenticationRequest"
                }
            ],
            "fields": {
                "captchaId": {
                    "type": "hidden",
                    "value": "305822125",
                    "label": "CAPTCHA ID",
                    "help": "This value should be sent back unchanged."
                },
                "captchaInfo": {
                    "type": "null",
                    "value": "The new password can be found in the development forum of DOSBox.",
                    "label": "To protect the wiki against automated password cracking, we kindly ask you to answer the question that appears below ([[Special:Captcha/help|more info]]):",
                    "help": "Description of the CAPTCHA."
                },
                "captchaWord": {
                    "type": "string",
                    "label": "CAPTCHA",
                    "help": "Solution of the CAPTCHA."
                },
                "username": {
                    "type": "string",
                    "label": "Username",
                    "help": "Username for authentication."
                },
                "password": {
                    "type": "password",
                    "label": "Password",
                    "help": "Password for authentication.",
                    "sensitive": ""
                },
                "rememberMe": {
                    "type": "checkbox",
                    "label": "Keep me logged in",
                    "help": "Whether the password should be remembered for longer than the length of the session.",
                    "optional": ""
                }
            }
        }
    }
}