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": "20250807131526|14",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 24,
                "ns": 0,
                "title": "Borg",
                "pageid": 11,
                "logpage": 11,
                "revid": 51,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-17T17:26:50Z",
                "comment": "Created page with \"== Borg backup ==  === Borg server === <syntaxhighlight lang='bash'> sudo apt install borgbackup sudo python3-llfuse python3-fuse borg . --encryption=repokey init </syntaxhighlight>  === Borg client === <syntaxhighlight lang='bash'> sudo apt install borgbackup </syntaxhighlight>  === Borg server === <syntaxhighlight lang='bash'> borg list . sudo borg mount .::Backup1 /mnt </syntaxhighlight>\""
            },
            {
                "logid": 23,
                "ns": 2,
                "title": "User:D0C",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "oldgroups": [],
                    "newgroups": [
                        "bureaucrat",
                        "suppress"
                    ],
                    "oldmetadata": [],
                    "newmetadata": [
                        {
                            "group": "bureaucrat",
                            "expiry": "infinity"
                        },
                        {
                            "group": "suppress",
                            "expiry": "infinity"
                        }
                    ]
                },
                "type": "rights",
                "action": "rights",
                "user": "Admin",
                "timestamp": "2025-08-14T14:32:12Z",
                "comment": ""
            },
            {
                "logid": 22,
                "ns": 2,
                "title": "User:D0C",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 4
                },
                "type": "newusers",
                "action": "create",
                "user": "D0C",
                "timestamp": "2025-08-14T14:20:35Z",
                "comment": ""
            },
            {
                "logid": 21,
                "ns": 0,
                "title": "Config i3",
                "pageid": 10,
                "logpage": 10,
                "revid": 38,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "172.20.2.26",
                "anon": "",
                "timestamp": "2025-08-14T00:28:05Z",
                "comment": "Created page with \"= Debian i3wm =  <syntaxhighlight lang='bash'> # installa sudo apt install sudo usermod -aG sudo <user> # installa i pacchetti audio e rebootta sudo apt install pulseaudio pavucontrol && /usr/sbin/reboot # installa i pacchetti base sudo apt install curl fping flatpak keepassxc tinc opensnitch gimp gajim  # Timezone timedatectl set-timezone Europe/Rome </syntaxhighlight>  <syntaxhighlight lang='bash'> # installa le dipendenze sudo apt install alacritty li3 rofi fonts-font...\""
            },
            {
                "logid": 20,
                "ns": 0,
                "title": "Snmp",
                "pageid": 9,
                "logpage": 9,
                "revid": 32,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-11T18:14:21Z",
                "comment": "Created page with \"=== INSTALL snmp ===  <syntaxhighlight lang='bash'> apt install snmp systemctl status snmpd.service systemctl start snmpd.service </syntaxhighlight>  === INSTALL snmp-mibs-downloader ===  <syntaxhighlight lang='bash'> apt install snmp-mibs-downloader </syntaxhighlight>  === Configure /etc/snmp/snmp.conf ===  ==== Path mibs + conf ====  <syntaxhighlight lang='bash'> mibs +ALL mibdirs /var/lib/mibs/iana/:/var/lib/mibs/ietf/:/root/.snmp/mibs/:/root/.snmp/mibs/netdisco-mibs/...\""
            },
            {
                "logid": 19,
                "ns": 0,
                "title": "Vcn",
                "pageid": 8,
                "logpage": 8,
                "revid": 30,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-11T16:11:49Z",
                "comment": "Created page with \"<syntaxhighlight lang='bash'> # Backup delle chiavi e config sulla macchina source sudo tar -cf backup_vcn.tar /etc/tinc/vcn # estrai la cartella sulla macchina target tar -xvf backup_vcn.tar # metti la cartella vcn nel posto giusto mv vcn /etc/tinc/  # rendi root l'owner sudo chown -R root:root /etc/tinc/vcn # dai i giusti permessi ai file e cartelle di vcn sudo chmod 755 /etc/tinc/vcn/ sudo chmod 644 /etc/tinc/vcn/tinc.conf sudo chmod 755 /etc/tinc/vcn/tinc-up sudo chm...\""
            },
            {
                "logid": 18,
                "ns": 0,
                "title": "Config sway",
                "pageid": 7,
                "logpage": 7,
                "revid": 24,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-11T13:21:04Z",
                "comment": "Created page with \"= Sway =  installa le dipendenze <syntaxhighlight lang='bash'> sudo apt install alacritty light sway swaybg swayimg swaylock waybar wofi fonts-font-awesome </syntaxhighlight>\""
            },
            {
                "logid": 17,
                "ns": 0,
                "title": "Heltecv3",
                "pageid": 6,
                "logpage": 6,
                "revid": 21,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-07T19:05:41Z",
                "comment": "Created page with \"<syntaxhighlight lang='bash'> sudo apt-get update  sudo apt-get install python3 python3-pip pip3 install --upgrade esptool esptool chip_id </syntaxhighlight>  download and unzip https://github.com/meshtastic/firmware/releases  [heltec V3 -> firmware-esp32s3 -> firmware-heltec-v3-]  <syntaxhighlight lang='bash'> ./device-install.sh -f firmware-heltec-ht62-esp32c3-sx1262-x.x.xx.xxxxxxx.bin ./device-update.sh -f firmware-heltec-ht62-esp32c3-sx1262-x.x.xx.xxxxxxx-update.bin...\""
            },
            {
                "logid": 16,
                "ns": 2,
                "title": "User:Admin",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "oldgroups": [
                        "Filosofia",
                        "Tecnologia",
                        "bureaucrat",
                        "interface-admin",
                        "sysop"
                    ],
                    "newgroups": [
                        "Filosofia",
                        "bureaucrat",
                        "interface-admin",
                        "sysop"
                    ],
                    "oldmetadata": [
                        {
                            "group": "Filosofia",
                            "expiry": "infinity"
                        },
                        {
                            "group": "Tecnologia",
                            "expiry": "infinity"
                        },
                        {
                            "group": "bureaucrat",
                            "expiry": "infinity"
                        },
                        {
                            "group": "interface-admin",
                            "expiry": "infinity"
                        },
                        {
                            "group": "sysop",
                            "expiry": "infinity"
                        }
                    ],
                    "newmetadata": [
                        {
                            "group": "Filosofia",
                            "expiry": "infinity"
                        },
                        {
                            "group": "bureaucrat",
                            "expiry": "infinity"
                        },
                        {
                            "group": "interface-admin",
                            "expiry": "infinity"
                        },
                        {
                            "group": "sysop",
                            "expiry": "infinity"
                        }
                    ]
                },
                "type": "rights",
                "action": "rights",
                "user": "Admin",
                "timestamp": "2025-08-07T14:52:14Z",
                "comment": ""
            },
            {
                "logid": 15,
                "ns": 2,
                "title": "User:Admin",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "oldgroups": [
                        "Filosofia",
                        "bureaucrat",
                        "interface-admin",
                        "sysop"
                    ],
                    "newgroups": [
                        "Filosofia",
                        "bureaucrat",
                        "interface-admin",
                        "sysop",
                        "Tecnologia"
                    ],
                    "oldmetadata": [
                        {
                            "group": "Filosofia",
                            "expiry": "infinity"
                        },
                        {
                            "group": "bureaucrat",
                            "expiry": "infinity"
                        },
                        {
                            "group": "interface-admin",
                            "expiry": "infinity"
                        },
                        {
                            "group": "sysop",
                            "expiry": "infinity"
                        }
                    ],
                    "newmetadata": [
                        {
                            "group": "Filosofia",
                            "expiry": "infinity"
                        },
                        {
                            "group": "bureaucrat",
                            "expiry": "infinity"
                        },
                        {
                            "group": "interface-admin",
                            "expiry": "infinity"
                        },
                        {
                            "group": "sysop",
                            "expiry": "infinity"
                        },
                        {
                            "group": "Tecnologia",
                            "expiry": "infinity"
                        }
                    ]
                },
                "type": "rights",
                "action": "rights",
                "user": "Admin",
                "timestamp": "2025-08-07T13:28:03Z",
                "comment": ""
            }
        ]
    }
}