2026-06-15 11:39:53 +02:00
|
|
|
{
|
|
|
|
|
"groups": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Group 1",
|
|
|
|
|
"teams": [
|
|
|
|
|
"Uruguay",
|
|
|
|
|
"Colombia",
|
|
|
|
|
"Soviet Union",
|
|
|
|
|
"Yugoslavia"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Group 2",
|
|
|
|
|
"teams": [
|
|
|
|
|
"Chile",
|
|
|
|
|
"Switzerland",
|
2026-06-15 18:27:35 +02:00
|
|
|
"Germany",
|
2026-06-15 11:39:53 +02:00
|
|
|
"Italy"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Group 3",
|
|
|
|
|
"teams": [
|
|
|
|
|
"Brazil",
|
|
|
|
|
"Mexico",
|
|
|
|
|
"Czechoslovakia",
|
|
|
|
|
"Spain"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Group 4",
|
|
|
|
|
"teams": [
|
|
|
|
|
"Argentina",
|
|
|
|
|
"Bulgaria",
|
|
|
|
|
"Hungary",
|
|
|
|
|
"England"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|