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": "",
    "continue": {
        "gapcontinue": "Server_Administration",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "608": {
                "pageid": 608,
                "ns": 0,
                "title": "Rss"
            },
            "694": {
                "pageid": 694,
                "ns": 0,
                "title": "Scripting hints",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Scripting hints ==\n\nA few useful commands:\n\nTo print a large message on the screen:\n\n'''iprintlnbold(stringMessage);'''\nor to a specific player:\n'''player iprintlnbold(stringMessage);'''\n\nTo print a small message on the bottom left of the screen:\n\n'''iprintln(stringMessage);\nsame as iprintlnbold() to a specific player\n\n\nTo check whether a variable or entity exists:\n\n'''if(isdefined(timetowait))'''\n  '''wait (timetowait);'''\n\n\nYou can also use functions in if statements, by the returned value:\n<pre>\nif(checksomething())\n  //code here\n\nchecksomething()\n{\n  if(var == \"hi there!\") //remember to use == in if statements to check equality, but var1 = var2 to set equality outside them.\n    return true;\n  else\n    return false;\n}\n</pre>\n\n--[[User:Novemberdobby|Novemberdobby]] 23:42, 23 October 2008 (UTC)\n\n[[Category:Call of Duty]]\n[[Category:Scripting]]"
                    }
                ]
            }
        }
    }
}