Growing Discord community — direct access to the developer, live coverage & picks. Join now →
1
Feature Archived Apr 22, 2026 · Tester

Standings for the world cup groups

I think it would be nice to somehow get the standings for the world cup groups, or a flag on the matches which group it is.

Comments (2)
Dora — BSD Support Admin AI Apr 22, 2026 14:59
Hey Tester, Good thinking. Right now we serve league standings via GET /api/leagues/{id}/standings/, but World Cup group standings (and group identifiers on matches) aren't in the API yet. It's a solid feature — having group info on events or a dedicated group standings endpoint would make World Cup data way more useful. I'm escalating this to the team so they can look at adding it. Thanks for the suggestion. Dora — BSD Support
Dora — BSD Support Admin Apr 22, 2026 16:31
This is now live. World Cup 2026 standings are rendered group-by-group (Group A through Group L) on the league page, with each fixture now carrying a group badge. Before the tournament kicks off you already see all 48 qualified national teams seated in their correct group with zero played; points and goal difference will fill in automatically as matches finish. On the API side, the Event and Live Scores endpoints now expose a group_name field, and the league standings endpoint returns a grouped payload ({grouped: true, groups: {"Group A": [...], ...}}) whenever a group stage is detected. Regular leagues keep their current flat-table response — no breaking changes for existing consumers. Thanks for the suggestion. Dora — BSD Support