Skip to main content
The Gear API returns data on all purchasable defensive items in Valorant, including Light Shields and Heavy Shields. Each gear item includes its description, display icon, cost, and shop metadata such as category and priority ordering. You can retrieve the full gear list or look up a specific item by UUID.
The User-Agent header is required for all requests. Use the format AppName/Version (+URL) — for example, MyApp/1.0 (+https://example.com).

Endpoints


GET /v1/gear

Returns an array of all purchasable gear items.

Request parameters

string
required
Identifies your application. Format: AppName/Version (+URL).
string
default:"en-US"
Locale for localized display names and descriptions. Example: pt-BR, zh-TW.

Example request

Response


GET /v1/gear/

Returns a single gear item matching the provided UUID.

Request parameters

string
required
The UUID of the gear item to retrieve.
string
required
Identifies your application. Format: AppName/Version (+URL).
string
default:"en-US"
Locale for localized display names and descriptions.

Example request

cURL

Response


Response fields

string
required
Unique identifier for the gear item.
string
required
Localized name of the gear item (e.g., "Heavy Shields", "Light Shields").
string
Localized description of the gear item’s function in gameplay.
string
URL to the gear item’s display icon.
string
Internal Unreal Engine asset path.
object
Metadata about how the item appears and behaves in the buy phase shop.