Retrieve a guild's average item level over time during a raid tier, reconstructed from armory and combat-log observations for the top N geared roster characters. Optionally overlay the logged per-pull raid group item level.
The item level series combines Blizzard armory gear snapshots with precise equipped item levels from available raid and Mythic+ combat logs. Characters without logged observations continue to use armory history. The optional <code>include_pulls</code> overlay may be hidden if the guild has restricted data via privacy settings — check the <code>pullsError</code> field.
Query parameters
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.
Raid slug or full name (e.g. "the-venomous-abyss" or "The Venomous Abyss")
Raid slug or full name (e.g. "the-venomous-abyss" or "The Venomous Abyss")
How many of the highest geared eligible roster characters to average
How many of the highest geared eligible roster characters to average
Raid difficulty. One of: mythic, heroic, normal. 'latest' resolves per guild to their highest difficulty with kills.
Raid difficulty. One of: mythic, heroic, normal. 'latest' resolves per guild to their highest difficulty with kills.
Also return the logged per-pull raid group item level averages
Also return the logged per-pull raid group item level averages
Comma separated difficulties the pull overlay covers, e.g. heroic,mythic. Defaults to all, so split runs on a lower difficulty than the tracked progression still show up
Comma separated difficulties the pull overlay covers, e.g. heroic,mythic. Defaults to all, so split runs on a lower difficulty than the tracked progression still show up
Which logged raids the pull overlay covers: 'cohort' keeps only raids one of the tracked top-N characters was in, 'all' keeps every raid any guild member was in
Which logged raids the pull overlay covers: 'cohort' keeps only raids one of the tracked top-N characters was in, 'all' keeps every raid any guild member was in
Sampling interval of the item level series; auto-promoted on long windows
Sampling interval of the item level series; auto-promoted on long windows
Which roster characters to sample: every eligible character, or mains only
Which roster characters to sample: every eligible character, or mains only
Clamp the window start to this date (ISO 8601)
Clamp the window start to this date (ISO 8601)
Clamp the window end to this date (ISO 8601)
Clamp the window end to this date (ISO 8601)
Region of the guild. One of: us, eu, kr, tw
Region of the guild. One of: us, eu, kr, tw
Realm name. Accepts slug form (e.g. "altar-of-storms") or display name (e.g. "Altar of Storms")
Realm name. Accepts slug form (e.g. "altar-of-storms") or display name (e.g. "Altar of Storms")
Guild name. Not case sensitive.
Guild name. Not case sensitive.
Response
Successful
Example response
{
"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"
},
"raid": {
"id": 100,
"slug": "nerubar-palace",
"name": "Nerub-ar Palace",
"short_name": "NP"
}
}