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