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": "20240711100320|1097",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 1107,
"ns": 8,
"title": "MediaWiki:Timeless.css",
"pageid": 627,
"logpage": 627,
"revid": 2879,
"params": {},
"type": "create",
"action": "create",
"user": "Root",
"timestamp": "2026-03-08T20:26:36Z",
"comment": "Created page with \"/* All CSS here will be loaded for users of the Timeless skin */ /* Catppuccin Dark voor Timeless skin */ @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap'); /* Basis kleuren */ body { background: #1e1e2e; color: #cdd6f4; font-family: \"Fira Code\", monospace; } /* Content achtergrond */ #content { background: #24273a; border: 1px solid #363a4f; border-radius: 8px; padding: 20px; } /* Koppen */ h1, h2, h3 { color...\""
},
{
"logid": 1106,
"ns": 8,
"title": "MediaWiki:Common.css",
"pageid": 626,
"logpage": 626,
"revid": 2853,
"params": {},
"type": "create",
"action": "create",
"user": "Root",
"timestamp": "2026-02-10T19:55:43Z",
"comment": "Created page with \"/* CSS placed here will be applied to all skins */ /* De achtergrond van de gehele pagina aanpassen */ body { background-color: #f8f9fa; } /* De vormgeving van koppen (h1 en h2) aanpassen */ h1, h2 { color: #004a99; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; border-bottom: 2px solid #004a99; } /* De kleur van links wijzigen */ a { color: #007bff; } /* De content-box een witte achtergrond en lichte schaduw geven */ #content {...\""
},
{
"logid": 1105,
"ns": 2,
"title": "User:Root",
"pageid": 0,
"logpage": 0,
"params": {
"oldgroups": [
"bureaucrat",
"sysop"
],
"newgroups": [
"bureaucrat",
"sysop",
"interface-admin"
],
"oldmetadata": [
{
"group": "bureaucrat",
"expiry": "infinity"
},
{
"group": "sysop",
"expiry": "infinity"
}
],
"newmetadata": [
{
"group": "bureaucrat",
"expiry": "infinity"
},
{
"group": "sysop",
"expiry": "infinity"
},
{
"group": "interface-admin",
"expiry": "infinity"
}
]
},
"type": "rights",
"action": "rights",
"user": "Maintenance script",
"timestamp": "2026-02-10T19:54:59Z",
"comment": ""
},
{
"logid": 1104,
"ns": 6,
"title": "File:Revox B215 cassette deck.jpg",
"pageid": 625,
"logpage": 625,
"revid": 2845,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2025-06-21T20:18:42Z",
"comment": ""
},
{
"logid": 1103,
"ns": 6,
"title": "File:Revox B215 cassette deck.jpg",
"pageid": 625,
"logpage": 625,
"revid": 2845,
"params": {
"img_sha1": "rn4nli1bs1vhze1mx1iidmi9ozmjtlt",
"img_timestamp": "2025-06-21T20:18:42Z"
},
"type": "upload",
"action": "upload",
"user": "Pvdm",
"timestamp": "2025-06-21T20:18:42Z",
"comment": ""
},
{
"logid": 1102,
"ns": 0,
"title": "Revox B215",
"pageid": 624,
"logpage": 624,
"revid": 2834,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2025-06-21T19:49:05Z",
"comment": "Created page with \"The Revox B215 is a cassette deck manufactured by Studer from 1985 until around 1990. A professional version with different control layout and audio path electronics was manufactured concurrently as the Studer A721. A later improved version was marketed as the Revox B215S. Because it was expensive compared to other consumer models and had exceptionally good mechanical performance and durability, the B215 was used primarily by professional customers\u2014radio stations, reco...\""
},
{
"logid": 1101,
"ns": 0,
"title": "Exiftool",
"pageid": 623,
"logpage": 623,
"revid": 2830,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2025-06-17T06:45:19Z",
"comment": "Created page with \"To fix the date time on the pixel 6a photo and video files, use for photos: # exiftool '-FileName<DateTimeOriginal' -d '%Y%m%d_%H%M%S%%-c.%%e' *.jpg for video files: # exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4\""
},
{
"logid": 1100,
"ns": 0,
"title": "Rsync root volume to new harddisk",
"pageid": 622,
"logpage": 622,
"revid": 2824,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2025-04-06T14:08:53Z",
"comment": "Created page with \" # rsync -aAXvx --progress --exclude='.snapshots/' / [mountpoint of new harddisk]\""
},
{
"logid": 1099,
"ns": 0,
"title": "Enable wifi after suspend-resume",
"pageid": 621,
"logpage": 621,
"revid": 2818,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2025-01-25T18:41:52Z",
"comment": "Created page with \"=To enable wifi after resume, when it is turned off= Create a systemd service \u201croot-resume.service\u201d in /etc/systemd/system with content: <pre> [Unit] Description=Local system resume actions After=suspend.target [Service] Type=simple ExecStart=/sbin/rfkill toggle wlan [Install] WantedBy=suspend.target </pre> and enable the newly created service: # systemctl enable root-resume.service\""
},
{
"logid": 1098,
"ns": 0,
"title": "Grub2: boot USB from GRUB prompt",
"pageid": 620,
"logpage": 620,
"revid": 2794,
"params": {},
"type": "create",
"action": "create",
"user": "Pvdm",
"timestamp": "2024-07-12T08:08:44Z",
"comment": "Created page with \"When the PC will not boot from USB, you can use GRUB2 to boot from the USB. In the GRUB menu: Press 'c' to go the GRUB prompt grub> ls (hd0) (hd0,msdos1) ... grub> set root=hd0,msdos1 grub> chainloader /efi/boot/bootx64.efi grub> boot The USB boot menu will appear.\""
}
]
}
}