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": "Rsync",
        "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": {
            "187": {
                "pageid": 187,
                "ns": 0,
                "title": "Realmd",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "realmd \u00e4r en tj\u00e4nst som g\u00f6r det m\u00f6jligt att konfigurera n\u00e4tverksautentisering och dom\u00e4nmedlemskap p\u00e5 ett standardiserat s\u00e4tt. realmd uppt\u00e4cker information om dom\u00e4nen automatiskt. F\u00f6r Active Directory Backend anv\u00e4nds SSSD, det g\u00e5r \u00e4ven med winbind men SSSD \u00e4r rekommenderat. N\u00e5gra f\u00f6rdelar med SSSD:\n\n* Snabbare inloggning\n* Klienter kan uppdatera sitt eget DNS record\n* Klienter har st\u00f6d f\u00f6r sites-featuren i AD\n* Enterprise Principals (UPN) \u00e4r supporterade default\n\n=Installation=\n''Ubuntu''\n apt-get install realmd\n apt-get install sssd\n\n=Konfiguration=\n nano /etc/sssd/sssd.conf\n [nss]\n filter_groups = root\n filter_users = root\n reconnection_retries = 3\n \n [pam]\n reconnection_retries = 3\nFilr\u00e4ttigheter\n chmod 0600 /etc/sssd/sssd.conf\n\nJoina dom\u00e4n\n realm --verbose join domain.local -U Administrator\n\nOm det inte funkar, l\u00e4gg till f\u00f6ljande i sssd.conf\n use_fully_qualified_names = True\n\nReboota maskinen\n\nTesta\n id LOCALDOMAIN\\\\username\n su username@localdomain\n\n[[Category:Guider]]"
                    }
                ]
            },
            "82": {
                "pageid": 82,
                "ns": 0,
                "title": "Roundcube",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "Roundcube \u00e4r en webbaserad IMAP-mailklient som \u00e4r skriven i PHP och kan anv\u00e4ndas tillsammans med en LAMP-stack, eller n\u00e5got annat operativsystem som st\u00f6djer PHP. Webbservern beh\u00f6ver tillg\u00e5ng till IMAP-servern \u00e4r h\u00e4mta mail och till en SMTP-server f\u00f6r att kunna skicka mail. Roundcube \u00e4r gratis och \u00f6ppen k\u00e4llkod enligt GNU General Public License (GPL).\n\nhttps://roundcube.net\n==Installation==\nExempelinstallation\n sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get -y install apache2 mysql-server roundcube roundcube-mysql\n sudo rm -R /var/www/html && sudo ln -s /usr/share/roundcube/ /var/www/html && sudo service apache2 restart\n sudo dpkg-reconfigure roundcube-core\n sudo php5enmod mcrypt && sudo service apache2 restart\n\n== Konfiguration ==\nPeka mot din mailserver.\n sudo nano /etc/roundcube/main.inc.php\n $rcmail_config['default_host'] = array(\"ssl://10.0.0.11\");\n $rcmail_config['default_port'] = 993;\n $rcmail_config['imap_auth_type'] = LOGIN;\n $rcmail_config['smtp_server'] = 'tls://10.0.0.11';\n $rcmail_config['smtp_port'] = 25;\n $rcmail_config['smtp_user'] = '%u';\n $rcmail_config['smtp_pass'] = '%p';\n $rcmail_config['smtp_auth_type'] = 'LOGIN';\n\n[[Category:Guider]]"
                    }
                ]
            }
        }
    }
}