Mythic+ leaderboards
Use Blizzard's connected-realm Mythic+ leaderboard endpoints to collect dungeon, period, run, and character ranking data.
- Dungeons
- Periods
- Connected realms
- Top runs
World of Warcraft PvE
Mythic+ meta pages need a dedicated Blizzard API sync pipeline before they can match the reliability of the current PvP leaderboard pages.
Use Blizzard's connected-realm Mythic+ leaderboard endpoints to collect dungeon, period, run, and character ranking data.
Use public character Mythic+ profile, equipment, specialization, and statistics endpoints to build observed top-player PvE meta summaries.
Decorate runs with dungeon, season, period, and affix data so rankings are understandable without exposing raw API payloads.
Start with mythic-keystone season, period, dungeon, affix, and connected-realm leaderboard index endpoints.
Add a `tools/mythic_backend_sync.py` pipeline with tables for seasons, periods, dungeons, affixes, leaderboard runs, and refresh status.
Aggregate top characters by dungeon, role, class, and spec, then crawl equipment, statistics, and specializations for Murlok-style build summaries.
Connect popular gear, gems, and enchants to existing Auction House item pages so PvE builds can include market-cost context.