v4

OpenAPI 3.0.02026-07-3137328230.2 KB
mythic_plus

Retrieve the Mythic+ Season cutoffs for a region

get/api/v1/mythic-plus/season-cutoffs

Query parameters

access_keystring

The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.

The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.

seasonstring

Season to retrieve cutoffs for

Season to retrieve cutoffs for

region'us' | 'eu' | 'tw' | 'kr' | 'cn' required

Region to receive cutoffs for

Region to receive cutoffs for

Response

Successful

Example response

{
  "cutoffs": {
    "region": {
      "name": "United States & Oceania",
      "short_name": "US",
      "slug": "us"
    }
  }
}