Live standings, scores, and match results for the 2026 FIFA World Cup, powered by the ESPN public API.
Live at: cappy-dev.github.io/wc2026-tracker
- Group Standings - All 12 groups with points, wins, draws, losses, goals for/against, and goal difference
- Match Results - Live scores and final results with status indicators
- Top Scorers - Golden Boot race leaderboard
- Auto-refresh - Standings and matches update every 60 seconds
- Dark mode - Built for night owls
Static HTML + CSS + vanilla JavaScript. No build step, no framework, no API key needed. All data fetched client-side from ESPN's public endpoints.
site.api.espn.com/apis/v2/sports/soccer/fifa.world/standingssite.api.espn.com/apis/site/v2/sports/soccer/fifa.world/scoreboardsports.core.api.espn.com/v2/sports/soccer/leagues/fifa.world/leaders
Just open index.html in a browser. That's it. No server required.
AGPL-3.0