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": "20240209013459|3415",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 3425,
                "ns": 0,
                "title": "Vim-cheatsheet",
                "pageid": 892,
                "logpage": 892,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-05-05T00:08:01Z",
                "comment": "Created page with \"===Markers===  <pre> :ma     set current position for mark A `a      jump to position of mark A  :marks  show list of marks  </pre>\""
            },
            {
                "logid": 3424,
                "ns": 0,
                "title": "Csv-iteration",
                "pageid": 891,
                "logpage": 891,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-25T05:10:39Z",
                "comment": "Created page with \"  <pre> #!/bin/sh  # process a comma-separated list of values  ITEMLIST=\"apples,pears\" ITEMCOUNT=1 STATUS=0   while true do   ARGCNT=\"$\"   ARGCNT=$ARGCNT$ITEMCOUNT    ITEMNAME=`echo $ITEMLIST | awk -F \\, \"{print $ARGCNT}\"`    if test -z \"$ITEMNAME\"   then     ITEMCOUNT=$((ITEMCOUNT - 1))     break   else     # item name found, do something with it     echo \"Item $ITEMCOUNT = $ITEMNAME\"      ITEMCOUNT=$((ITEMCOUNT + 1))   fi done </pre>\""
            },
            {
                "logid": 3423,
                "ns": 0,
                "title": "Bash-examples",
                "pageid": 890,
                "logpage": 890,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-25T05:10:10Z",
                "comment": "Created page with \"Collection of somewhat useful scrips I found that do things in bash.  [[csv-iteration]]\""
            },
            {
                "logid": 3422,
                "ns": 6,
                "title": "File:What are the chances.jpg",
                "pageid": 889,
                "logpage": 889,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-24T07:11:12Z",
                "comment": ""
            },
            {
                "logid": 3421,
                "ns": 6,
                "title": "File:What are the chances.jpg",
                "pageid": 889,
                "logpage": 889,
                "params": {
                    "img_sha1": "dluvdsqe09uecg5csaw53axvyabgmwq",
                    "img_timestamp": "2024-02-24T07:11:12Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Admin",
                "timestamp": "2024-02-24T07:11:12Z",
                "comment": ""
            },
            {
                "logid": 3420,
                "ns": 0,
                "title": "What are the chances",
                "pageid": 888,
                "logpage": 888,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-24T07:07:04Z",
                "comment": "Created page with \"Infographic: What are the chances\""
            },
            {
                "logid": 3419,
                "ns": 0,
                "title": "Setting global variables",
                "pageid": 887,
                "logpage": 887,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-13T22:44:49Z",
                "comment": "Created page with \"   ===Global User Name=== Get the current global user name: <pre> git config --global user.name \"Mona Lisa\" </pre>   Set the current global user name: <pre> git config --global user.name \"Mona Lisa\" </pre>\""
            },
            {
                "logid": 3418,
                "ns": 0,
                "title": "Branches",
                "pageid": 886,
                "logpage": 886,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-09T01:45:29Z",
                "comment": "Created page with \" Git branch model:\""
            },
            {
                "logid": 3417,
                "ns": 0,
                "title": "Bash git-prompt",
                "pageid": 885,
                "logpage": 885,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-09T01:42:27Z",
                "comment": "Created page with \" ---automatically change the prompt when you're in a git directory---  <pre>       ---[~/.bashrc]---    # uncomment these 5 lines to automatically show a different PS1 prompt when you enter a git directory    GIT_PS1_SHOWDIRTYSTATE=1    GIT_PS1_SHOWUNTRACKEDFILES=1    GIT_PS1_SHOWCOLORHINTS=true    PROMPT_COMMAND='__git_ps1 \"\\u@\\h:\\w\" \"\\\\\\$ \"'    source /usr/lib/git-core/git-sh-prompt    ---[]---     </pre>\""
            },
            {
                "logid": 3416,
                "ns": 0,
                "title": "Setting aliases",
                "pageid": 884,
                "logpage": 884,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2024-02-09T01:36:47Z",
                "comment": "Created page with \"  <pre> creating an alias will probably save you a lot of time typing in long commands  to create an alias either create one from the commandline or edit ~/.gitconfig  on the commandline:      git config --global alias.hist 'log --graph --all --oneline'     NOTE: omitting '--global' will only set this alias for this repository   editing the config file:  --- [alias]         hist = log --pretty=format:\\\"%h %ad | %s%d [%an]\\\" --graph --all --oneline --date=short  ---   or...\""
            }
        ]
    }
}