Combined display of all available logs of Vault Hunters Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:56, 15 July 2025 Mnooseman talk contribs created page Module:VHVersion (Created page with "local p = {} local http = require('socket.http') local json = require('dkjson') function p.getVersion(frame) local url = 'https://api.vaulthunters.gg/patch-notes?limit=1' -- Fetch the data local body, status = http.request(url) if status ~= 200 then return 'Error fetching version data' end -- Parse JSON local data, pos, err = json.decode(body) if err then return 'Error parsing JSON: ' .. err end...")