v5
latestOpenAPI 3.0.02026-08-0437328230.2 KBReturn a pre-formatted string for use in Twitch/Discord bot commands. Supports template variables ($PCT, $BOSS, $PULL, $DIFFICULTY) for custom formatting.
Relies on combat log data retrieved from the Raider.IO Desktop App.<br><br>Returns a plain-text string (not JSON). Use the <code>template</code> parameter to customize the output format with variables: <code>$PCT</code> (best percent), <code>$BOSS</code> (boss name), <code>$PULL</code> (pull count), <code>$DIFFICULTY</code> (difficulty name).<br><br>Identify the guild using <b>either</b> <code>guild_id</code> <b>or</b> the <code>region</code>/<code>realm</code>/<code>guild</code> combination.
Path parameters
Bot command to execute. One of: best-percent, pull-count, percent-and-pulls, itemlevel
Bot command to execute. One of: best-percent, pull-count, percent-and-pulls, itemlevel
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")
Boss name in slug form (e.g. "the-silken-court"). Use "latest" for the most recent boss being progressed.
Boss name in slug form (e.g. "the-silken-court"). Use "latest" for the most recent boss being progressed.
Raid difficulty. One of: mythic, heroic, normal
Raid difficulty. One of: mythic, heroic, normal
Lockout period. One of: "current", "until_kill", "all", or an integer period ID.
Lockout period. One of: "current", "until_kill", "all", or an integer period ID.
Raider.IO guild ID. Alternative to the region/realm/guild parameters.
Raider.IO guild ID. Alternative to the region/realm/guild parameters.
Region to filter by. One of: world, us, eu, kr, tw Required if guild_id not provided.
Region to filter by. One of: world, us, eu, kr, tw Required if guild_id not provided.
Realm name. Accepts slug form (e.g. "altar-of-storms") or display name (e.g. "Altar of Storms") Required if guild_id not provided.
Realm name. Accepts slug form (e.g. "altar-of-storms") or display name (e.g. "Altar of Storms") Required if guild_id not provided.
Guild name. Not case sensitive. Required if guild_id not provided.
Guild name. Not case sensitive. Required if guild_id not provided.
Template to use for formatting results. You can put in special replacement values: $PCT, $BOSS, $PULL, $DIFFICULTY
Template to use for formatting results. You can put in special replacement values: $PCT, $BOSS, $PULL, $DIFFICULTY
Response
Formatted bot command response string
Formatted bot command response string