---
title: "Retrieve the affixes for a specific region, including the latest run seen with this affix"
method: GET
path: "/api/v1/mythic-plus/affixes"
tags: ["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_key` string — 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
- `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

## Response `200`

Successful

- ViewRegionAffixesResponse
  - `region` 'us' | 'eu' | 'tw' | 'kr' | 'cn', required
  - `title` string, required — Human readable title for the current affixes
  - `leaderboard_url` string, required
  - `recent_run` KeystoneRun
    - `dungeon` string, required — Friendly name of Dungeon
    - `short_name` string, required — Shortened or abbreviated name of Dungeon
    - `mythic_level` integer, required — Mythic+ Level of the run
    - `keystone_run_id` integer, required — Unique ID of this run within the specific season
    - `completed_at` string, date-time, required — When this run was completed
    - `clear_time_ms` integer, required — How long it took to complete the dungeon, in milliseconds
    - `par_time_ms` integer, required — The par time for the dungeon, in milliseconds
    - `num_keystone_upgrades` integer, required — How many times the keystone used for this dungeon would have been upgraded after completion
    - `map_challenge_mode_id` integer, required — The map challenge mode ID for the dungeon
    - `zone_id` integer, required — The zone ID for the dungeon
    - `zone_expansion_id` integer, required — The static expansion id for this particular dungeon.
    - `icon_url` string, required — URL to the wow icon for this dungeon
    - `background_image_url` string, required — URL to the background image for this dungeon
    - `score` number, required — How many points this run was worth
    - `url` string, required — URL to this specific run to view roster details
    - `affixes` Affix[], required — List of affixes applied to this run
      - `id` integer, required — Affix ID
      - `name` string, required — Name of the affix
      - `description` string, required — Description of the affix
      - `icon` string, required — Icon file name for the affix
      - `icon_url` string, required — cdn URL to the wow icon for this affix
      - `wowhead_url` string, required — Wowhead URL for the affix
    - `spec` Spec, nullable, required — The specialization the character played during this run
      - `id` number
      - `name` string
      - `slug` string
      - `role` string
      - `class_id` integer
      - `is_melee` boolean
      - `ordinal` integer
      - `patch` string
    - `role` 'tank' | 'healer' | 'dps', nullable, required — The role the character played during this run
  - `affix_details` AffixDetail[], required — List of details for each active affix
    - `id` number, required — Blizzard's ID for this affix
    - `name` string, required — Friendly name for this affix
    - `description` string, required — Description of the effects of this affix
    - `wowhead_url` string, required — URL to open details on this affix on Wowhead
    - `icon` string — Blizzard's Icon for this affix
    - `icon_url` string — URL to the icon for this affix

---

[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)
