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": "Readlink",
        "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": {
            "4681": {
                "pageid": 4681,
                "ns": 0,
                "title": "Read",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "[[read]] is a [[bash]] [[command]]. It reads a standard line of input and assigns each word to the corresponding variable. If the number of words exceeds the number of variables, all the last words are assigned to the last variable.\n\nExample:\n $ read firstname lastname address\n Joseph Bloggs 127 Bloggity Avenue\n $ echo \"$firstname $lastname\\n$address\"\n Joseph Bloggs\n 127 Bloggity Avenue\n\n= Options =\n\n-t set a ''timeout'' for the answer<br />\n-d ''char'' Stop reading at ''char'' instead of at newline<br />\n-s will suppress echo, useful for passwords\n\nFor more options, see the [http://linux.die.net/man/1/read man page].\n\n[[Category:Command]]"
                    }
                ]
            },
            "4222": {
                "pageid": 4222,
                "ns": 0,
                "title": "Readelf",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''readelf''' lets you examine information about an [[ELF]] binary or object file. It however does not perform disassembly, use [[objdump]] for this purpose.\n\n== Example usage ==\n  readelf -sW myobject.o | more\n\nSee also: [[Programming-related Commands]]\n\n{{stub}}"
                    }
                ]
            }
        }
    }
}