v5
latestOpenAPI 3.0.02026-08-0437328230.2 KBRetrieve recent loot drops for a guild from combat log data. Filterable by time range and item type.
Relies on combat log data retrieved from the Raider.IO Desktop App.<br><br>By default returns items from the last 10 minutes. Use <code>start_time</code>/<code>end_time</code> for an explicit window, or <code>duration_minutes</code> to adjust the look-back period.
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. "sporefall" or "Sporefall")
Raid slug or full name (e.g. "sporefall" or "Sporefall")
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.
Look back window in minutes from now. Default: 10.
Look back window in minutes from now. Default: 10.
Explicit start time for the loot window (ISO 8601). Overrides duration_minutes.
Explicit start time for the loot window (ISO 8601). Overrides duration_minutes.
Explicit end time for the loot window (ISO 8601). Defaults to now.
Explicit end time for the loot window (ISO 8601). Defaults to now.
Maximum number of loot items to return. 0 = no limit.
Maximum number of loot items to return. 0 = no limit.
Comma-separated list of item types to filter by. Valid values: all, allbutconduits, tier, weapon, trinket. Empty = all types.
Comma-separated list of item types to filter by. Valid values: all, allbutconduits, tier, weapon, trinket. Empty = all types.
Response
Successful
Example response
{
"items": [
{
"id": 987654,
"itemLevel": 639
}
]
}