world-2026-hub/data/groups.json
Lucas Kalil 24f2225732 feat(data): migrate tournament dataset from mock to real 2026 world cup
Replace fictional tournament data with official World Cup 2026 roster, groups,
schedule, and initial results. All 48 qualified teams, 16 venues, and 104 matches
(72 group + 32 knockout) now reflect real tournament data with cross-source
verification.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-12 22:38:20 -03:00

74 lines
687 B
JSON

{
"A": [
"MEX",
"KOR",
"RSA",
"CZE"
],
"B": [
"CAN",
"SUI",
"QAT",
"BIH"
],
"C": [
"BRA",
"MAR",
"SCO",
"HAI"
],
"D": [
"USA",
"AUS",
"PAR",
"TUR"
],
"E": [
"GER",
"ECU",
"CIV",
"CUW"
],
"F": [
"NED",
"JPN",
"TUN",
"SWE"
],
"G": [
"BEL",
"IRN",
"EGY",
"NZL"
],
"H": [
"ESP",
"URU",
"KSA",
"CPV"
],
"I": [
"FRA",
"SEN",
"NOR",
"IRQ"
],
"J": [
"ARG",
"AUT",
"ALG",
"JOR"
],
"K": [
"POR",
"COL",
"UZB",
"COD"
],
"L": [
"ENG",
"CRO",
"PAN",
"GHA"
]
}