Returns the current Valorant game version including branch, build number, engine version, and patch date. Use for cache invalidation.
The /v1/version endpoint returns the currently running Valorant game version. You can use this to detect when a new patch has shipped and decide whether to refresh your cached game data. The response includes the branch, build identifiers, Unreal Engine version, and the date of the build.
Poll this endpoint periodically to determine when to refresh your cached game data. When buildDate or buildVersion changes, a new patch has shipped and assets such as agents, maps, and weapons may have been updated.