
Tools
A dark-themed stats and esports tracker for Apex Legends. Look up any player's live ranked stats, or dive into the ALGS competitive scene — tournament standings, match-by-match breakdowns, and individual player career histories across every tracked event.
Built because I watch a lot of ALGS and wanted a single place to track players and teams across seasons. The official ALGS site covers individual events well, but doesn't aggregate player stats across the calendar — so this does.
Open TrackerPlayer stats are pulled live from the mozambiquehe.re API — the same data source used by most community trackers. ALGS tournament data is a different problem: apexlegendsstatus.com renders its overview pages client-side, so a scraper runs at build time to fetch the static HTML from individual match-day pages, parsing standings, score matrices, player stats, and game replay metadata.
That produces a single 36-event JSON file covering Y3 through Y6. Player career profiles are then derived client-side by aggregating across all events — cross-referencing team rosters to attach placement data to each player's stat line.
Player Stats
ALGS Events
Player Profiles
Data Pipeline