Version

Get the current VALORANT Client version (to check for updates for example)

get
Authorizations
Path parameters
regionstring · enumRequiredPossible values:
Responses
200
Versioning for the VALORANT API
application/json
get
GET /valorant/v1/version/{region} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 200,
  "data": {
    "version": "04.00.00.655657",
    "clientVersion": "release-04.00-shipping-20-655657",
    "branch": "release-04.00",
    "region": "EU"
  }
}

Last updated