Last updated 7 months ago
Get the current VALORANT Client version (to check for updates for example)
/valorant/v1/version/{region}
eu
na
latam
br
ap
kr
curl -L \ --url 'https://api.henrikdev.xyz/valorant/v1/version/{region}' \ --header 'Authorization: YOUR_API_KEY'
{ "status": 200, "data": { "version": "04.00.00.655657", "clientVersion": "release-04.00-shipping-20-655657", "branch": "release-04.00", "region": "EU" } }