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": "20250603000628|212",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 222,
                "ns": 0,
                "title": "Cookies CompleteNoobs Info",
                "pageid": 181,
                "logpage": 181,
                "revid": 589,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-24T14:59:45Z",
                "comment": "Created page with \"=Privacy and Cookie Information=  This page explains how we collect and use information when you visit our wiki.  ==What Information We Collect==  ===Essential Wiki Functions=== * '''Page Views''': Tracked via the HitCounters extension to identify popular content. * '''Session Data''': Temporary data to maintain your browsing session. * '''Server Logs''': Apache logs collect basic access information, including IP addresses, browser type, and timestamps.  ===Visitor Stati...\""
            },
            {
                "logid": 221,
                "ns": 0,
                "title": "Ubuntu Mediawiki Tracking Visitors",
                "pageid": 180,
                "logpage": 180,
                "revid": 588,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-24T14:57:12Z",
                "comment": "Created page with \" Options to See If Anyone is visiting your Wiki  ==HitCounters==  As easy as installing an extension: https://www.mediawiki.org/wiki/Extension:HitCounters  * Move to your wiki's extensions directory <code>cd /var/www/html/mediawiki/extensions</code> * Download the extension from GIT <code>git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/HitCounters</code> * Enable it in LocalSettings.php by adding the line: <pre> wfLoadExtension( 'HitCounters' ); </pre> * Ru...\""
            },
            {
                "logid": 220,
                "ns": 0,
                "title": "SET EDITOR",
                "pageid": 179,
                "logpage": 179,
                "revid": 585,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-23T12:41:54Z",
                "comment": "Created page with \"<div class=\"toccolours mw-collapsible mw-collapsed\"> Set CLi Text <code>$EDITOR</code> - Quick Guide <div class=\"mw-collapsible-content\"> <b>FIND WHICH SHELL YOU ARE USING</b><br> * This command will tell you your current shell. <code>echo $SHELL</code> <br> <b>SH SHELL</b> * Check if '''EDITOR''' is already set: <code>echo $EDITOR</code> * Set the environment variable: <code>set EDITOR=nano</code> * Unset the variable: <code>unset EDITOR</code> <br> <b>BASH SHELL</b> *...\""
            },
            {
                "logid": 219,
                "ns": 0,
                "title": "Fetch Posts From HIVE Blockchain",
                "pageid": 178,
                "logpage": 178,
                "revid": 570,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-16T05:13:13Z",
                "comment": "Created page with \"* Fetching a syntax_wiki post from HIVE  ==Container Setup==  * create container <code>lxc launch ubuntu:24.04 hive</code> * Login to container <code>lxc exec hive bash</code> * switch to user ubuntu <code>su - ubuntu</code>  ===Update System and Install Dependencies=== * Update package lists <code>sudo apt update && sudo apt upgrade -y</code>  * Install essential packages <code>sudo apt install -y python3 python3-pip python3-venv git build-essential</code>  * Install de...\""
            },
            {
                "logid": 218,
                "ns": 0,
                "title": "Editing Find Hive Users Memo Key and Send Encrypted Message",
                "pageid": 177,
                "logpage": 177,
                "revid": 566,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-16T03:35:35Z",
                "comment": "Created page with \"=Intro=  Learning about hive by tinkering   * Find The Memo Public Key from username * Encrypt a Message so only the private key holder of that public key can decrypt  ==Creating Container== * Creating a Container so we know reproducable (depends installed ... etc)  * create container <code>lxc launch ubuntu:24.04 keys</code> * Login to container <code>lxc exec keys bash</code> * switch to user ubuntu <code>su - ubuntu</code>  ==Update Container and Install Dependencies=...\""
            },
            {
                "logid": 217,
                "ns": 3,
                "title": "User talk:NobleMage",
                "pageid": 176,
                "logpage": 176,
                "revid": 559,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Noob",
                "timestamp": "2025-06-03T22:23:52Z",
                "comment": "Welcome!"
            },
            {
                "logid": 216,
                "ns": 2,
                "title": "User:NobleMage",
                "pageid": 175,
                "logpage": 175,
                "revid": 558,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Noob",
                "timestamp": "2025-06-03T22:23:52Z",
                "comment": "Creating user page for new user."
            },
            {
                "logid": 215,
                "ns": 2,
                "title": "User:NobleMage",
                "pageid": 175,
                "logpage": 0,
                "params": {
                    "userid": 17
                },
                "type": "newusers",
                "action": "byemail",
                "user": "Noob",
                "timestamp": "2025-06-03T22:23:52Z",
                "comment": ""
            },
            {
                "logid": 214,
                "ns": 0,
                "title": "SCP Basics",
                "pageid": 174,
                "logpage": 174,
                "revid": 557,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-03T22:11:44Z",
                "comment": "Created page with \"==Transferring files with SCP==  The Secure Copy Protocol (SCP) is a useful tool for transferring files between your local machine and a remote server using SSH. SCP ensures that the data is encrypted during transit, providing a secure and efficient way to transfer files.  ===Install an SCP client===   Most Unix-based systems, including Linux and macOS, have an SCP client pre-installed. For Windows, you can use the built-in SCP client included with the OpenSSH package (a...\""
            },
            {
                "logid": 213,
                "ns": 0,
                "title": "Ubuntu 24.04 xmlstarlet xml to text converter extractor",
                "pageid": 173,
                "logpage": 173,
                "revid": 556,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-06-03T11:29:37Z",
                "comment": "Created page with \" ==Install xmlstarlet - An XML Parser ==  <code>sudo apt install xmlstarlet</code>   ===Extract Text - ignoring tags===  * Assuming your file is input.xml, extract text content (ignoring tags): <code>xmlstarlet sel -t -v \"//text()\" input.xml > output.txt</code>  ===Extract TAG Content=== * If the XML has specific elements you want (e.g., <content> tags), refine the query: <code>xmlstarlet sel -t -v \"//content\" input.xml > output.txt</code><br> Replace '''content''' with...\""
            }
        ]
    }
}