v4

OpenAPI 3.0.02026-07-3137328230.2 KB
raiding

Retrieve details of raiding progression for a raid, showing how many guilds have reached each boss kill milestone

get/api/v1/raiding/progression

Query parameters

raid'the-tidebound-grotto' | 'the-venomous-abyss' | 'sporefall' | 'tier-mn-1' | 'manaforge-omega' | 'liberation-of-undermine' | 'nerubar-palace' | 'blackrock-depths' | 'awakened-amirdrassil-the-dreams-hope' | 'awakened-aberrus-the-shadowed-crucible' | 'awakened-vault-of-the-incarnates' | 'amirdrassil-the-dreams-hope' | 'aberrus-the-shadowed-crucible' | 'vault-of-the-incarnates' | 'fated-sepulcher-of-the-first-ones' | 'fated-sanctum-of-domination' | 'fated-castle-nathria' | 'sepulcher-of-the-first-ones' | 'sanctum-of-domination' | 'castle-nathria' | 'nyalotha-the-waking-city' | 'the-eternal-palace' | 'crucible-of-storms' | 'battle-of-dazaralor' | 'uldir' | 'antorus-the-burning-throne' | 'tomb-of-sargeras' | 'the-nighthold' | 'trial-of-valor' | 'the-emerald-nightmare' required

Raid to look up. This can be the raid's full name ("Sporefall") or its name in slug form: "sporefall"

Raid to look up. This can be the raid's full name ("Sporefall") or its name in slug form: "sporefall"

difficulty'mythic' | 'heroic' | 'normal' required

Raid difficulty. One of: mythic, heroic, normal

Raid difficulty. One of: mythic, heroic, normal

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

Name of region to restrict progress to. Can be one of: world, us, eu, kr, tw

Name of region to restrict progress to. Can be one of: world, us, eu, kr, tw

Response

Successful

Example response

{
  "progression": [
    {
      "progress": 1,
      "totalGuilds": 98,
      "guilds": [
        {
          "defeatedAt": "2017-01-24T17:31:00.000Z",
          "guild": {
            "id": 955,
            "name": "Ludicrous Speed",
            "faction": "horde",
            "realm": {
              "id": 114,
              "connectedRealmId": 114,
              "wowRealmId": 57,
              "wowConnectedRealmId": 11,
              "name": "Skullcrusher",
              "slug": "skullcrusher",
              "altSlug": "skullcrusher",
              "locale": "en_US",
              "realmType": "pve"
            },
            "region": {
              "name": "United States & Oceania",
              "short_name": "US",
              "slug": "us"
            },
            "path": "/guilds/us/skullcrusher/Ludicrous%20Speed",
            "logo": "https://cdn.raider.io/images/site/horde_icon4.png",
            "color": "#ff6600"
          }
        }
      ]
    }
  ]
}