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": "SuEXEC_the_CGI_wrapper",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> 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": {
            "67": {
                "pageid": 67,
                "ns": 0,
                "title": "Route command",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "<pre>\nManipulates network routing tables.\n\nROUTE [-f] [-p] [-4|-6] command [destination]\n                  [MASK netmask]  [gateway] [METRIC metric]  [IF interface]\n\n  -f           Clears the routing tables of all gateway entries.  If this is\n               used in conjunction with one of the commands, the tables are\n               cleared prior to running the command.\n\n  -p           When used with the ADD command, makes a route persistent across\n               boots of the system. By default, routes are not preserved\n               when the system is restarted. Ignored for all other commands,\n               which always affect the appropriate persistent routes. This\n               option is not supported in Windows 95.\n\n  -4           Force using IPv4.\n\n  -6           Force using IPv6.\n\n  command      One of these:\n                 PRINT     Prints  a route\n                 ADD       Adds    a route\n                 DELETE    Deletes a route\n                 CHANGE    Modifies an existing route\n  destination  Specifies the host.\n  MASK         Specifies that the next parameter is the 'netmask' value.\n  netmask      Specifies a subnet mask value for this route entry.\n               If not specified, it defaults to 255.255.255.255.\n  gateway      Specifies gateway.\n  interface    the interface number for the specified route.\n  METRIC       specifies the metric, ie. cost for the destination.\n\nAll symbolic names used for destination are looked up in the network database\nfile NETWORKS. The symbolic names for gateway are looked up in the host name\ndatabase file HOSTS.\n\nIf the command is PRINT or DELETE. Destination or gateway can be a wildcard,\n(wildcard is specified as a star '*'), or the gateway argument may be omitted.\n\nIf Dest contains a * or ?, it is treated as a shell pattern, and only\nmatching destination routes are printed. The '*' matches any string,\nand '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.\n\nPattern match is only allowed in PRINT command.\nDiagnostic Notes:\n    Invalid MASK generates an error, that is when (DEST & MASK) != DEST.\n    Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1\n             The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.\n\nExamples:\n\n    > route PRINT\n    > route PRINT -4\n    > route PRINT -6\n    > route PRINT 157*          .... Only prints those matching 157*\n\n    > route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2\n             destination^      ^mask      ^gateway     metric^    ^\n                                                         Interface^\n      If IF is not given, it tries to find the best interface for a given\n      gateway.\n    > route ADD 3ffe::/32 3ffe::1\n\n    > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2\n\n      CHANGE is used to modify gateway and/or metric only.\n\n    > route DELETE 157.0.0.0\n    > route DELETE 3ffe::/32\n</pre>\n[[Category:Windows]]"
                    }
                ]
            },
            "47": {
                "pageid": 47,
                "ns": 0,
                "title": "Samba won't follow symlinks",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "If your are using [[wikipedia:Security-Enhanced_Linux|SELinux]], the default configuration will prevent Samba from following symbolic links in shares.  See the [http://linux.die.net/man/8/setenforce setenforce] man page for information about modifying the mode SELinux is running in.\n\n'''The default Samba configuration allows symbolic links to be followed.'''\n[[Category:Linux]]"
                    }
                ]
            }
        }
    }
}