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": {
        "lecontinue": "20260815105817|91",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 101,
                "ns": 0,
                "title": "Useful Commands",
                "pageid": 68,
                "logpage": 68,
                "revid": 82,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T19:37:00Z",
                "comment": "Created page with \" === SME ===  Check added RPM's  /sbin/e-smith/audittools/newrpms  /sbin/e-smith/audittools/newrpms | grep smeserver  Check RPM's  rpm -qa smeserver* | sort -d  rpm -qa e-smith* | sort -d  Check templates  /sbin/e-smith/audittools/templates  RPM initial install date  rpm -qa --last | grep -v \"initial install date\"  Check Repositories  http://wiki.contribs.org/SME_Server:Adding_Software  /sbin/e-smith/audittools/repositories  List Repositories  db yum_repositories show  c...\""
            },
            {
                "logid": 100,
                "ns": 0,
                "title": "Websites",
                "pageid": 67,
                "logpage": 67,
                "revid": 81,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T19:35:17Z",
                "comment": "Created page with \"=== SME === : http://smebox.uk/mirror/releases/ : http://mirror.canada.pialasse.com/releases/ : http://www.mirrorservice.org/sites/mirror.contribs.org/smeserver/releases/ : https://wiki.koozali.org/Category:Contrib  === KVM === : https://wiki.debian.org/KVM : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/index : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/...\""
            },
            {
                "logid": 99,
                "ns": 0,
                "title": "Apcupsd",
                "pageid": 66,
                "logpage": 66,
                "revid": 80,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T19:32:43Z",
                "comment": "Created page with \" Configuration Directives Used to Set the UPS EEPROM  These directives have no effect on the operation of apcupsd but are reserved for use by apctest when bulk programming the values of the UPS EEPROM configuration variables in a Smart-UPS model.  UPSNAME <string>      Name of UPS. Maximum of 8 characters.  BATTDATE [ mm/dd/yy | dd/mm/yy ]      Last battery replacement date. Maximum of 8 characters.  SENSITIVITY [ H | M | L ]      H : High (most sensitive setting) M : Me...\""
            },
            {
                "logid": 98,
                "ns": 0,
                "title": "Debian APT",
                "pageid": 65,
                "logpage": 65,
                "revid": 79,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T19:29:49Z",
                "comment": "Created page with \" =Check for unused packages=  dpkg -l | awk '/^rc/ { print $2 }'    apt-get purge xxx    apt-mark hold smartmontools    ALL in one go;    apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')    dpkg --get-selections | grep 'hold$'    apt-mark unhold openssh-server  apt-mark unhold net-tools  apt-mark unhold bridge-utils\""
            },
            {
                "logid": 97,
                "ns": 0,
                "title": "Debian Sudo",
                "pageid": 64,
                "logpage": 64,
                "revid": 78,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T19:28:40Z",
                "comment": "Created page with \"  apt-get install sudo    SVR:/etc# cat sudoers  #  # This file MUST be edited with the 'visudo' command as root.  #  # Please consider adding local content in /etc/sudoers.d/ instead of  # directly modifying this file.  #  # See the man page for details on how to write a sudoers file.  #  Defaults\tenv_reset  Defaults\tmail_badpass  Defaults\tsecure_path=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"    # Host alias specification    # User alias specificati...\""
            },
            {
                "logid": 96,
                "ns": 0,
                "title": "DNS Record Types",
                "pageid": 63,
                "logpage": 63,
                "revid": 77,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T18:55:25Z",
                "comment": "Created page with \"== Resource Records == {| class=\"wikitable sortable\" |- ! |Code ! |Number ! width=\"90pt\"|Defining RFC ! class=\"unsortable\"|Description ! class=\"unsortable\"|Function |- | <div id=\"A\"/>A |1 |RFC 1035 | '''address record'''|| Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc. |- | <div id=\"AAAA\"/>AAAA  |28 |RFC 3596 | '''IPv6 address record'''|| Returns a 128-bit I...\""
            },
            {
                "logid": 95,
                "ns": 0,
                "title": "Disk Maintenance",
                "pageid": 62,
                "logpage": 62,
                "revid": 76,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-16T18:54:04Z",
                "comment": "Created page with \" ===Burn ISO to USB===  dd if=xxx.iso of=/dev/sdc bs=64K  sync  ===dd copy continue on errors===  dd if=/dev/sda conv=noerror,sync of=/dev/sdb bs=64K  ===ddrescue===    ddrescue -d -f -r3 /dev/sda /dev/sdb -b8192    In this example rescue /dev/sda to /dev/sdb    ## No need to partition /dev/sdb beforehand, but if the partition table on /dev/sda ##  ## is damaged, you will need to recreate it somehow on /dev/sdb. ##      ddrescue -f -n /dev/sda /dev/sdb logfile      ddres...\""
            },
            {
                "logid": 94,
                "ns": 0,
                "title": "SMEServer GeoIP",
                "pageid": 61,
                "logpage": 61,
                "revid": 75,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-15T11:26:29Z",
                "comment": "Created page with \"copied from; https://wiki.koozali.org/GeoIP (This page was last edited on 7 September 2025, at 11:37)  {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:   {{BASEPAGENAME}} |1}} }} }} <!-- we define th...\""
            },
            {
                "logid": 93,
                "ns": 0,
                "title": "SMEServer Useful",
                "pageid": 60,
                "logpage": 60,
                "revid": 74,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-15T11:11:46Z",
                "comment": "Created page with \"Copied from; https://wiki.koozali.org/Useful_Commands (This page was last modified on 28 July 2025, at 12:05.)  {{usefulnote}} ==SME Server locale== By default the sme server 8 locale is ISO-8859-1ldapsear   ==ACL==  ===See ACL===  getfacl /path/2/files/or/folders  ===set ACL===  setfacl -P -R -m u:apache:rwX,d:u:apache:rwX /path/2/files/or/folders  -R : recursive<br />  -P : physical, follow symlinks  ==Apache Related Commands== ===Apache options to ibay=== ====Expand <...\""
            },
            {
                "logid": 92,
                "ns": 0,
                "title": "SMEServer Qpsmtpd",
                "pageid": 59,
                "logpage": 59,
                "revid": 73,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2026-08-15T11:00:58Z",
                "comment": "Created page with \"Copied from; https://wiki.koozali.org/Qpsmtpd/sme11 (This page was last modified on 28 April 2024, at 22:45.)  {{WIP box|this is a work in progress for the new SME 11 qpsmtpd configuration}}  TODO: update [[Email#qpsmtpd]] for SME11  =qpsmtpd= [[Wikipedia:Qpsmtpd|qpsmtpd]] has been a core component of SME Server since SME 7, providing advanced spam fighting capabilities.  SME Server 9.2 introduced qpsmtpd 0.96 with several new capabilities.  At the same time, smeserver-q...\""
            }
        ]
    }
}