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": "20260420075454|148",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 158,
                "ns": 0,
                "title": "PromptCode",
                "pageid": 106,
                "logpage": 106,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T14:25:45Z",
                "comment": "Created page with \"{{PromptCode Instructions}}\""
            },
            {
                "logid": 157,
                "ns": 0,
                "title": "PromptCode/6",
                "pageid": 105,
                "logpage": 105,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T14:24:38Z",
                "comment": "Created page with \"{{PromptCode Instruction}}  <pre> def sc(lst, t, lo=0, hi=None):     if hi is None:         hi = len(lst) - 1     if lo > hi:         return -1     mid = (lo + hi) // 2     if...\""
            },
            {
                "logid": 156,
                "ns": 0,
                "title": "PromptCode/5",
                "pageid": 104,
                "logpage": 104,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T14:23:57Z",
                "comment": "Created page with \"{{PromptCode Instruction}}  <pre> def tr(n, memo={}):     if n in memo:         return memo[n]     if n <= 2:         return n     memo[n] = tr(n-1, memo) + tr(n-2, memo) + tr...\""
            },
            {
                "logid": 155,
                "ns": 10,
                "title": "Template:PromptCode Instruction",
                "pageid": 103,
                "logpage": 103,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T08:57:57Z",
                "comment": "Created page with \"'''PromptCode challenge:'''  * Given the following code, use an LLM to generate a snippet of code that will function the same. * You can't cheat, which are basically: ** Feed...\""
            },
            {
                "logid": 154,
                "ns": 8,
                "title": "MediaWiki:Common.css",
                "pageid": 102,
                "logpage": 102,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T08:43:08Z",
                "comment": "Created page with \"/* CSS placed here will be applied to all skins */  .censored:hover {   color: inherit;   background-color: inherit !important; }  .censored:hover {   background-color: inheri...\""
            },
            {
                "logid": 153,
                "ns": 10,
                "title": "Template:Censored",
                "pageid": 101,
                "logpage": 101,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-21T08:40:50Z",
                "comment": "Created page with \"<span class=\"censored\">{{{1|}}}</span>  <noinclude> {{C|\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u0e0b\u0e36\u0e48\u0e07\u0e43\u0e19\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19 \u0e01\u0e32...\""
            },
            {
                "logid": 152,
                "ns": 0,
                "title": "PromptCode/4",
                "pageid": 100,
                "logpage": 100,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-20T09:33:06Z",
                "comment": "Created page with \"'''PromptCode challenge:'''  * Given the following code, use an LLM to generate a snippet of code that will function the same. * You can't cheat, which are basically: ** Feed...\""
            },
            {
                "logid": 151,
                "ns": 0,
                "title": "PromptCode/3a",
                "pageid": 99,
                "logpage": 99,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-20T08:25:05Z",
                "comment": "Created page with \"def f(pairs):     result = {}     for key, value in pairs:         if key not in result:             result[key] = value     return result\""
            },
            {
                "logid": 150,
                "ns": 0,
                "title": "PromptCode/3",
                "pageid": 98,
                "logpage": 98,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-20T08:24:41Z",
                "comment": "Created page with \"<pre> def f(pairs):     return dict(reversed(pairs)) </pre>\""
            },
            {
                "logid": 149,
                "ns": 0,
                "title": "PromptCode/2",
                "pageid": 97,
                "logpage": 97,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Srakrn",
                "timestamp": "2026-04-20T07:58:43Z",
                "comment": "Created page with \"<pre> def f(numbers):     unique = sorted(set(numbers), reverse=True)     return unique[1] if len(unique) >= 2 else None </pre>\""
            }
        ]
    }
}