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.