mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
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>
130 lines
2.7 KiB
JSON
130 lines
2.7 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Estadio Azteca",
|
|
"city": "Mexico City",
|
|
"capacity": 80824,
|
|
"image": "stadiums/azteca.svg",
|
|
"timezone": "America/Mexico_City"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Estadio Akron",
|
|
"city": "Guadalajara",
|
|
"capacity": 45664,
|
|
"image": "stadiums/akron.svg",
|
|
"timezone": "America/Mexico_City"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Estadio BBVA",
|
|
"city": "Monterrey",
|
|
"capacity": 51243,
|
|
"image": "stadiums/bbva.svg",
|
|
"timezone": "America/Monterrey"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "MetLife Stadium",
|
|
"city": "New York/New Jersey",
|
|
"capacity": 80663,
|
|
"image": "stadiums/metlife.svg",
|
|
"timezone": "America/New_York"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "AT&T Stadium",
|
|
"city": "Dallas",
|
|
"capacity": 70649,
|
|
"image": "stadiums/att.svg",
|
|
"timezone": "America/Chicago"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "SoFi Stadium",
|
|
"city": "Los Angeles",
|
|
"capacity": 70492,
|
|
"image": "stadiums/sofi.svg",
|
|
"timezone": "America/Los_Angeles"
|
|
},
|
|
{
|
|
"id": 7,
|
|
"name": "Arrowhead Stadium",
|
|
"city": "Kansas City",
|
|
"capacity": 69045,
|
|
"image": "stadiums/arrowhead.svg",
|
|
"timezone": "America/Chicago"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"name": "Levi's Stadium",
|
|
"city": "San Francisco Bay Area",
|
|
"capacity": 68827,
|
|
"image": "stadiums/levis.svg",
|
|
"timezone": "America/Los_Angeles"
|
|
},
|
|
{
|
|
"id": 9,
|
|
"name": "NRG Stadium",
|
|
"city": "Houston",
|
|
"capacity": 68777,
|
|
"image": "stadiums/nrg.svg",
|
|
"timezone": "America/Chicago"
|
|
},
|
|
{
|
|
"id": 10,
|
|
"name": "Lincoln Financial Field",
|
|
"city": "Philadelphia",
|
|
"capacity": 68324,
|
|
"image": "stadiums/lincoln.svg",
|
|
"timezone": "America/New_York"
|
|
},
|
|
{
|
|
"id": 11,
|
|
"name": "Mercedes-Benz Stadium",
|
|
"city": "Atlanta",
|
|
"capacity": 68239,
|
|
"image": "stadiums/mercedesbenz.svg",
|
|
"timezone": "America/New_York"
|
|
},
|
|
{
|
|
"id": 12,
|
|
"name": "Lumen Field",
|
|
"city": "Seattle",
|
|
"capacity": 66925,
|
|
"image": "stadiums/lumen.svg",
|
|
"timezone": "America/Los_Angeles"
|
|
},
|
|
{
|
|
"id": 13,
|
|
"name": "Hard Rock Stadium",
|
|
"city": "Miami",
|
|
"capacity": 64478,
|
|
"image": "stadiums/hardrock.svg",
|
|
"timezone": "America/New_York"
|
|
},
|
|
{
|
|
"id": 14,
|
|
"name": "Gillette Stadium",
|
|
"city": "Boston",
|
|
"capacity": 64146,
|
|
"image": "stadiums/gillette.svg",
|
|
"timezone": "America/New_York"
|
|
},
|
|
{
|
|
"id": 15,
|
|
"name": "BC Place",
|
|
"city": "Vancouver",
|
|
"capacity": 52497,
|
|
"image": "stadiums/bcplace.svg",
|
|
"timezone": "America/Vancouver"
|
|
},
|
|
{
|
|
"id": 16,
|
|
"name": "BMO Field",
|
|
"city": "Toronto",
|
|
"capacity": 43036,
|
|
"image": "stadiums/bmo.svg",
|
|
"timezone": "America/Toronto"
|
|
}
|
|
]
|