Raider
The Raider.IO Developer API offers programmatic access to Raider.IO data.
Latency
1402ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/api/v1/periods
Retrieve the current, previous, and next period ids and date ranges
/api/v1/characters/profile
Retrieve information about a character.
/api/v1/client/character-rivals
Rivals leaderboard window (self +/- 2) around a character. Defaults to the class leaderboard; pass specId for the spec leaderboard.
/api/v1/client/guild-rivals
Active-raid discovery and exact five-row guild leaderboard window for the character Overview dashboard
/api/v1/client/run-review
Aggregate review payload for a completed Mythic+ run: Keystone Pace, past dungeon runs, and nearby spec leaderboard rivals
/api/v1/guilds/boss-kill
Retrieve information about a guild boss kill.
/api/v1/guilds/profile
Retrieve information about a guild.
/api/v1/mythic-plus/affixes
Retrieve the affixes for a specific region, including the latest run seen with this affix
/api/v1/mythic-plus/cutoff-analysis
Retrieve cached Mythic+ cohort cutoff history and forecasts
/api/v1/mythic-plus/leaderboard-capacity
Retrieve the leaderboard capacity for a region including lowest level and time to qualify
/api/v1/mythic-plus/run-details
Retrieve details for a specific Mythic+ run
/api/v1/mythic-plus/runs
Retrieve information about the top runs that match the given criteria
/api/v1/mythic-plus/score-tiers
Retrieve the colors used for score tiers in the given season.
/api/v1/mythic-plus/season-cutoffs
Retrieve the Mythic+ Season cutoffs for a region
/api/v1/mythic-plus/static-data
Retrieve mythic plus season and dungeon static data for a specific expansion (slugs, names, etc.)
/api/v1/raiding/boss-rankings
Retrieve the boss rankings for a given raid and region
/api/v1/raiding/hall-of-fame
Retrieve the hall of fame for a given raid
/api/v1/raiding/progression
Retrieve details of raiding progression for a raid, showing how many guilds have reached each boss kill milestone
/api/v1/live-tracking/mythic-plus/current-dungeon
Retrieve the dungeon a Mythic+ team or platoon is currently running, if any. Returns null dungeon when no active run is detected.
/api/v1/raiding/raid-rankings
Retrieve the raid rankings for a given raid and region
/api/v1/raiding/static-data
Retrieve raid and boss static data for a specific expansion (slugs, names, etc.)
/api/v1/live-tracking/character/loadout
Retrieve a character loadout snapshot from combat log data, including equipped gear, spec, and basic profile info.
/api/v1/live-tracking/guild/boss-attempts
Retrieve a simplified timeline of boss attempts with health percentages. Ideal for rendering progress-over-time charts and stream overlays.
/api/v1/live-tracking/guild/boss-progress
Retrieve a guild's best progress on a specific boss, including best health percentage, total pull count, and kill status. Ideal for progress widgets and stream overlays.
/api/v1/live-tracking/rwf-event/feed
Retrieve a Race to World First event feed (kills, best percents, new pulls) for tracked guilds. Supports real-time polling via the "after" cursor parameter.
/api/v1/live-tracking/guild/boss-pulls
Retrieve detailed pull history for a specific boss including wipe/kill status, health percentages, and duration. Supports filtering by lockout period and date range.
/api/v1/live-tracking/guild/gear-summary
Retrieve a gear summary for a guild roster. Supports two scopes: "pull" uses combat log data from raid encounters, "armory" uses the latest Blizzard armory snapshot.
/api/v1/live-tracking/guild/ilvl-history
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.
/api/v1/live-tracking/guild/loot
Retrieve recent loot drops for a guild from combat log data. Filterable by time range and item type.
/api/v1/live-tracking/rwf-event/last
Retrieve the latest event ID for a Race to World First raid. Use the returned ID as the "after" cursor in the feed endpoint to poll for new events.
/api/v1/mythic-plus/cutoff-analysis/seasons
Published season and region cutoff datasets
/api/v1/mythic-plus/cutoff-analysis/summary
Published Mythic+ score cutoffs, character populations and daily history
/api/v1/live-tracking/guild/raid-comps
Retrieve raid composition details for a specific pull, including the full roster with character specs, gear, and talents.
/api/v1/live-tracking/guild/raid-progress
Retrieve overall raid progress for a guild across all bosses. Returns best percent, pull count, and kill status for every encounter in the raid.
/api/v1/live-tracking/guild/raid-pulls
Retrieve pull counts and details for each boss encounter. Returns all encounters with pull history for the specified guild, raid, and difficulty.
/api/v1/live-tracking/heatmaps/floors
Retrieve floor geometry data for all dungeons. Used to map game-world coordinates onto dungeon map images for heatmap rendering.
/api/v1/live-tracking/heatmaps/grid
Query aggregated spatial heatmap data for Mythic+ dungeons. Returns density data (deaths, spell casts) bucketed into a floor grid. Supports filtering by key level, item level, specs, classes, affixes, and more.
/api/v1/live-tracking/guild/ilvl-history/batch
Retrieve item level history for up to 10 guilds in one comparison request.
/api/v1/live-tracking/raiding/bot-commands/{cmd}
Return a pre-formatted string for use in Twitch/Discord bot commands. Supports template variables ($PCT, $BOSS, $PULL, $DIFFICULTY) for custom formatting.
/api/v1/live-tracking/user/activities/mythic-plus
Retrieve Mythic+ combat log contribution activities for a user in a given season.
/api/v1/live-tracking/user/activities/raiding
Retrieve raiding combat log contribution activities for a user in a given raid.
/api/v1/live-tracking/user/activity/mythic-plus
Retrieve detailed information about a specific Mythic+ run from combat log data, including roster, dungeon, timing, and performance.
/api/v1/live-tracking/user/activity/raiding
Retrieve detailed information about a specific raid encounter from combat log data.
43 endpoints auto-detected
curl -X GET \ "https://raider.io/api/api/v1/periods"
raider.io · HTTPS only