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": "20250324185948|9",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 19,
                "ns": 0,
                "title": "IDEs for C++",
                "pageid": 17,
                "logpage": 17,
                "revid": 56,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:51:56Z",
                "comment": "Created page with \"Visual Studio Community  CLion  Code::Blocks  Eclipse  Netbeans\""
            },
            {
                "logid": 18,
                "ns": 0,
                "title": "Compilers for C++",
                "pageid": 16,
                "logpage": 16,
                "revid": 54,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:48:54Z",
                "comment": "Created page with \"== Cfront == The first compiler was Cfront create by Bjarne Stroustrup in 1983.  Cfront converted C++ code into C, but the resulting output was not easily readable or understandable by humans.   * The generated C code was then converted by the C compiler to the machine code.  Later, new C++ compilers were created. These compilers converted C++ directly to the machine code.\""
            },
            {
                "logid": 17,
                "ns": 0,
                "title": "File name extensions of C source code file",
                "pageid": 0,
                "logpage": 15,
                "revid": 53,
                "params": {
                    "target_ns": 0,
                    "target_title": "File name extensions of C++ source code file",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:43:08Z",
                "comment": ""
            },
            {
                "logid": 16,
                "ns": 0,
                "title": "File name extensions of C source code file",
                "pageid": 0,
                "logpage": 15,
                "revid": 52,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:42:53Z",
                "comment": "Created page with \"{| class=\"wikitable\" |+ !Implementation of C++ !File name extensions |- |UNIX |C, cc, cxx, c |- |GNU C++ |C, cc, cxx, cpp, c++ |- |Microsoft Visual C++ |cpp, cxx, cc |}\""
            },
            {
                "logid": 15,
                "ns": 0,
                "title": "Steps to create program in C++",
                "pageid": 0,
                "logpage": 14,
                "revid": 50,
                "params": {
                    "target_ns": 0,
                    "target_title": "Steps to create executable program in C++",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:40:08Z",
                "comment": ""
            },
            {
                "logid": 14,
                "ns": 0,
                "title": "Steps to create program in C++",
                "pageid": 0,
                "logpage": 14,
                "revid": 49,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:39:44Z",
                "comment": "Created page with \"# Create the C++ source code in any text editor. This step is done by the programmer (human). # Convert the C++ source code to the object code (machine language). This step is done by the compiler. # Link the object code with libraries. The result is an executable code. This step is done by the linker.\""
            },
            {
                "logid": 13,
                "ns": 0,
                "title": "Standardization of C++",
                "pageid": 13,
                "logpage": 13,
                "revid": 48,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:35:35Z",
                "comment": "Created page with \"1990 - The work on the standardization of C++ started in 1990 by ANSI/ISO.   1991 - 1997 - During the next years several working drafts of the standard were published.  Before 1998 - Many people recognized as the C++ standard the latest versions of C++ published by Bell Labs.  1998 - The first standard of C++ is C98.\""
            },
            {
                "logid": 12,
                "ns": 0,
                "title": "Portability of computer program",
                "pageid": 12,
                "logpage": 12,
                "revid": 47,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:29:50Z",
                "comment": "Created page with \"There are 2 main obstacles for any program to be portable: hardware and language variants  '''Hardware:''' If program is dependent on a hardware, it cannot run on different hardware.  '''Language variants:''' If computer program is written in a language variant not recognized by other platform, then such program is not portable. To solve the problem related to different language variants a standard should be created and this happened for C++ in 1998.  '''Summary:''' Comp...\""
            },
            {
                "logid": 11,
                "ns": 0,
                "title": "Program",
                "pageid": 11,
                "logpage": 11,
                "revid": 43,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-25T19:13:05Z",
                "comment": "Created page with \"'''Program consists of 2 parts:''' data and algorithms\""
            },
            {
                "logid": 10,
                "ns": 0,
                "title": "Constexpr",
                "pageid": 10,
                "logpage": 10,
                "revid": 33,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Robertvokac",
                "timestamp": "2025-03-24T19:28:00Z",
                "comment": "Created page with \"The constexpr keyword in C++ is used to define constants that are evaluated at compile time, ensuring optimized and predictable behavior.  It can gives performance boost.\""
            }
        ]
    }
}