Files
worldcup/app/data/openfootball/1974/worldcup.groups.json
T

58 lines
876 B
JSON
Raw Normal View History

{
"groups": [
{
"name": "Group 1",
"teams": [
"West Germany",
"Chile",
"East Germany",
"Australia"
]
},
{
"name": "Group 2",
"teams": [
"Brazil",
"Yugoslavia",
"Zaire",
"Scotland"
]
},
{
"name": "Group 3",
"teams": [
"Uruguay",
"Netherlands",
"Sweden",
"Bulgaria"
]
},
{
"name": "Group 4",
"teams": [
"Italy",
"Haiti",
"Poland",
"Argentina"
]
},
{
"name": "Group A",
"teams": [
"Netherlands",
"Argentina",
"Brazil",
"East Germany"
]
},
{
"name": "Group B",
"teams": [
"Yugoslavia",
"West Germany",
"Sweden",
"Poland"
]
}
]
}