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": "20200206115443|53",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 63,
                "ns": 0,
                "title": "Putting Green Notes",
                "pageid": 55,
                "logpage": 55,
                "revid": 124,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2025-02-25T12:02:15Z",
                "comment": "Created page with \"Fertilome 2/3 oz per gallon to cover 250 sq ft  regular application 3/4 to 1.5 oz per gallon\""
            },
            {
                "logid": 62,
                "ns": 0,
                "title": "GoPro Lens Correction Parameters Using Imagemagick",
                "pageid": 54,
                "logpage": 54,
                "revid": 123,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2025-02-17T14:24:30Z",
                "comment": "Created page with \"  <lens>     <maker>GoPro</maker>     <model>GoPro Hero3+ black &amp; compatibles</model>     <model lang=\"en\">fixed lens</model>     <model lang=\"de\">festes Objektiv</model>     <mount>goProHero3+</mount>     <cropfactor>5.42</cropfactor>     <aspect-ratio>4:3</aspect-ratio>     <calibration>         <distortion model=\"ptlens\" focal=\"15\" a=\"0.01049\" b=\"0.01663\" c=\"-0.40901\"/>     </calibration> </lens>    magick .\\gopro-image.jpg -distort barrel \"0.01049 0.01663 -0.4090...\""
            },
            {
                "logid": 61,
                "ns": 0,
                "title": "Mounting a Corrupted or Failing Hard Drive in Ubuntu",
                "pageid": 53,
                "logpage": 53,
                "revid": 111,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2022-02-14T19:28:11Z",
                "comment": "Created page with \" # mount -o ro,norecovery -t vfs /dev/sda1 /mnt   # mount -o ro,norecovery -t auto /dev/sda1 /mnt\""
            },
            {
                "logid": 60,
                "ns": 0,
                "title": "PostgreSQL notes",
                "pageid": 52,
                "logpage": 52,
                "revid": 110,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2022-01-11T11:45:53Z",
                "comment": "Created page with \"Linux - change to postgres user in command line interface    # sudo su - postgres  Backup database    # pg_dump db_name > file_name  Restore pg_dump file    # psql db_name < f...\""
            },
            {
                "logid": 59,
                "ns": 0,
                "title": "Estimating Sample Size - Powertail",
                "pageid": 51,
                "logpage": 51,
                "revid": 109,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2021-03-31T09:51:32Z",
                "comment": "Created page with \"===Probabilistic statement=== Let ''X'' (integrable) be a [[random variable]] with finite [[expected value]] ''\u03bc'' and finite non-zero [[variance]] ''\u03c3''<sup>2</sup>. Then f...\""
            },
            {
                "logid": 58,
                "ns": 0,
                "title": "Raspberry Pi - Pi Sensor Client Project",
                "pageid": 50,
                "logpage": 50,
                "revid": 105,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2020-08-09T12:22:11Z",
                "comment": "Created page with \" pi-sensor-client.py  <syntaxhighlight lang=\"python\" line='line'> import os import glob import datetime import requests import time import sqlite3 from sqlite3 import Error  o...\""
            },
            {
                "logid": 57,
                "ns": 0,
                "title": "Linux How to Check Operating System (O/S) Version",
                "pageid": 49,
                "logpage": 49,
                "revid": 101,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2020-07-18T12:02:31Z",
                "comment": "Created page with \"Type any one of the following command to find os name and version in Linux:  cat /etc/os-release  lsb_release -a  hostnamectl  Type the following command to find Linux kernel...\""
            },
            {
                "logid": 56,
                "ns": 0,
                "title": "Linux How to Image a SD Card or Hard Drive",
                "pageid": 48,
                "logpage": 48,
                "revid": 100,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2020-07-18T11:34:45Z",
                "comment": "Created page with \"Using the Linux dd command to create and restore device images  Find the source device location with either the 'mount' or 'fdisk -l' command. Note the name of the source. Her...\""
            },
            {
                "logid": 55,
                "ns": 0,
                "title": "Raspberry Pi - Upgrading to Python 3.6",
                "pageid": 47,
                "logpage": 47,
                "revid": 90,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2020-03-21T17:39:15Z",
                "comment": "Created page with \"  $ wget https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz  $ tar xzvf Python-3.6.9.tgz  $ cd Python-3.6.9/  $ ./configure && make && sudo make install  It will take a...\""
            },
            {
                "logid": 54,
                "ns": 0,
                "title": "How To Find My Public IP Address",
                "pageid": 46,
                "logpage": 46,
                "revid": 87,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Stevet",
                "timestamp": "2020-02-24T14:46:37Z",
                "comment": "Created page with \"Use dig command for determining my public IP address:  ig +short myip.opendns.com @resolver1.opendns.com  Store my IP address in a shell variable with the following syntax:  m...\""
            }
        ]
    }
}