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": "20260110043712|5599",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 5609,
                "ns": 10,
                "title": "Template:Client/Functions/RML",
                "pageid": 4356,
                "logpage": 4356,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Mex",
                "timestamp": "2026-03-20T20:15:25Z",
                "comment": "Created page with \"{{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[rml.loadDocument|rml.loadDocument]]<br><br>  {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlDocument.show|RmlDocument.show]]<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlElement.ownerDocument|RmlElement.ownerDocument]]<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlElement.parentNode|RmlElement.parentNode]]<br>\""
            },
            {
                "logid": 5608,
                "ns": 0,
                "title": "ped.clearAnimations",
                "pageid": 4355,
                "logpage": 4355,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-03-04T16:56:53Z",
                "comment": "Created page with \"{{ScriptItem |endpoint = client |games = vc sa |type = method |class = Ped |name = clearAnimations |parameters = void |usage = makes the ped stop playing all animations |return1 = void |returnFail1 = void |notes = Play an animation with [[ped.clearAnimations|ped.addAnimation]] |exampleJSCS = addCommandHandler(\"stopanim\", function(command, params) {     localPlayer.clearAnimations(); // GTA Vice City, make your player ped stop using their animations }); }}\""
            },
            {
                "logid": 5607,
                "ns": 0,
                "title": "ped.addAnimation",
                "pageid": 4354,
                "logpage": 4354,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-03-04T16:31:27Z",
                "comment": "Created page with \"{{ScriptItem2 |endpoint = client |type = method |class = Ped |name = addAnimation |parameters = Int groupId, Int animId |usage = makes the ped play an animation |return1 = void |returnFail1 = void |notes = More than one animation can be applied, which is why the function is called \"add animation\" instead of \"play animation\". This usually leads to undesired results as most animation were not designed to be played together. If you want to reset the current animation(s) to...\""
            },
            {
                "logid": 5606,
                "ns": 0,
                "title": "GettingStarted",
                "pageid": 4353,
                "logpage": 2897,
                "params": {
                    "target_ns": 0,
                    "target_title": "Servers/GettingStarted"
                },
                "type": "move",
                "action": "move",
                "user": "PerikiyoXD",
                "timestamp": "2026-02-23T13:51:27Z",
                "comment": "Namespacing"
            },
            {
                "logid": 5605,
                "ns": 0,
                "title": "MinimalResourceSkeleton",
                "pageid": 4352,
                "logpage": 4352,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PerikiyoXD",
                "timestamp": "2026-02-23T11:43:02Z",
                "comment": "Created page with \"{{DISPLAYTITLE:MinimalResourceSkeleton}}  = Minimal Resource Skeleton =  This page provides the smallest functional scripted resource required to:  * Handle a player joining the server * Spawn the player at a fixed position * Fade in the camera * Log basic server-side activity  This is intended as a starting point for custom game modes.  == Purpose ==  When building a custom server mode, you must:  * Create a player element * Spawn the player * Fade in the camera * Handl...\""
            },
            {
                "logid": 5604,
                "ns": 0,
                "title": "meta.xml",
                "pageid": 4351,
                "logpage": 4351,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PerikiyoXD",
                "timestamp": "2026-02-20T03:40:35Z",
                "comment": "Easy redirect by keyword \"meta.xml\""
            },
            {
                "logid": 5603,
                "ns": 0,
                "title": "Resources/GTAIV/Events",
                "pageid": 4350,
                "logpage": 4350,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-02-02T16:10:55Z",
                "comment": "Created page with \"0 - REQUEST_CONTROL_EVENT 1 - GIVE_CONTROL_EVENT 2 - OBJECT_ID_FREED_EVENT 3 - WEAPON_DAMAGE_EVENT 4 - REQUEST_PICKUP_EVENT 5 - GAME_CLOCK_AND_WEATHER_EVENT 6 - RESURRECT_PLAYER_EVENT 7 - RESURRECTED_LOCAL_PLAYER_EVENT 8 - GIVE_WEAPON_EVENT 9 - REMOVE_WEAPON_EVENT 10 - REMOVE_ALL_WEAPONS_EVENT 11 - VEHICLE_COMPONENT_CONTROL_EVENT 12 - REQUEST_FIRE_EVENT 13 - START_FIRE_EVENT 14 - REQUEST_EXPLOSION_EVENT 15 - START_EXPLOSION_EVENT 16 - START_PROJECTILE_EVENT 17 - SESSION_...\""
            },
            {
                "logid": 5602,
                "ns": 10,
                "title": "Template:Server/Events/GTAIV",
                "pageid": 4349,
                "logpage": 4349,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-02-02T16:09:40Z",
                "comment": "Created page with \"{{icon-iv}} [[OnAddIVNetworkEvent|OnAddIVNetworkEvent]]<br>\""
            },
            {
                "logid": 5601,
                "ns": 0,
                "title": "OnAddIVNetworkEvent",
                "pageid": 4348,
                "logpage": 4348,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-01-31T02:43:15Z",
                "comment": "Created page with \"{{ScriptItem2 |name = OnAddIVNetworkEvent |side = shared |type = event |games = iv |desc = when a built-in event is sent in GTA IV |arg1 = Client client The client that sent the event |arg2 = Int type The type of event sent |arg3 = String string The name of the client |arg4 = Integer data1 The 1st data arg |arg4 = Integer data2 The 2nd data arg |cancel = true |notes = See [[Resources/GTAIV/Events|the IV events page]] for a list of event types }}\""
            },
            {
                "logid": 5600,
                "ns": 10,
                "title": "Template:Client/Events/GTAIV",
                "pageid": 4347,
                "logpage": 4347,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Vortrex",
                "timestamp": "2026-01-31T02:37:08Z",
                "comment": "Created page with \"{{icon-iv}} [[OnAddIVNetworkEvent|OnAddIVNetworkEvent]]<br>\""
            }
        ]
    }
}