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": "20250204180906|100",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 110,
                "ns": 0,
                "title": "Wx 3.007, Alien::wxWidgets 0.71, Strawberry Perl 5.40.2.1",
                "pageid": 65,
                "logpage": 64,
                "revid": 296,
                "params": {
                    "target_ns": 0,
                    "target_title": "Wx 3.008, Alien::wxWidgets 0.71, Strawberry Perl 5.40.2.1"
                },
                "type": "move",
                "action": "move",
                "user": "Admin",
                "timestamp": "2025-08-29T13:39:53Z",
                "comment": "minor Wx update since starting this page"
            },
            {
                "logid": 109,
                "ns": 0,
                "title": "Wx 3.007, Alien::wxWidgets 0.71, Strawberry Perl 5.40.2.1",
                "pageid": 65,
                "logpage": 64,
                "revid": 295,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-29T13:38:45Z",
                "comment": "Created page with \"=== Step 1 - Install Strawberry Perl (5.40.2.1) === Install via following link,  <big>https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54021_64bit_UCRT/strawberry-perl-5.40.2.1-64bit.msi</big>  ==== Installing Strawberry Perl (5.40.2.1) + PDL (2.089) ==== Note: there might be interest in providing a Windows wxPerl environment that includes the Perl Data Language. See [https://wiki.perl-guilds.net/Portal:SciTech notes on creating a Perl environm...\""
            },
            {
                "logid": 108,
                "ns": 0,
                "title": "Wx 3.005, Alien::wxWidgets 0.70, Strawberry Perl 5.40.0.1",
                "pageid": 63,
                "logpage": 63,
                "revid": 292,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-08-05T21:11:01Z",
                "comment": "Created page with \"=== Step 1 - Install Strawberry Perl (5.40.0.1) === Install via following link,  <big>https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54001_64bit_UCRT/strawberry-perl-5.40.0.1-64bit.msi</big>  ==== Installing Strawberry Perl (5.40.0.1) + PDL (2.089) ==== Note: there might be interest in providing a Windows wxPerl environment that includes the Perl Data Language. See [https://wiki.perl-guilds.net/Portal:SciTech notes on creating a Perl environm...\""
            },
            {
                "logid": 107,
                "ns": 2,
                "title": "User:Karjala",
                "pageid": 0,
                "logpage": 0,
                "params": {
                    "userid": 4
                },
                "type": "newusers",
                "action": "byemail",
                "user": "Admin",
                "timestamp": "2025-06-09T18:47:20Z",
                "comment": ""
            },
            {
                "logid": 106,
                "ns": 0,
                "title": "Portal:SciTech",
                "pageid": 62,
                "logpage": 62,
                "revid": 272,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-03-10T05:30:25Z",
                "comment": "Created page with \"== Introduction == This page outlines various science related environments and libraries that are available to Perl programmers. It is by no means exhaustive. In addition to this page, there are are the portals for [[Portal:Perl+OpenMP|Perl+OpenMP]] and the one for [[Portal:Concurrency|Concurrency]] in Perl.\""
            },
            {
                "logid": 105,
                "ns": 6,
                "title": "File:Wxperl-workflow.png",
                "pageid": 61,
                "logpage": 61,
                "revid": 268,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-02-27T05:12:34Z",
                "comment": "Example layout with Strawberry Perl for running the application and Makefile, vim under MSYS2 for more streamlined workflow. wxGlade is under there, too; when there is a change to the GUI, the project is saved and code generated using \"ctrl-g\". vim is used to edit the code and will update whenever wxGlade updates it, if you do it right your custom code won't get clobbered."
            },
            {
                "logid": 104,
                "ns": 6,
                "title": "File:Wxperl-workflow.png",
                "pageid": 61,
                "logpage": 61,
                "revid": 268,
                "params": {
                    "img_sha1": "0iecqvdk2dwpmoby5e2q1mrt57wth0i",
                    "img_timestamp": "2025-02-27T05:12:34Z"
                },
                "type": "upload",
                "action": "upload",
                "user": "Admin",
                "timestamp": "2025-02-27T05:12:34Z",
                "comment": "Example layout with Strawberry Perl for running the application and Makefile, vim under MSYS2 for more streamlined workflow. wxGlade is under there, too; when there is a change to the GUI, the project is saved and code generated using \"ctrl-g\". vim is used to edit the code and will update whenever wxGlade updates it, if you do it right your custom code won't get clobbered."
            },
            {
                "logid": 103,
                "ns": 0,
                "title": "Developing and Distributing wxPerl Applications on Linux",
                "pageid": 60,
                "logpage": 60,
                "revid": 257,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-02-24T18:43:44Z",
                "comment": "Created page with \"== Install wxPerl on Debian and Run wx::Demo ==  This guide explains how to install **wxPerl** on **Debian** using the package available in the APT repository, install `Wx::Demo`, and run the demo.  === Step 1: Update and Install wxPerl === Open a terminal and run the following command:   sudo apt update  sudo apt install -y libwx-perl  This installs **wxPerl** and all necessary dependencies.  === Step 2: Install cpanminus (cpanm) === `cpanm` (CPAN Minus) is required to...\""
            },
            {
                "logid": 102,
                "ns": 0,
                "title": "Portal:Perl for Profit",
                "pageid": 59,
                "logpage": 59,
                "revid": 246,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-02-04T19:09:24Z",
                "comment": "Created page with \"== Introduction == Making money is not a bad thing. We are not a bunch of insane Communists, though Perl has its share of them. This page is to highlight companies that make a lot of money thanks to Perl.  == The List ==  === Small and Medium Sized Companies ===  ==== cPanel / WebPros ====  ==== Fastly ====  ==== IMDB ====  === Large Companies ===  ==== Amazon ====  === Booking.com ===  === Governental, Non-Profies, and NGOs ===\""
            },
            {
                "logid": 101,
                "ns": 0,
                "title": "Portal:Perl Powered Programs (PPP)",
                "pageid": 58,
                "logpage": 58,
                "revid": 238,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Admin",
                "timestamp": "2025-02-04T18:19:44Z",
                "comment": "Created page with \"=Introduction=  This portal is to catalog all the programs out there (free and commercial) that are written in Perl, integrate Perl, or in some way support Perl programmers.  This is not the place for code that is strictly modules or libraries.  =Categorized Alphabetically=  === Blogging ===  * Moveable Type  === Content Management Systems ===  * ShinyCMS  === Email List Management ===  * Sympa (https://github.com/sympa-community/sympa)  === Wikis and Collaboration ===...\""
            }
        ]
    }
}