v4

OpenAPI 3.0.02026-07-3137328230.2 KB
mythic_plus

Retrieve mythic plus season and dungeon static data for a specific expansion (slugs, names, etc.)

get/api/v1/mythic-plus/static-data

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.

expansion_idinteger required

Expansion ID. 11 = Midnight, 10 = TheWarWithin, 9 = Dragonflight, 8 = Shadowlands, 7 = BattleForAzeroth, 6 = Legion

Expansion ID. 11 = Midnight, 10 = TheWarWithin, 9 = Dragonflight, 8 = Shadowlands, 7 = BattleForAzeroth, 6 = Legion

Response

Successful

Example response

{
  "seasons": [
    {
      "slug": "season-tww-1",
      "name": "The War Within Season 1",
      "short_name": "TWW S1"
    }
  ]
}