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": "20250622193625|329",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 339,
"ns": 4,
"title": "Pessin randon wiki:General disclaimer",
"pageid": 231,
"logpage": 231,
"revid": 779,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-11-05T18:34:53Z",
"comment": "Created page with \"Nothing is guaranteed. There is no warranty of anything. Please take everything you find on the internet with a grain of salt.\""
},
{
"logid": 338,
"ns": 6,
"title": "File:V2.screen.ids.jpg",
"pageid": 230,
"logpage": 230,
"revid": 772,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-10-06T18:06:06Z",
"comment": ""
},
{
"logid": 337,
"ns": 6,
"title": "File:V2.screen.ids.jpg",
"pageid": 230,
"logpage": 230,
"revid": 772,
"params": {
"img_sha1": "jccr7g9rjp5yr240znb4rmfctqfpels",
"img_timestamp": "2025-10-06T18:06:06Z"
},
"type": "upload",
"action": "upload",
"user": "Exf",
"timestamp": "2025-10-06T18:06:06Z",
"comment": ""
},
{
"logid": 336,
"ns": 0,
"title": "L\u00e4hettimen l\u00e4hdekoodi V2",
"pageid": 229,
"logpage": 229,
"revid": 761,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-10-03T14:42:26Z",
"comment": "Created page with \"=== Versiohistoria === ==== 2.0 ==== Lis\u00e4tty CRC-16 tarkistussummafunktio. L\u00e4hett\u00e4\u00e4 singalin 4-10 sekunnin v\u00e4lein, jolla tarkoitus pienent\u00e4\u00e4 paristojen kulutusta. Voisi implementoida suoraan virrans\u00e4\u00e4st\u00f6ominaisuudet.<syntaxhighlight lang=\"c#\"> #include <CRC16.h> // include CRC16 library #include <RH_ASK.h> // include RadioHead library RH_ASK rf_driver(1000, 11, 12, 10); \t// speed = 1000 bits/sec, tx pin = 12 byte data[4]; // create byte...\""
},
{
"logid": 335,
"ns": 0,
"title": "Vastaanottimen l\u00e4hdekoodi V2",
"pageid": 228,
"logpage": 228,
"revid": 760,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-10-03T14:40:01Z",
"comment": "Created page with \"=== Versiohistoria === ==== V2.0 ==== Muutettu t\u00e4ysin n\u00e4yt\u00f6n n\u00e4ytt\u00f6tapaa. Parannettu vastaanotetun tiedon varmistamista k\u00e4ytt\u00e4en CRC-16 funktiota. Tiedetyt ongelmat. Rekister\u00f6i uuden vastaanotetun koodin vasta kun n\u00e4ytt\u00f6 on piirt\u00e4nyt KAIKKI ID:t.<syntaxhighlight lang=\"c#\"> #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #include <RH_ASK.h> #include <CRC16.h> #define OLED_RESET -1 #define SCREEN_WIDTH 128 // OLED d...\""
},
{
"logid": 334,
"ns": 0,
"title": "L\u00e4hettimen l\u00e4hdekoodi v1",
"pageid": 227,
"logpage": 227,
"revid": 758,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-10-03T14:35:39Z",
"comment": "Created page with \"L\u00e4hettimen l\u00e4hdekoodi V1<syntaxhighlight lang=\"c#\"> #include <RH_ASK.h> #include <SPI.h> RH_ASK driver(1000); #define TX_PIN 12 #define DIP1 2 #define DIP2 3 #define DIP3 4 #define DIP4 5 byte crc8_dallas(const String &data) { byte crc = 0x00; for (int i = 0; i < data.length(); i++) { crc ^= data[i]; for (int j = 0; j < 8; j++) { crc = (crc & 0x80) ? (crc << 1) ^ 0x31 : (crc << 1); } } return crc; } void setup() { driver.init(); pinMod...\""
},
{
"logid": 333,
"ns": 0,
"title": "Vastaanotin v1 l\u00e4hdekoodi",
"pageid": 226,
"logpage": 226,
"revid": 757,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-10-03T14:34:24Z",
"comment": "Created page with \"L\u00e4hdekoodi V1<syntaxhighlight lang=\"c#\" line=\"1\"> #include <RH_ASK.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 #define SCREEN_HEIGHT 32 #define OLED_RESET -1 Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET); // Radiovastaanotin RH_ASK driver(1000, 12, 11, 10); // RX = D12 // Ajastukset const unsigned long ENTRY_TIMEOUT = 30 * 60 * 1000UL; // 30 min const unsigned long DISPLAY_DURATION =...\""
},
{
"logid": 332,
"ns": 0,
"title": "Thriump Daytona huoltosivu",
"pageid": 225,
"logpage": 225,
"revid": 730,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-07-04T17:35:12Z",
"comment": "Created page with \"{| class=\"wikitable\" |+ !P\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 !Kilometrit !Huolto !Osat !Muuta huomioitavaa |- |25.05.2025 | - |Crankshaft position sensor |TRIGGR COIL 200OHM GASKET STATOR TRIUMPH | |- |07.06.2025 | - |Rearset |For Triumph Daytona 675 CNC Rearset Foot Pegs 2006 to 2012 Anodized Black | |- |1.7.2025 |12 km | | | |- |2.7.2025 |128 km (116 km) | | | |}\""
},
{
"logid": 331,
"ns": 0,
"title": "1.7.2025 - Vantaa Circuit",
"pageid": 224,
"logpage": 224,
"revid": 724,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-07-04T08:58:35Z",
"comment": "Created page with \"=== Rata ja s\u00e4\u00e4 === [https://cdn.prod.website-files.com/653e794949d44197bc1b5a63/65469f5182d5096bc43954f9_N%C3%A4ytt%C3%B6kuva%202023-11-04%20183607.png Alastaron-ratakartta.png] {| class=\"wikitable\" |+Rata ja s\u00e4\u00e4, sek\u00e4 muut huomiot !Setti !Rata !P\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 !S\u00e4\u00e4 !Muuta huomioitavaa |- |1. |Alastaro |9.2.2025 | | |- | | | | | |- | | | | | |} === Moottoripy\u00f6r\u00e4n tiedot === '''Moottoripy\u00f6r\u00e4''':Triumph Daytona 675 2007 - Talvikaudella s\u00e4\u00e4detty quickshifter...\""
},
{
"logid": 330,
"ns": 0,
"title": "9.8.2025 - Alastaro",
"pageid": 223,
"logpage": 223,
"revid": 718,
"params": {},
"type": "create",
"action": "create",
"user": "Exf",
"timestamp": "2025-06-22T19:36:53Z",
"comment": "Created page with \"=== Rata ja s\u00e4\u00e4 === [https://cdn.prod.website-files.com/653e794949d44197bc1b5a63/65469f5182d5096bc43954f9_N%C3%A4ytt%C3%B6kuva%202023-11-04%20183607.png Alastaron-ratakartta.png] {| class=\"wikitable\" |+Rata ja s\u00e4\u00e4, sek\u00e4 muut huomiot !Setti !Rata !P\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 !S\u00e4\u00e4 !Muuta huomioitavaa |- |1. |Alastaro |2.7.2025 | | |- | | | | | |- | | | | | |} === Moottoripy\u00f6r\u00e4n tiedot === '''Moottoripy\u00f6r\u00e4''':Triumph Daytona 675 2007 - Talvikaudella s\u00e4\u00e4detty quickshifter...\""
}
]
}
}