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": "",
    "query": {
        "logevents": [
            {
                "logid": 7,
                "ns": 0,
                "title": "How to setup redis on a Linux vps",
                "pageid": 6,
                "logpage": 6,
                "revid": 16,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "21spy",
                "timestamp": "2025-03-14T09:43:10Z",
                "comment": "Created page with \"To set up Redis on a Linux VPS, follow these steps:  1. Update your system packages:    ```    sudo apt update    ```  2. Install Redis:    ```    sudo apt install redis    ```  3. Verify the installation:    ```    redis-cli --version    ```  4. Check Redis service status:    ```    sudo systemctl status redis    ```  5. If not running, start Redis:    ```    sudo systemctl start redis    ```  6. Enable Redis to start on boot:    ```    sudo systemctl enable redis    ``...\""
            },
            {
                "logid": 6,
                "ns": 0,
                "title": "SSL Certifiates",
                "pageid": 5,
                "logpage": 4,
                "revid": 12,
                "params": {
                    "target_ns": 0,
                    "target_title": "SSL Certificates"
                },
                "type": "move",
                "action": "move",
                "user": "21spy",
                "timestamp": "2025-03-14T09:11:34Z",
                "comment": ""
            },
            {
                "logid": 5,
                "ns": 0,
                "title": "SSL Certifiates",
                "pageid": 5,
                "logpage": 4,
                "revid": 9,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "101.53.218.192",
                "anon": "",
                "timestamp": "2025-03-14T08:17:45Z",
                "comment": "Created page with \"## Step-by-Step Guide to Using SSL Certificates on Linux and Windows  ### **Linux**  #### 1. Creating a Self-Signed SSL Certificate    - Open your VPS console and log in using SSH.    - Generate a private key:      ```bash      openssl genrsa -des3 -out self-ssl.key 2048      ```    - Create a Certificate Signing Request (CSR):      ```bash      openssl req -new -key self-ssl.key -out self-ssl.csr      ```    - Generate the SSL certificate:      ```bash      openssl x509...\""
            },
            {
                "logid": 4,
                "ns": 0,
                "title": "Securing Moodle on Linux",
                "pageid": 3,
                "logpage": 3,
                "revid": 8,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "21spy",
                "timestamp": "2025-03-13T08:15:41Z",
                "comment": "Created page with \"These steps are essential for a production server containing student passwords and data.  == https encryption == === Certbot and virtual host ===  === File permissions ==== * Reset the permissions on /var/www/html/moodle directories to read, write and execute for the webserver, read and execute for group and others * Reset the permissions on /var/www/html/moodle files to read, write for the webserver, read only for group and other == Secure database and set the root ==...\""
            },
            {
                "logid": 3,
                "ns": 0,
                "title": "Ubuntu",
                "pageid": 2,
                "logpage": 2,
                "revid": 2,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Jimmy",
                "timestamp": "2025-03-12T10:21:40Z",
                "comment": "Created blank page"
            },
            {
                "logid": 2,
                "ns": 2,
                "title": "User:Jimmy",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 3
                },
                "type": "newusers",
                "action": "create",
                "user": "Jimmy",
                "timestamp": "2025-03-12T10:20:47Z",
                "comment": ""
            },
            {
                "logid": 1,
                "ns": 0,
                "title": "Main Page",
                "pageid": 1,
                "logpage": 1,
                "revid": 1,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "MediaWiki default",
                "timestamp": "2025-03-12T06:16:56Z",
                "comment": ""
            }
        ]
    }
}