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": "20240704021404|432",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 442,
                "ns": 0,
                "title": "Woodshop Class - Holiday Tree",
                "pageid": 310,
                "logpage": 310,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Dan",
                "timestamp": "2024-11-16T20:40:56Z",
                "comment": "Created page with \"[[Category:Woodshop]][[Category:Woodshop Class]] ==Description== Combine wood and glasswork in this seasonal decoration! Participants will split the day between the woodshop a...\""
            },
            {
                "logid": 441,
                "ns": 6,
                "title": "File:WS Class Holiday Tree Handout.pdf",
                "pageid": 309,
                "logpage": 309,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Dan",
                "timestamp": "2024-11-16T20:39:46Z",
                "comment": "Handout for Woodshop holiday tree class"
            },
            {
                "logid": 440,
                "ns": 6,
                "title": "File:WS Class Holiday Tree Handout.pdf",
                "pageid": 309,
                "logpage": 309,
                "params": {
                    "img_sha1": "5ihcvsc9re6i6qgan7ht35l7qrh9lea",
                    "img_timestamp": "2024-11-16T20:39:46Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Dan",
                "timestamp": "2024-11-16T20:39:46Z",
                "comment": "Handout for Woodshop holiday tree class"
            },
            {
                "logid": 439,
                "ns": 6,
                "title": "File:WS Class SparkHolidayTreeTemplate.pdf",
                "pageid": 308,
                "logpage": 308,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Dan",
                "timestamp": "2024-11-16T20:39:08Z",
                "comment": "Template for Woodshop Holiday Tree class"
            },
            {
                "logid": 438,
                "ns": 6,
                "title": "File:WS Class SparkHolidayTreeTemplate.pdf",
                "pageid": 308,
                "logpage": 308,
                "params": {
                    "img_sha1": "epgni9jd7t0ch3g9lf8105dg7mn3lqo",
                    "img_timestamp": "2024-11-16T20:39:08Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Dan",
                "timestamp": "2024-11-16T20:39:08Z",
                "comment": "Template for Woodshop Holiday Tree class"
            },
            {
                "logid": 437,
                "ns": 6,
                "title": "File:WS General Rules.pdf",
                "pageid": 158,
                "logpage": 158,
                "params": {
                    "img_sha1": "ge26lbjqpnq9d6pm04rqj2jfp3f1e09",
                    "img_timestamp": "2024-08-04T16:55:36Z"
                },
                "type": "upload",
                "action": "overwrite",
                "user": "Dan",
                "timestamp": "2024-08-04T16:55:36Z",
                "comment": "Corrected file information"
            },
            {
                "logid": 436,
                "ns": 6,
                "title": "File:WS General Rules.pdf",
                "pageid": 158,
                "logpage": 158,
                "params": {
                    "img_sha1": "adlj0irvr0him02an4syryl0k3konz3",
                    "img_timestamp": "2024-08-04T16:51:17Z"
                },
                "type": "upload",
                "action": "overwrite",
                "user": "Dan",
                "timestamp": "2024-08-04T16:51:17Z",
                "comment": "Upload 8/4/24 to incorporate changes to safety policies (buddy system) and recovery of access to shop after safety violations."
            },
            {
                "logid": 435,
                "ns": 0,
                "title": "Variables",
                "pageid": 0,
                "logpage": 172,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Drew",
                "timestamp": "2024-07-04T02:16:00Z",
                "comment": "content was: \"<span id=\"variables\"></span> = 2. Variables =  <span id=\"summary\"></span> == Summary ==  Ok so now you can do simple calculations in Python, but what if you want to store and recall information? Well\u2026.  <span id=\"what-is-a-variable\"></span> == What is a Variable? ==  A variable is used to store information that can be referenced later  <span id=\"declaring-a-python-variable\"></s...\", and the only contributor was \"[[Special:Contributions/Jjfs85|Jjfs85]]\" ([[User talk:Jjfs85|talk]])"
            },
            {
                "logid": 434,
                "ns": 0,
                "title": "Union St",
                "pageid": 0,
                "logpage": 39,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Drew",
                "timestamp": "2024-07-04T02:14:51Z",
                "comment": "content was: \"7 Union Street, Spark's ''forever home'', is currently under renovation. Spark moved its administrative office (starring Casey) to 13 Union St. in May 2021. Spark's mailing address is now '7 Union St, New London, CT 06320'.  With major construction mostly completed, Spark's workstations are finishing up their buildouts and expect to reopen in November 2021, with a grand reopening somet...\", and the only contributor was \"[[Special:Contributions/Drew|Drew]]\" ([[User talk:Drew|talk]])"
            },
            {
                "logid": 433,
                "ns": 0,
                "title": "Strings",
                "pageid": 0,
                "logpage": 173,
                "params": {},
                "type": "delete",
                "action": "delete",
                "user": "Drew",
                "timestamp": "2024-07-04T02:14:39Z",
                "comment": "content was: \"<span id=\"strings\"></span> = 3. Strings =  <span id=\"summary\"></span> == Summary ==  It\u2019s text time! A string is a datatype that holds characters and text.  <syntaxhighlight lang=\"python\">>>> \"Hello, World!\" 'Hello, World!'</syntaxhighlight> Quotes tell Python that the text inside is a string.  <span id=\"operations-with-strings\"></span> == Operations with Strings ==  Weirdly, y...\", and the only contributor was \"[[Special:Contributions/Jjfs85|Jjfs85]]\" ([[User talk:Jjfs85|talk]])"
            }
        ]
    }
}