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": "20250813131857|26",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 36,
                "ns": 0,
                "title": "Coding guidelines",
                "pageid": 26,
                "logpage": 26,
                "revid": 211,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2026-01-05T15:55:33Z",
                "comment": "Created page with \"== Parameters == Parameters will be divided into 3 broad categories, parentProps, required parameters and optional parameters.  When creating a class, the constructor will generally have 2 parameters: parentProps and an object called 'params' containing the rest of them. Some classes may not need parentProps, or a params object, or either of them; in those cases they are not added, which means some specific classes may instead have 1 or 0 parameters.  Required parameters...\""
            },
            {
                "logid": 35,
                "ns": 0,
                "title": "Launch.json code",
                "pageid": 25,
                "logpage": 25,
                "revid": 208,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2026-01-05T13:23:40Z",
                "comment": "Created page with \"{    \"version\": \"0.2.0\",    \"configurations\": [        /* --- Server (Node.js) --- */        {            \"name\": \"Server: Node (inspect)\",            \"type\": \"pwa-node\",            \"request\": \"launch\",            \"program\": \"${workspaceFolder}/api/src/webServer/webserver.js\",            \"cwd\": \"${workspaceFolder}/api/src/webServer\",            \"runtimeArgs\": [                \"--inspect=9229\"            ],            \"env\": {                \"NODE_ENV\": \"development\"...\""
            },
            {
                "logid": 34,
                "ns": 0,
                "title": "Usual Workflow",
                "pageid": 24,
                "logpage": 24,
                "revid": 200,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:59:39Z",
                "comment": "Created page with \"Every feature, bug, improvement, and hotfix will be developed on a specific feature branch with an associated Pull Request(PR). Usually each issue will have only 1 PR, but may have more.  == Working on a previously defined issue == To work on an issue that has already been defined, you will only need the issue number.  In the terminal, run: ''startFromIssue <branch_name> <issue_number> <(OPTIONAL) PR_title> <(OPTIONAL) PR_description>''  A title for the PR is only needed...\""
            },
            {
                "logid": 33,
                "ns": 0,
                "title": "Bash aliases code",
                "pageid": 23,
                "logpage": 23,
                "revid": 196,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:19:51Z",
                "comment": "Created page with \" alias edit=\"code ~/.bash_aliases\"   function mergeFrom() {     currentBranch=$(git rev-parse --abbrev-ref HEAD)     git checkout \"${1:-Development}\"     git pull     git checkout \"${2:-$currentBranch}\"     git merge \"${1:-Development}\"  }   function commitAndPush(){         git add . && git commit -a -m \"$1\" && git push  }   export GITEA_TOKEN=<get token in gitea>    # ====== MINIMAL GITEA HELPERS (env-driven, non-interactive) ======    export DEFAULT_BASE_BRANCH=\"${DEF...\""
            },
            {
                "logid": 32,
                "ns": 0,
                "title": "Tasks.json code",
                "pageid": 22,
                "logpage": 22,
                "revid": 193,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:11:33Z",
                "comment": "Created page with \" {     \"version\": \"2.0.0\",     \"tasks\": [         {             \"label\": \"browser-sync\",             \"type\": \"shell\",             \"command\": \"npx\",             \"args\": [                 \"browser-sync\",                 \"start\",                 \"--proxy\",                 \"http://localhost:1338\",                 \"--ws\",                 \"--serveStatic\",                 \"${workspaceFolder}/api/src/webServer/ui\",                 \"--files\",                 \"${workspaceFolder}/a...\""
            },
            {
                "logid": 31,
                "ns": 0,
                "title": "Setup.json code",
                "pageid": 21,
                "logpage": 21,
                "revid": 192,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:09:46Z",
                "comment": "Created page with \" {     \"version\": \"0.2.0\",     \"configurations\": [         /* --- Server (Node.js) --- */         {             \"name\": \"Server: Node (inspect)\",             \"type\": \"pwa-node\",             \"request\": \"launch\",             \"program\": \"${workspaceFolder}/api/src/webServer/webserver.js\",             \"cwd\": \"${workspaceFolder}/api/src/webServer\",             \"runtimeArgs\": [                 \"--inspect=9229\"             ],             \"env\": {                 \"NODE_ENV\": \"de...\""
            },
            {
                "logid": 30,
                "ns": 0,
                "title": "Global user settings json",
                "pageid": 20,
                "logpage": 20,
                "revid": 191,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:08:28Z",
                "comment": "Created page with \" {     \"editor.detectIndentation\": false,     \"editor.insertSpaces\": false,     \"editor.formatOnSave\": true,     \"javascript.format.semicolons\": \"insert\",     \"javascript.preferences.quoteStyle\": \"single\",     \"javascript.preferences.importModuleSpecifierEnding\": \"js\",     \"editor.codeActionsOnSave\": {         \"source.organizeImports\": \"always\",         \"source.addMissingImports.ts\": \"always\"     }  }\""
            },
            {
                "logid": 29,
                "ns": 0,
                "title": "Setup Steps",
                "pageid": 19,
                "logpage": 19,
                "revid": 190,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-12-15T20:05:46Z",
                "comment": "Setup steps for Ksitropy development workstation"
            },
            {
                "logid": 28,
                "ns": 2,
                "title": "User:RoqueDJ",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 10
                },
                "type": "newusers",
                "action": "create",
                "user": "RoqueDJ",
                "timestamp": "2025-10-12T20:48:50Z",
                "comment": ""
            },
            {
                "logid": 27,
                "ns": 0,
                "title": "Pull Requests Workflow",
                "pageid": 18,
                "logpage": 18,
                "revid": 186,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mgm-seedbury",
                "timestamp": "2025-08-13T15:12:07Z",
                "comment": "Added Pull Requests Workflow Page"
            }
        ]
    }
}