QFX Mythic Rank Data - US
A lightweight, display-agnostic Mythic+ ranking data provider for the US region.
This addon contains regional Mythic+ percentile cutoff data sourced from Raider.IO and exposes a public Lua API for other World of Warcraft addons and WeakAuras.
Features
- US regional Mythic+ cutoff data
- Top 0.1%, 1%, 10%, 25%, and 40% thresholds
- Overall, Horde, and Alliance data
- Regional population data
- Estimated rank ranges based on the player's Blizzard Mythic+ score
- No user interface
- No timers or background processing
- No SavedVariables
- Does not require the Raider.IO in-game addon
- Can be installed together with other QFX Mythic Rank Data region packages
Public API
QFXMythicRankData:IsRegionAvailable("us")
QFXMythicRankData:GetMetadata("us")
QFXMythicRankData:GetCutoff("us", "p990", "all")
QFXMythicRankData:GetCutoffs("us", "all")
QFXMythicRankData:GetPlayerScore()
QFXMythicRankData:EstimateRank("us", score, "all")
QFXMythicRankData:EstimatePlayerRank("us", "all")