The
User-Agent header is required for all requests. Use the format AppName/Version (+URL) — for example, MyApp/1.0 (+https://example.com).Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/gamemodes | Returns all game modes |
| GET | /v1/gamemodes/{uuid} | Returns a single game mode by UUID |
| GET | /v1/gamemodes/equippables | Returns all equippable items |
| GET | /v1/gamemodes/equippables/{uuid} | Returns a single equippable by UUID |
GET /v1/gamemodes
Returns an array of all Valorant game modes.Request parameters
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names. Example:
fr-FR, ko-KR.Example request
Response
GET /v1/gamemodes/
Returns a single game mode matching the provided UUID.Request parameters
The UUID of the game mode to retrieve.
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names.
Example request
cURL
GET /v1/gamemodes/equippables
Returns all equippable items associated with game modes. Equippables are special items available only in specific modes, such as the Snowball Launcher in the Snowball Fight limited-time mode.Request parameters
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names.
Example request
cURL
GET /v1/gamemodes/equippables/
Returns a single equippable item by UUID.Request parameters
The UUID of the equippable item to retrieve.
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names.
Example request
cURL
Response fields
Game mode fields
Unique identifier for the game mode.
Localized display name of the game mode (e.g.,
"Competitive", "Deathmatch").Match time limit, if applicable.
null for standard modes without a hard time cap.Internal economy type string (e.g.,
"EAresEconomyType::Standard").Whether match timeouts are permitted in this mode.
Whether team voice chat is enabled for this mode.
Whether the minimap is available to players in this mode.
Number of ability orbs present on the map in this mode.
Team role assignments if the mode uses asymmetric teams.
null for standard modes.Overrides for game features specific to this mode.
null when no overrides apply.Boolean rule overrides for this mode.
null when no overrides apply.URL to the mode’s display icon. May be
null.URL to a tall variant of the icon used in list views. May be
null.Internal Unreal Engine asset path.