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": {
        "pages": {
            "519": {
                "pageid": 519,
                "ns": 0,
                "title": "Rpm commands",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "\nRemove all rpms that contain the string \"intel\"\n rpm -qa | grep intel | while read -r line; do yum remove -y $line; done\n\n\nCreate rpm package\n fpm -s dir -t rpm -C /usr/local/libint/ --name libint2 --version 2.6.0 --iteration 1  --description \"A library for efficient evaluation of electron repulsion integrals\" ."
                    }
                ]
            },
            "1": {
                "pageid": 1,
                "ns": 0,
                "title": "Welcome to the iRASPA/RASPA wiki",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "__NOTOC__ __NOEDITSECTION__ \n\n===Most recent articles===\n{{Special:Newestpages/-/5}}"
                    }
                ]
            }
        }
    }
}