---
title: "Retrieve the Mythic+ Season cutoffs for a region"
method: GET
path: "/api/v1/mythic-plus/season-cutoffs"
tags: ["mythic_plus"]
---

# Retrieve the Mythic+ Season cutoffs for a region

`GET /api/v1/mythic-plus/season-cutoffs`

## 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 — Season to retrieve cutoffs for
- `region` 'us' | 'eu' | 'tw' | 'kr' | 'cn', required — Region to receive cutoffs for

## Response `200`

Successful

- ViewSeasonCutoffsResponse
  - `cutoffs` SeasonCutoffs
    - `updatedAt` string — When cutoffs were last updated
    - `region` RegionSummary
      - `name` string, required — Name of the region
      - `short_name` string, required — Short name of the region
      - `slug` string, required — Slug for the region, suitable for putting in URLs
    - `p999` CutoffQuantile — 99.9th percentile cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `p990` CutoffQuantile1 — 99th percentile cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `p900` CutoffQuantile2 — 90th percentile cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `p750` CutoffQuantile3 — 75th percentile cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `p600` CutoffQuantile4 — 60th percentile cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `keystoneLegend` CutoffQuantile5, nullable — Keystone Legend cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `keystoneHero` CutoffQuantile6, nullable — Keystone Hero cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `keystoneMaster` CutoffQuantile7, nullable — Keystone Master cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `keystoneConqueror` CutoffQuantile8, nullable — Keystone Conqueror cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `keystoneExplorer` CutoffQuantile9, nullable — Keystone Explorer cutoff
      - `score` number — Score cutoff value
      - `horde` CutoffFactionQuantile, nullable — Horde faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `hordeColor` string, nullable — Hex color for horde score
      - `alliance` CutoffFactionQuantile1, nullable — Alliance faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allianceColor` string, nullable — Hex color for alliance score
      - `all` CutoffFactionQuantile2, nullable — Combined faction cutoff
        - `quantile` number
        - `quantileMinValue` number
        - `quantilePopulationCount` integer
        - `quantilePopulationFraction` number
        - `totalPopulationCount` integer
      - `allColor` string, nullable — Hex color for combined score
    - `bracketDungeonLevels` integer[] — Dungeon key level brackets
    - `isRemappedSeason` boolean
    - `graphData` GraphData — Historical graph data for cutoff trends
      - `p999` GraphDataSeries — 99.9th percentile trend
        - `type` string — Chart type (e.g. spline)
        - `name` string — Series display name
        - `data` Model2[] — Data points
          - `x` number — Timestamp in ms
          - `y` number — Score value
          - `total` integer — Population count at this point
      - `p990` GraphDataSeries1 — 99th percentile trend
        - `type` string — Chart type (e.g. spline)
        - `name` string — Series display name
        - `data` Model2[] — Data points
          - `x` number — Timestamp in ms
          - `y` number — Score value
          - `total` integer — Population count at this point
      - `p900` GraphDataSeries2 — 90th percentile trend
        - `type` string — Chart type (e.g. spline)
        - `name` string — Series display name
        - `data` Model2[] — Data points
          - `x` number — Timestamp in ms
          - `y` number — Score value
          - `total` integer — Population count at this point
      - `p750` GraphDataSeries3 — 75th percentile trend
        - `type` string — Chart type (e.g. spline)
        - `name` string — Series display name
        - `data` Model2[] — Data points
          - `x` number — Timestamp in ms
          - `y` number — Score value
          - `total` integer — Population count at this point
      - `p600` GraphDataSeries4 — 60th percentile trend
        - `type` string — Chart type (e.g. spline)
        - `name` string — Series display name
        - `data` Model2[] — Data points
          - `x` number — Timestamp in ms
          - `y` number — Score value
          - `total` integer — Population count at this point
  - `ui` SeasonCutoffsUI
    - `season` string
    - `region` string
    - `access_key` string

---

[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/revisions/4c612ac925bb/schema)
