---
title: "Retrieve the colors used for score tiers in the given season."
method: GET
path: "/api/v1/mythic-plus/score-tiers"
tags: ["mythic_plus"]
---

# Retrieve the colors used for score tiers in the given season.

`GET /api/v1/mythic-plus/score-tiers`

## Query parameters

- `access_key` string — The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.
- `season` string — Name of the season to retrieve (season-mn-1, etc.). Defaults to current season.

## Response `200`

Score tiers sorted from highest to lowest score

- ScoreTier[] — Score tiers sorted from highest to lowest score
  - `score` number, required — Minimum score for this color tier
  - `rgbHex` string, required — Hex color code for this tier
  - `rgbDecimal` integer, required — Decimal representation of the color
  - `rgbFloat` number[], required — RGB color as float values [0-1]
  - `rgbInteger` integer[], required — RGB color as integer values [0-255]

---

[API](https://skmtc.net/raider/apis/raider-io-developer-api.md) · [All operations](https://skmtc.net/raider/apis/raider-io-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raider/raider-io-developer-api/versions/4c612ac925bb/schema)
