---
title: "Retrieve the leaderboard capacity for a region including lowest level and time to qualify"
method: GET
path: "/api/v1/mythic-plus/leaderboard-capacity"
tags: ["mythic_plus"]
---

# Retrieve the leaderboard capacity for a region including lowest level and time to qualify

`GET /api/v1/mythic-plus/leaderboard-capacity`

## 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.
- `scope` 'current' | 'previous' — Retrieve the capacity info for the current or previous week. Supported values: <b>current</b> and <b>previous</b>.
- `region` 'us' | 'eu' | 'tw' | 'kr' | 'cn', required — Name of region to retrieve runs for. Can be one of: world, us, eu, kr, tw
- `realm` string

## Response `200`

Successful

- ViewLeaderboardCapacityResponse
  - `realmListing` RealmListing
    - `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
    - `affixes` LeaderboardAffix[]
      - `id` integer
      - `name` LocalizedString — Localized affix names
        - `en` string
        - `ru` string
        - `ko` string
        - `cn` string
        - `pt` string
        - `it` string
        - `fr` string
        - `es` string
        - `de` string
        - `tw` string
      - `description` LocalizedString1 — Localized affix descriptions
        - `en` string
        - `ru` string
        - `ko` string
        - `cn` string
        - `pt` string
        - `it` string
        - `fr` string
        - `es` string
        - `de` string
        - `tw` string
      - `slug` string
      - `icon` string
    - `realms` RealmCapacityEntry[]
      - `id` integer
      - `connectedRealms` ConnectedRealm[]
        - `id` integer
        - `name` string
        - `slug` string
        - `altName` string, nullable
        - `altSlug` string
        - `locale` string
        - `isConnected` boolean
        - `connectedRealmId` integer
        - `realmType` string
        - `wowRealmId` integer
        - `wowConnectedRealmId` integer
      - `dungeons` RealmDungeonCapacity[]
        - `dungeon` LeaderboardDungeon
          - `id` integer
          - `name` string
          - `slug` string
          - `short_name` string
          - `expansion_id` integer
          - `icon_url` string
          - `keystone_timer_ms` integer
          - `map_challenge_mode_id` integer
          - `num_bosses` integer
          - `patch` string
          - `type` string
          - `wowInstanceId` integer
          - `group_finder_activity_ids` integer[]
        - `lowest` LeaderboardLowest, nullable
          - `rank` integer
          - `mythicLevel` integer
          - `timeInMilliseconds` integer

---

[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/d89777d7faee/schema)
