World of Warcraft PvE

PvE and Mythic+ statistics roadmap

Mythic+ meta pages need a dedicated Blizzard API sync pipeline before they can match the reliability of the current PvP leaderboard pages.

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

Character profiles

Use public character Mythic+ profile, equipment, specialization, and statistics endpoints to build observed top-player PvE meta summaries.

  • Score context
  • Gear
  • Talents
  • Stats

Dungeon context

Decorate runs with dungeon, season, period, and affix data so rankings are understandable without exposing raw API payloads.

  • Affixes
  • Seasons
  • Periods
  • Role meta

Blizzard API implementation map

Discovery

Start with mythic-keystone season, period, dungeon, affix, and connected-realm leaderboard index endpoints.

Sync

Add a `tools/mythic_backend_sync.py` pipeline with tables for seasons, periods, dungeons, affixes, leaderboard runs, and refresh status.

Aggregate

Aggregate top characters by dungeon, role, class, and spec, then crawl equipment, statistics, and specializations for Murlok-style build summaries.

Differentiate

Connect popular gear, gems, and enchants to existing Auction House item pages so PvE builds can include market-cost context.