Get the current VALORANT Client version (to check for updates for example)
Last updated 4 months ago
Versioning for the VALORANT API
200
const response = await fetch('https://api.henrikdev.xyz/valorant/v1/version/{region}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": 200, "data": { "version": "04.00.00.655657", "clientVersion": "release-04.00-shipping-20-655657", "branch": "release-04.00", "region": "EU" } }