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.

{
    "paraminfo": {
        "helpformat": "none",
        "modules": [
            {
                "name": "upload",
                "classname": "ApiUpload",
                "path": "upload",
                "group": "action",
                "prefix": "",
                "source": "MediaWiki",
                "sourcename": "MediaWiki",
                "licensetag": "GPL-2.0-or-later",
                "licenselink": "https://translatewiki.net/wiki/Special:Version/License/MediaWiki",
                "readrights": "",
                "writerights": "",
                "mustbeposted": "",
                "helpurls": [
                    "https://www.mediawiki.org/wiki/Special:MyLanguage/API:Upload"
                ],
                "parameters": [
                    {
                        "index": 1,
                        "name": "filename",
                        "type": "string"
                    },
                    {
                        "index": 2,
                        "name": "comment",
                        "type": "string",
                        "default": ""
                    },
                    {
                        "index": 3,
                        "name": "tags",
                        "type": [
                            "TelegramBot",
                            "terminology"
                        ],
                        "multi": "",
                        "lowlimit": 50,
                        "highlimit": 500,
                        "limit": 50
                    },
                    {
                        "index": 4,
                        "name": "text",
                        "type": "text"
                    },
                    {
                        "index": 5,
                        "name": "watch",
                        "type": "boolean",
                        "deprecated": ""
                    },
                    {
                        "index": 6,
                        "name": "watchlist",
                        "type": [
                            "nochange",
                            "preferences",
                            "watch"
                        ],
                        "default": "preferences"
                    },
                    {
                        "index": 7,
                        "name": "ignorewarnings",
                        "type": "boolean"
                    },
                    {
                        "index": 8,
                        "name": "file",
                        "type": "upload"
                    },
                    {
                        "index": 9,
                        "name": "url",
                        "type": "string"
                    },
                    {
                        "index": 10,
                        "name": "filekey",
                        "type": "string"
                    },
                    {
                        "index": 11,
                        "name": "sessionkey",
                        "type": "string",
                        "deprecated": ""
                    },
                    {
                        "index": 12,
                        "name": "stash",
                        "type": "boolean"
                    },
                    {
                        "index": 13,
                        "name": "filesize",
                        "type": "integer",
                        "min": 0,
                        "max": 104857600
                    },
                    {
                        "index": 14,
                        "name": "offset",
                        "type": "integer",
                        "min": 0
                    },
                    {
                        "index": 15,
                        "name": "chunk",
                        "type": "upload"
                    },
                    {
                        "index": 16,
                        "name": "async",
                        "type": "boolean"
                    },
                    {
                        "index": 17,
                        "name": "checkstatus",
                        "type": "boolean"
                    },
                    {
                        "index": 18,
                        "name": "token",
                        "type": "string",
                        "required": "",
                        "sensitive": "",
                        "tokentype": "csrf"
                    }
                ],
                "templatedparameters": []
            }
        ]
    }
}