v5

latestOpenAPI 3.0.02026-08-0437328230.2 KB
Live Tracking - Raiding

Retrieve 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.

get/api/v1/live-tracking/guild/loot

Query parameters

access_keystring

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'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' | 'latest' required

Raid slug or full name (e.g. "sporefall" or "Sporefall")

Raid slug or full name (e.g. "sporefall" or "Sporefall")

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

Region of the guild. One of: us, eu, kr, tw

Region of the guild. One of: us, eu, kr, tw

realmstring required

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

guildstring required

Guild name. Not case sensitive.

Guild name. Not case sensitive.

duration_minutesinteger

Look back window in minutes from now. Default: 10.

Look back window in minutes from now. Default: 10.

start_timestring date

Explicit start time for the loot window (ISO 8601). Overrides duration_minutes.

Explicit start time for the loot window (ISO 8601). Overrides duration_minutes.

end_timestring date

Explicit end time for the loot window (ISO 8601). Defaults to now.

Explicit end time for the loot window (ISO 8601). Defaults to now.

countinteger

Maximum number of loot items to return. 0 = no limit.

Maximum number of loot items to return. 0 = no limit.

item_typesstring

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

widgetVersioninteger

Widget version for cache invalidation

Example response

{
  "items": [
    {
      "id": 987654,
      "itemLevel": 639
    }
  ]
}