v4

OpenAPI 3.0.02026-07-3137328230.2 KB
mythic_plus

Retrieve the affixes for a specific region, including the latest run seen with this affix

get/api/v1/mythic-plus/affixes

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.

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

Name of region to look up affixes for. Can be one of: us, eu, kr, tw

Name of region to look up affixes for. Can be one of: us, eu, kr, tw

locale'en' | 'ru' | 'ko' | 'cn' | 'pt' | 'it' | 'fr' | 'es' | 'de' | 'tw'

Language to return name and description of affixes in. Can be one of: en, ru, ko, cn, pt, it, fr, es, de, tw

Language to return name and description of affixes in. Can be one of: en, ru, ko, cn, pt, it, fr, es, de, tw

Response

Successful

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

Human readable title for the current affixes

leaderboard_urlstring required

Example response

{
  "region": "us",
  "title": "Bolstering, Grievous, Tyrannical",
  "leaderboard_url": "https://raider.io/mythic-plus-affix-rankings/all/kr/leaderboards-strict/bolstering-grievous-tyrannical",
  "recent_run": {
    "dungeon": "Mists of Tirna Scithe",
    "short_name": "MISTS",
    "mythic_level": 10,
    "keystone_run_id": 16196237,
    "completed_at": "2024-09-22T03:02:51.000Z",
    "clear_time_ms": 1636548,
    "par_time_ms": 1800999,
    "num_keystone_upgrades": 2,
    "map_challenge_mode_id": 375,
    "zone_id": 13334,
    "zone_expansion_id": 8,
    "icon_url": "https://cdn.raiderio.net/images/wow/icons/large/achievement_dungeon_mistsoftirnascithe.jpg",
    "background_image_url": "https://cdn.raiderio.net/images/dungeons/expansion8/base/mists-of-tirna-scithe.jpg",
    "score": 326.6,
    "url": "https://raider.io/mythic-plus-runs/season-tww-1/5376417-10-mists-of-tirna-scithe",
    "affixes": [
      {
        "id": 148,
        "name": "Xal'atath's Bargain: Ascendant",
        "description": "While in combat, Xal'atath rains down orbs of cosmic energy that empower enemies or players.",
        "icon": "inv_nullstone_cosmicvoid",
        "icon_url": "https://cdn.raiderio.net/images/wow/icons/large/inv_nullstone_cosmicvoid.jpg",
        "wowhead_url": "https://wowhead.com/affix=148"
      }
    ],
    "role": "tank"
  },
  "affix_details": [
    {
      "id": 7,
      "name": "Bolstering",
      "description": "When any non-boss enemy dies, its death cry empowers nearby allies, increasing their maximum health and damage by 20%.",
      "wowhead_url": "https://wowhead.com/affix=7",
      "icon": "inv_misc_volatilewater",
      "icon_url": "https://cdn.raiderio.net/images/wow/icons/large/inv_misc_volatilewater.jpg"
    }
  ]
}