Last updated 9 months ago
Get the current VALORANT Client version (to check for updates for example)
eu
na
latam
br
ap
kr
GET /valorant/v1/version/{region} HTTP/1.1 Host: api.henrikdev.xyz Authorization: YOUR_API_KEY Accept: */*
Versioning for the VALORANT API
{ "status": 200, "data": { "version": "04.00.00.655657", "clientVersion": "release-04.00-shipping-20-655657", "branch": "release-04.00", "region": "EU" } }