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/contenttiers
Returns an array of all content tier definitions.Request parameters
string
required
Identifies your application. Format:
AppName/Version (+URL).string
default:"en-US"
Locale for localized display names. Example:
fr-FR, ko-KR.Example request
Response
GET /v1/contenttiers/
Returns a single content tier definition matching the provided UUID.Request parameters
string
required
The UUID of the content tier to retrieve.
string
required
Identifies your application. Format:
AppName/Version (+URL).string
default:"en-US"
Locale for localized display names.
Example request
cURL
Response
Response fields
string
required
Unique identifier for the content tier.
string
required
Localized display name of the rarity tier (e.g.,
"Premium Edition", "Ultra Edition").string
Short name for the tier used in asset identifiers (e.g.,
"Premium", "Exclusive").number
Numeric rank of the tier. Higher values indicate higher rarity. Use this to sort tiers from lowest to highest.
number
Internal value representing the content weight of this tier, used in Riot’s economy calculations.
number
Internal cost metric associated with this tier’s economy weighting.
string
8-character RGBA hex color code used to accent UI elements for this tier (e.g.,
"0096c7ff" for Premium Edition blue).string
URL to the tier’s icon, used to render rarity badges on skin listings.
string
Internal Unreal Engine asset path.