refactor: replace hardcoded hex colors with theme tokens, move data/ to root

- Add --color-green-mid token (#4a7a55) to @theme for dimmer stat values
- Replace all text-[#hex]/bg-[#hex] arbitrary values with named tokens:
  text-green, text-green-light, text-green-sec, text-green-muted,
  text-green-dark, text-green-mid, text-text, bg-card, bg-bg, border-border
- Replace rgba(34,197,94,X) inline styles with bg-green/X opacity modifiers
- Convert single-prop style={{ borderColor/background }} to className
- Fix SVG stroke="#dff5e8" → stroke="currentColor"
- Use CSS variables in globals.css base styles (background-color, color)
- Move app/data/wikipedia/ → data/ (project root, not inside Next.js app dir)
- Update Dockerfile, seed.ts, scrape-wikipedia.ts paths accordingly
- Remove unused app/data/world_cup.csv

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 18:08:23 +02:00
parent 187ee2e312
commit b141356247
125 changed files with 279 additions and 322 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"France",
"Mexico",
"Argentina",
"Chile"
]
},
{
"name": "Group 2",
"teams": [
"Yugoslavia",
"Brazil",
"Bolivia"
]
},
{
"name": "Group 3",
"teams": [
"Romania",
"Peru",
"Uruguay"
]
},
{
"name": "Group 4",
"teams": [
"United States",
"Belgium",
"Paraguay"
]
}
]
}
+605
View File
@@ -0,0 +1,605 @@
{
"matches": [
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-13",
"time": "15:00",
"team1": "France",
"team2": "Mexico",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "L. Laurent",
"minute": 19
},
{
"name": "Langiller",
"minute": 40
},
{
"name": "Maschinot",
"minute": 43
},
{
"name": "Maschinot",
"minute": 87
}
],
"goals2": [
{
"name": "Carreño",
"minute": 70
}
],
"ground": "Estadio Pocitos, Montevideo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-15",
"time": "16:00",
"team1": "Argentina",
"team2": "France",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Monti",
"minute": 81
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-16",
"time": "14:45",
"team1": "Chile",
"team2": "Mexico",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Vidal",
"minute": 3
},
{
"name": "Vidal",
"minute": 65
},
{
"name": "M. Rosas",
"minute": 52,
"owngoal": true
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-19",
"time": "12:50",
"team1": "Chile",
"team2": "France",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Subiabre",
"minute": 67
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-19",
"time": "15:00",
"team1": "Argentina",
"team2": "Mexico",
"score": {
"ft": [
6,
3
]
},
"goals1": [
{
"name": "Stábile",
"minute": 8
},
{
"name": "Stábile",
"minute": 17
},
{
"name": "Stábile",
"minute": 80
},
{
"name": "Zumelzú",
"minute": 12
},
{
"name": "Zumelzú",
"minute": 55
},
{
"name": "Varallo",
"minute": 53
}
],
"goals2": [
{
"name": "M. Rosas",
"minute": 42,
"penalty": true
},
{
"name": "M. Rosas",
"minute": 65
},
{
"name": "Gayón",
"minute": 75
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1930-07-22",
"time": "14:45",
"team1": "Argentina",
"team2": "Chile",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Stábile",
"minute": 12
},
{
"name": "Stábile",
"minute": 13
},
{
"name": "M. Evaristo",
"minute": 51
}
],
"goals2": [
{
"name": "Subiabre",
"minute": 15
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1930-07-14",
"time": "12:45",
"team1": "Yugoslavia",
"team2": "Brazil",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Tirnanić",
"minute": 21
},
{
"name": "Bek",
"minute": 30
}
],
"goals2": [
{
"name": "Preguinho",
"minute": 62
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1930-07-17",
"time": "12:45",
"team1": "Yugoslavia",
"team2": "Bolivia",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Bek",
"minute": 60
},
{
"name": "Bek",
"minute": 67
},
{
"name": "Marjanović",
"minute": 65
},
{
"name": "Vujadinović",
"minute": 85
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1930-07-20",
"time": "13:00",
"team1": "Brazil",
"team2": "Bolivia",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Moderato",
"minute": 37
},
{
"name": "Moderato",
"minute": 73
},
{
"name": "Preguinho",
"minute": 57
},
{
"name": "Preguinho",
"minute": 83
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1930-07-14",
"time": "14:50",
"team1": "Romania",
"team2": "Peru",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Deșu",
"minute": 1
},
{
"name": "Stanciu",
"minute": 79
},
{
"name": "Kovács",
"minute": 89
}
],
"goals2": [
{
"name": "De Souza",
"minute": 75
}
],
"ground": "Estadio Pocitos, Montevideo"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1930-07-18",
"time": "14:30",
"team1": "Uruguay",
"team2": "Peru",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Castro",
"minute": 65
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1930-07-21",
"time": "14:50",
"team1": "Uruguay",
"team2": "Romania",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Dorado",
"minute": 7
},
{
"name": "Scarone",
"minute": 26
},
{
"name": "Anselmo",
"minute": 31
},
{
"name": "Cea",
"minute": 35
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1930-07-13",
"time": "15:00",
"team1": "United States",
"team2": "Belgium",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "McGhee",
"minute": 23
},
{
"name": "Florie",
"minute": 45
},
{
"name": "Patenaude",
"minute": 69
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1930-07-17",
"time": "14:45",
"team1": "United States",
"team2": "Paraguay",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Patenaude",
"minute": 10
},
{
"name": "Patenaude",
"minute": 15
},
{
"name": "Patenaude",
"minute": 50
}
],
"ground": "Estadio Parque Central, Montevideo"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1930-07-20",
"time": "15:00",
"team1": "Paraguay",
"team2": "Belgium",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Vargas Peña",
"minute": 40
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Semi-finals",
"date": "1930-07-26",
"time": "14:45",
"team1": "Argentina",
"team2": "United States",
"score": {
"ft": [
6,
1
]
},
"goals1": [
{
"name": "Monti",
"minute": 20
},
{
"name": "Scopelli",
"minute": 56
},
{
"name": "Stábile",
"minute": 69
},
{
"name": "Stábile",
"minute": 87
},
{
"name": "Peucelle",
"minute": 80
},
{
"name": "Peucelle",
"minute": 85
}
],
"goals2": [
{
"name": "Brown",
"minute": 89
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Semi-finals",
"date": "1930-07-27",
"time": "14:45",
"team1": "Uruguay",
"team2": "Yugoslavia",
"score": {
"ft": [
6,
1
]
},
"goals1": [
{
"name": "Cea",
"minute": 18
},
{
"name": "Cea",
"minute": 67
},
{
"name": "Cea",
"minute": 72
},
{
"name": "Anselmo",
"minute": 20
},
{
"name": "Anselmo",
"minute": 31
},
{
"name": "Iriarte",
"minute": 61
}
],
"goals2": [
{
"name": "Vujadinović",
"minute": 4
}
],
"ground": "Estadio Centenario, Montevideo"
},
{
"round": "Final",
"date": "1930-07-30",
"time": "12:45",
"team1": "Uruguay",
"team2": "Argentina",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Dorado",
"minute": 12
},
{
"name": "Cea",
"minute": 57
},
{
"name": "Iriarte",
"minute": 68
},
{
"name": "Castro",
"minute": 89
}
],
"goals2": [
{
"name": "Peucelle",
"minute": 20
},
{
"name": "Stábile",
"minute": 37
}
],
"ground": "Estadio Centenario, Montevideo"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Uruguay",
"teams_count": 13,
"winner": "Uruguay",
"runner_up": "Argentina",
"third_place": "United States",
"fourth_place": "Yugoslavia"
}
File diff suppressed because it is too large Load Diff
+16
View File
@@ -0,0 +1,16 @@
{
"stadiums": [
{
"name": "Estadio Pocitos",
"city": "Montevideo"
},
{
"name": "Estadio Parque Central",
"city": "Montevideo"
},
{
"name": "Estadio Centenario",
"city": "Montevideo"
}
]
}
+601
View File
@@ -0,0 +1,601 @@
{
"matches": [
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Spain",
"team2": "Brazil",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Iraragorri",
"minute": 18,
"penalty": true
},
{
"name": "Iraragorri",
"minute": 25
},
{
"name": "Lángara",
"minute": 29
}
],
"goals2": [
{
"name": "Leônidas",
"minute": 55
}
],
"ground": "Stadio Luigi Ferraris, Genoa"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Hungary",
"team2": "Egypt",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Teleki",
"minute": 11
},
{
"name": "Toldi",
"minute": 31
},
{
"name": "Toldi",
"minute": 61
},
{
"name": "Vincze",
"minute": 53
}
],
"goals2": [
{
"name": "Fawzi",
"minute": 35
},
{
"name": "Fawzi",
"minute": 39
}
],
"ground": "Stadio Giorgio Ascarelli, Naples"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Switzerland",
"team2": "Netherlands",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Kielholz",
"minute": 7
},
{
"name": "Kielholz",
"minute": 43
},
{
"name": "Abegglen",
"minute": 66
}
],
"goals2": [
{
"name": "Smit",
"minute": 29
},
{
"name": "Vente",
"minute": 69
}
],
"ground": "Stadio San Siro, Milan"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Italy",
"team2": "United States",
"score": {
"ft": [
7,
1
]
},
"goals1": [
{
"name": "Schiavio",
"minute": 18
},
{
"name": "Schiavio",
"minute": 29
},
{
"name": "Schiavio",
"minute": 64
},
{
"name": "Orsi",
"minute": 20
},
{
"name": "Orsi",
"minute": 69
},
{
"name": "Ferrari",
"minute": 63
},
{
"name": "Meazza",
"minute": 90
}
],
"goals2": [
{
"name": "Donelli",
"minute": 57
}
],
"ground": "Stadio Nazionale PNF, Rome"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Czechoslovakia",
"team2": "Romania",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Puč",
"minute": 50
},
{
"name": "Nejedlý",
"minute": 67
}
],
"goals2": [
{
"name": "Dobay",
"minute": 11
}
],
"ground": "Stadio Littorio, Trieste"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Sweden",
"team2": "Argentina",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Jonasson",
"minute": 9
},
{
"name": "Jonasson",
"minute": 67
},
{
"name": "Kroon",
"minute": 79
}
],
"goals2": [
{
"name": "Belis",
"minute": 4
},
{
"name": "Galateo",
"minute": 48
}
],
"ground": "Stadio Littoriale, Bologna"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Austria",
"team2": "France",
"score": {
"ft": [
1,
1
],
"et": [
3,
2
]
},
"goals1": [
{
"name": "Sindelar",
"minute": 44
},
{
"name": "Schall",
"minute": 93
},
{
"name": "Bican",
"minute": 109
}
],
"goals2": [
{
"name": "Nicolas",
"minute": 18
},
{
"name": "Verriest",
"minute": 116,
"penalty": true
}
],
"ground": "Stadio Benito Mussolini, Turin"
},
{
"round": "Round of 16",
"date": "1934-05-27",
"time": "16:00",
"team1": "Germany",
"team2": "Belgium",
"score": {
"ft": [
5,
2
]
},
"goals1": [
{
"name": "Kobierski",
"minute": 25
},
{
"name": "Siffling",
"minute": 49
},
{
"name": "Conen",
"minute": 66
},
{
"name": "Conen",
"minute": 70
},
{
"name": "Conen",
"minute": 87
}
],
"goals2": [
{
"name": "Voorhoof",
"minute": 29
},
{
"name": "Voorhoof",
"minute": 43
}
],
"ground": "Stadio Giovanni Berta, Florence"
},
{
"round": "Quarter-finals",
"date": "1934-05-31",
"time": "16:30",
"team1": "Austria",
"team2": "Hungary",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Horvath",
"minute": 8
},
{
"name": "Zischek",
"minute": 51
}
],
"goals2": [
{
"name": "Sárosi",
"minute": 60,
"penalty": true
}
],
"ground": "Stadio Littoriale, Bologna"
},
{
"round": "Quarter-finals",
"date": "1934-05-31",
"time": "16:30",
"team1": "Italy",
"team2": "Spain",
"score": {
"ft": [
1,
1
],
"et": [
1,
1
]
},
"goals1": [
{
"name": "Ferrari",
"minute": 44
}
],
"goals2": [
{
"name": "Regueiro",
"minute": 30
}
],
"ground": "Stadio Giovanni Berta, Florence"
},
{
"round": "Quarter-finals",
"date": "1934-05-31",
"time": "16:30",
"team1": "Germany",
"team2": "Sweden",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Hohmann",
"minute": 60
},
{
"name": "Hohmann",
"minute": 63
}
],
"goals2": [
{
"name": "Dunker",
"minute": 82
}
],
"ground": "Stadio San Siro, Milan"
},
{
"round": "Quarter-finals",
"date": "1934-05-31",
"time": "16:30",
"team1": "Czechoslovakia",
"team2": "Switzerland",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Svoboda",
"minute": 24
},
{
"name": "Sobotka",
"minute": 49
},
{
"name": "Nejedlý",
"minute": 82
}
],
"goals2": [
{
"name": "Kielholz",
"minute": 18
},
{
"name": "Jäggi",
"minute": 78
}
],
"ground": "Stadio Benito Mussolini, Turin"
},
{
"round": "Quarter-finals",
"date": "1934-06-01",
"time": "16:30",
"team1": "Italy",
"team2": "Spain",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Meazza",
"minute": 11
}
],
"ground": "Stadio Giovanni Berta, Florence"
},
{
"round": "Semi-finals",
"date": "1934-06-03",
"time": "16:30",
"team1": "Italy",
"team2": "Austria",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Guaita",
"minute": 19
}
],
"ground": "Stadio San Siro, Milan"
},
{
"round": "Semi-finals",
"date": "1934-06-03",
"time": "16:30",
"team1": "Czechoslovakia",
"team2": "Germany",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Nejedlý",
"minute": 21
},
{
"name": "Nejedlý",
"minute": 69
},
{
"name": "Nejedlý",
"minute": 80
}
],
"goals2": [
{
"name": "Noack",
"minute": 62
}
],
"ground": "Stadio Nazionale PNF, Rome"
},
{
"round": "Third-place match",
"date": "1934-06-07",
"time": "18:00",
"team1": "Germany",
"team2": "Austria",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Lehner",
"minute": 1
},
{
"name": "Lehner",
"minute": 42
},
{
"name": "Conen",
"minute": 27
}
],
"goals2": [
{
"name": "Horvath",
"minute": 28
},
{
"name": "Sesta",
"minute": 54
}
],
"ground": "Stadio Giorgio Ascarelli, Naples"
},
{
"round": "Final",
"date": "1934-06-10",
"time": "15:30",
"team1": "Italy",
"team2": "Czechoslovakia",
"score": {
"ft": [
1,
1
],
"et": [
2,
1
]
},
"goals1": [
{
"name": "Orsi",
"minute": 81
},
{
"name": "Schiavio",
"minute": 95
}
],
"goals2": [
{
"name": "Puč",
"minute": 71
}
],
"ground": "Stadio Nazionale PNF, Rome"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Italy",
"teams_count": 16,
"winner": "Italy",
"runner_up": "Czechoslovakia",
"third_place": "Germany",
"fourth_place": "Austria"
}
+36
View File
@@ -0,0 +1,36 @@
{
"stadiums": [
{
"name": "Stadio Luigi Ferraris",
"city": "Genoa"
},
{
"name": "Stadio Giorgio Ascarelli",
"city": "Naples"
},
{
"name": "Stadio San Siro",
"city": "Milan"
},
{
"name": "Stadio Nazionale PNF",
"city": "Rome"
},
{
"name": "Stadio Littorio",
"city": "Trieste"
},
{
"name": "Stadio Littoriale",
"city": "Bologna"
},
{
"name": "Stadio Benito Mussolini",
"city": "Turin"
},
{
"name": "Stadio Giovanni Berta",
"city": "Florence"
}
]
}
+692
View File
@@ -0,0 +1,692 @@
{
"matches": [
{
"round": "Round of 16",
"date": "1938-06-04",
"time": "17:00",
"team1": "Switzerland",
"team2": "Germany",
"score": {
"ft": [
1,
1
],
"et": [
1,
1
]
},
"goals1": [
{
"name": "Abegglen",
"minute": 43
}
],
"goals2": [
{
"name": "Gauchel",
"minute": 29
}
],
"ground": "Parc des Princes, Paris"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "Hungary",
"team2": "Dutch East Indies",
"score": {
"ft": [
6,
0
]
},
"goals1": [
{
"name": "Kohut",
"minute": 13
},
{
"name": "Toldi",
"minute": 15
},
{
"name": "G. Sárosi",
"minute": 25
},
{
"name": "G. Sárosi",
"minute": 89
},
{
"name": "Zsengellér",
"minute": 30
},
{
"name": "Zsengellér",
"minute": 76
}
],
"ground": "Vélodrome Municipal, Reims"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"team1": "Sweden",
"team2": "Austria",
"ground": "Stade Gerland, Lyon"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "Cuba",
"team2": "Romania",
"score": {
"ft": [
2,
2
],
"et": [
3,
3
]
},
"goals1": [
{
"name": "Socorro",
"minute": 44
},
{
"name": "Socorro",
"minute": 103
},
{
"name": "Magriñá",
"minute": 69
}
],
"goals2": [
{
"name": "Bindea",
"minute": 35
},
{
"name": "Barátky",
"minute": 88
},
{
"name": "Dobay",
"minute": 105
}
],
"ground": "Stade du T.O.E.C., Toulouse"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "France",
"team2": "Belgium",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Veinante",
"minute": 1
},
{
"name": "Nicolas",
"minute": 16
},
{
"name": "Nicolas",
"minute": 69
}
],
"goals2": [
{
"name": "Isemborghs",
"minute": 38
}
],
"ground": "Stade Olympique de Colombes, Colombes"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "Italy",
"team2": "Norway",
"score": {
"ft": [
1,
1
],
"et": [
2,
1
]
},
"goals1": [
{
"name": "Ferraris",
"minute": 2
},
{
"name": "Piola",
"minute": 94
}
],
"goals2": [
{
"name": "Brustad",
"minute": 83
}
],
"ground": "Stade Vélodrome, Marseille"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "Brazil",
"team2": "Poland",
"score": {
"ft": [
4,
4
],
"et": [
6,
5
]
},
"goals1": [
{
"name": "Leônidas",
"minute": 18
},
{
"name": "Leônidas",
"minute": 93
},
{
"name": "Leônidas",
"minute": 104
},
{
"name": "Romeu",
"minute": 25
},
{
"name": "Perácio",
"minute": 44
},
{
"name": "Perácio",
"minute": 71
}
],
"goals2": [
{
"name": "Scherfke",
"minute": 23,
"penalty": true
},
{
"name": "Wilimowski",
"minute": 53
},
{
"name": "Wilimowski",
"minute": 59
},
{
"name": "Wilimowski",
"minute": 89
},
{
"name": "Wilimowski",
"minute": 118
}
],
"ground": "Stade de la Meinau, Strasbourg"
},
{
"round": "Round of 16",
"date": "1938-06-05",
"time": "17:00",
"team1": "Czechoslovakia",
"team2": "Netherlands",
"score": {
"ft": [
0,
0
],
"et": [
3,
0
]
},
"goals1": [
{
"name": "Košťálek",
"minute": 96
},
{
"name": "Nejedlý",
"minute": 111
},
{
"name": "Zeman",
"minute": 118
}
],
"ground": "Stade municipal, Le Havre"
},
{
"round": "Round of 16",
"date": "1938-06-09",
"time": "18:00",
"team1": "Switzerland",
"team2": "Germany",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Walaschek",
"minute": 42
},
{
"name": "Bickel",
"minute": 64
},
{
"name": "Abegglen",
"minute": 75
},
{
"name": "Abegglen",
"minute": 78
}
],
"goals2": [
{
"name": "Hahnemann",
"minute": 8
},
{
"name": "Lörtscher",
"minute": 22,
"owngoal": true
}
],
"ground": "Parc des Princes, Paris"
},
{
"round": "Round of 16",
"date": "1938-06-09",
"time": "18:00",
"team1": "Cuba",
"team2": "Romania",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Socorro",
"minute": 51
},
{
"name": "Fernández",
"minute": 57
}
],
"goals2": [
{
"name": "Dobay",
"minute": 35
}
],
"ground": "Stade du T.O.E.C., Toulouse"
},
{
"round": "Quarter-finals",
"date": "1938-06-12",
"time": "17:00",
"team1": "Hungary",
"team2": "Switzerland",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "G. Sárosi",
"minute": 40
},
{
"name": "Zsengellér",
"minute": 89
}
],
"ground": "Stade Victor Boucquey, Lille"
},
{
"round": "Quarter-finals",
"date": "1938-06-12",
"time": "17:00",
"team1": "Sweden",
"team2": "Cuba",
"score": {
"ft": [
8,
0
]
},
"goals1": [
{
"name": "H. Andersson",
"minute": 9
},
{
"name": "H. Andersson",
"minute": 81
},
{
"name": "H. Andersson",
"minute": 89
},
{
"name": "Wetterström",
"minute": 22
},
{
"name": "Wetterström",
"minute": 37
},
{
"name": "Wetterström",
"minute": 44
},
{
"name": "Keller",
"minute": 80
},
{
"name": "Nyberg",
"minute": 84
}
],
"ground": "Stade du Fort Carré, Antibes"
},
{
"round": "Quarter-finals",
"date": "1938-06-12",
"time": "17:00",
"team1": "Italy",
"team2": "France",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Colaussi",
"minute": 9
},
{
"name": "Piola",
"minute": 51
},
{
"name": "Piola",
"minute": 72
}
],
"goals2": [
{
"name": "Heisserer",
"minute": 10
}
],
"ground": "Stade Olympique de Colombes, Colombes"
},
{
"round": "Quarter-finals",
"date": "1938-06-12",
"time": "17:00",
"team1": "Brazil",
"team2": "Czechoslovakia",
"score": {
"ft": [
1,
1
],
"et": [
1,
1
]
},
"goals1": [
{
"name": "Leônidas",
"minute": 30
}
],
"goals2": [
{
"name": "Nejedlý",
"minute": 65,
"penalty": true
}
],
"ground": "Parc Lescure, Bordeaux"
},
{
"round": "Quarter-finals",
"date": "1938-06-14",
"time": "18:00",
"team1": "Brazil",
"team2": "Czechoslovakia",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Leônidas",
"minute": 57
},
{
"name": "Roberto",
"minute": 62
}
],
"goals2": [
{
"name": "Kopecký",
"minute": 25
}
],
"ground": "Parc Lescure, Bordeaux"
},
{
"round": "Semi-finals",
"date": "1938-06-16",
"time": "18:00",
"team1": "Hungary",
"team2": "Sweden",
"score": {
"ft": [
5,
1
]
},
"goals1": [
{
"name": "Jacobsson",
"minute": 19,
"owngoal": true
},
{
"name": "Titkos",
"minute": 37
},
{
"name": "Zsengellér",
"minute": 39
},
{
"name": "Zsengellér",
"minute": 85
},
{
"name": "G. Sárosi",
"minute": 65
}
],
"goals2": [
{
"name": "Nyberg",
"minute": 1
}
],
"ground": "Parc des Princes, Paris"
},
{
"round": "Semi-finals",
"date": "1938-06-16",
"time": "18:00",
"team1": "Italy",
"team2": "Brazil",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Colaussi",
"minute": 51
},
{
"name": "Meazza",
"minute": 60,
"penalty": true
}
],
"goals2": [
{
"name": "Romeu",
"minute": 87
}
],
"ground": "Stade Vélodrome, Marseille"
},
{
"round": "Third-place match",
"date": "1938-06-19",
"time": "17:00",
"team1": "Brazil",
"team2": "Sweden",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Romeu",
"minute": 44
},
{
"name": "Leônidas",
"minute": 63
},
{
"name": "Leônidas",
"minute": 74
},
{
"name": "Perácio",
"minute": 80
}
],
"goals2": [
{
"name": "Jonasson",
"minute": 28
},
{
"name": "Nyberg",
"minute": 38
}
],
"ground": "Parc Lescure, Bordeaux"
},
{
"round": "Final",
"date": "1938-06-19",
"time": "17:00",
"team1": "Italy",
"team2": "Hungary",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Colaussi",
"minute": 6
},
{
"name": "Colaussi",
"minute": 35
},
{
"name": "Piola",
"minute": 16
},
{
"name": "Piola",
"minute": 82
}
],
"goals2": [
{
"name": "Titkos",
"minute": 8
},
{
"name": "G. Sárosi",
"minute": 70
}
],
"ground": "Stade Olympique de Colombes, Paris"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "France",
"teams_count": 15,
"winner": "Italy",
"runner_up": "Hungary",
"third_place": "Brazil",
"fourth_place": "Sweden"
}
+48
View File
@@ -0,0 +1,48 @@
{
"stadiums": [
{
"name": "Parc des Princes",
"city": "Paris"
},
{
"name": "Vélodrome Municipal",
"city": "Reims"
},
{
"name": "Stade Gerland",
"city": "Lyon"
},
{
"name": "Stade du T.O.E.C.",
"city": "Toulouse"
},
{
"name": "Stade Olympique de Colombes",
"city": "Colombes"
},
{
"name": "Stade Vélodrome",
"city": "Marseille"
},
{
"name": "Stade de la Meinau",
"city": "Strasbourg"
},
{
"name": "Stade municipal",
"city": "Le Havre"
},
{
"name": "Stade Victor Boucquey",
"city": "Lille"
},
{
"name": "Stade du Fort Carré",
"city": "Antibes"
},
{
"name": "Parc Lescure",
"city": "Bordeaux"
}
]
}
+37
View File
@@ -0,0 +1,37 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Brazil",
"Mexico",
"Yugoslavia",
"Switzerland"
]
},
{
"name": "Group 2",
"teams": [
"England",
"Chile",
"Spain",
"United States"
]
},
{
"name": "Group 3",
"teams": [
"Sweden",
"Italy",
"Paraguay"
]
},
{
"name": "Group 4",
"teams": [
"Uruguay",
"Bolivia"
]
}
]
}
+753
View File
@@ -0,0 +1,753 @@
{
"matches": [
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-06-24",
"time": "15:00",
"team1": "Brazil",
"team2": "Mexico",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Ademir",
"minute": 30
},
{
"name": "Ademir",
"minute": 79
},
{
"name": "Jair",
"minute": 65
},
{
"name": "Baltazar",
"minute": 71
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-06-25",
"time": "15:00",
"team1": "Yugoslavia",
"team2": "Switzerland",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Mitić",
"minute": 59
},
{
"name": "Tomašević",
"minute": 70
},
{
"name": "Ognjanov",
"minute": 84
}
],
"ground": "Estádio Independência, Belo Horizonte"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-06-28",
"time": "15:00",
"team1": "Brazil",
"team2": "Switzerland",
"score": {
"ft": [
2,
2
]
},
"goals1": [
{
"name": "Alfredo",
"minute": 3
},
{
"name": "Baltazar",
"minute": 32
}
],
"goals2": [
{
"name": "Fatton",
"minute": 17
},
{
"name": "Fatton",
"minute": 88
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-06-28",
"time": "15:00",
"team1": "Yugoslavia",
"team2": "Mexico",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "Bobek",
"minute": 20
},
{
"name": "Ž. Čajkovski",
"minute": 23
},
{
"name": "Ž. Čajkovski",
"minute": 51
},
{
"name": "Tomašević",
"minute": 81
}
],
"goals2": [
{
"name": "Ortiz",
"minute": 89,
"penalty": true
}
],
"ground": "Estádio dos Eucaliptos, Porto Alegre"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-07-01",
"time": "15:00",
"team1": "Brazil",
"team2": "Yugoslavia",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Ademir",
"minute": 4
},
{
"name": "Zizinho",
"minute": 69
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1950-07-02",
"time": "15:40",
"team1": "Switzerland",
"team2": "Mexico",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Bader",
"minute": 10
},
{
"name": "Antenen",
"minute": 44
}
],
"goals2": [
{
"name": "Casarín",
"minute": 89
}
],
"ground": "Estádio dos Eucaliptos, Porto Alegre"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-06-25",
"time": "15:00",
"team1": "England",
"team2": "Chile",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Mortensen",
"minute": 39
},
{
"name": "Mannion",
"minute": 51
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-06-25",
"time": "15:00",
"team1": "Spain",
"team2": "United States",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Igoa",
"minute": 81
},
{
"name": "Basora",
"minute": 83
},
{
"name": "Zarra",
"minute": 89
}
],
"goals2": [
{
"name": "Pariani",
"minute": 17
}
],
"ground": "Estádio Durival de Britto, Curitiba"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-06-29",
"time": "15:00",
"team1": "Spain",
"team2": "Chile",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Basora",
"minute": 17
},
{
"name": "Zarra",
"minute": 30
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-06-29",
"time": "15:00",
"team1": "United States",
"team2": "England",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Gaetjens",
"minute": 38
}
],
"ground": "Estádio Independência, Belo Horizonte"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-07-02",
"time": "15:00",
"team1": "Spain",
"team2": "England",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Zarra",
"minute": 48
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1950-07-02",
"time": "15:00",
"team1": "Chile",
"team2": "United States",
"score": {
"ft": [
5,
2
]
},
"goals1": [
{
"name": "Robledo",
"minute": 16
},
{
"name": "Cremaschi",
"minute": 32
},
{
"name": "Cremaschi",
"minute": 60
},
{
"name": "Prieto",
"minute": 54
},
{
"name": "Riera",
"minute": 82
}
],
"goals2": [
{
"name": "Wallace",
"minute": 47
},
{
"name": "Maca",
"minute": 48,
"penalty": true
}
],
"ground": "Estádio Ilha do Retiro, Recife"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1950-06-25",
"time": "15:00",
"team1": "Sweden",
"team2": "Italy",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Jeppson",
"minute": 25
},
{
"name": "Jeppson",
"minute": 68
},
{
"name": "Andersson",
"minute": 33
}
],
"goals2": [
{
"name": "Carapellese",
"minute": 7
},
{
"name": "Muccinelli",
"minute": 75
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1950-06-29",
"time": "15:30",
"team1": "Sweden",
"team2": "Paraguay",
"score": {
"ft": [
2,
2
]
},
"goals1": [
{
"name": "Sundqvist",
"minute": 17
},
{
"name": "Palmér",
"minute": 26
}
],
"goals2": [
{
"name": "López",
"minute": 35
},
{
"name": "López Fretes",
"minute": 74
}
],
"ground": "Estádio Durival Britto, Curitiba"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1950-07-02",
"time": "15:00",
"team1": "Italy",
"team2": "Paraguay",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Carapellese",
"minute": 12
},
{
"name": "Pandolfini",
"minute": 62
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1950-07-02",
"time": "15:00",
"team1": "Uruguay",
"team2": "Bolivia",
"score": {
"ft": [
8,
0
]
},
"goals1": [
{
"name": "Míguez",
"minute": 14
},
{
"name": "Míguez",
"minute": 40
},
{
"name": "Míguez",
"minute": 51
},
{
"name": "Vidal",
"minute": 18
},
{
"name": "Schiaffino",
"minute": 23
},
{
"name": "Schiaffino",
"minute": 54
},
{
"name": "Pérez",
"minute": 83
},
{
"name": "Ghiggia",
"minute": 87
}
],
"ground": "Estádio Independência, Belo Horizonte"
},
{
"round": "Final round",
"date": "1950-07-09",
"time": "15:00",
"team1": "Uruguay",
"team2": "Spain",
"score": {
"ft": [
2,
2
]
},
"goals1": [
{
"name": "Ghiggia",
"minute": 29
},
{
"name": "Varela",
"minute": 73
}
],
"goals2": [
{
"name": "Basora",
"minute": 37
},
{
"name": "Basora",
"minute": 39
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Final round",
"date": "1950-07-09",
"time": "15:00",
"team1": "Brazil",
"team2": "Sweden",
"score": {
"ft": [
7,
1
]
},
"goals1": [
{
"name": "Ademir",
"minute": 17
},
{
"name": "Ademir",
"minute": 36
},
{
"name": "Ademir",
"minute": 52
},
{
"name": "Ademir",
"minute": 58
},
{
"name": "Chico",
"minute": 39
},
{
"name": "Chico",
"minute": 88
},
{
"name": "Maneca",
"minute": 85
}
],
"goals2": [
{
"name": "Andersson",
"minute": 67,
"penalty": true
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Final round",
"date": "1950-07-13",
"time": "15:00",
"team1": "Brazil",
"team2": "Spain",
"score": {
"ft": [
6,
1
]
},
"goals1": [
{
"name": "Ademir",
"minute": 15
},
{
"name": "Ademir",
"minute": 57
},
{
"name": "Jair",
"minute": 21
},
{
"name": "Chico",
"minute": 31
},
{
"name": "Chico",
"minute": 55
},
{
"name": "Zizinho",
"minute": 67
}
],
"goals2": [
{
"name": "Igoa",
"minute": 71
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
},
{
"round": "Final round",
"date": "1950-07-13",
"time": "15:00",
"team1": "Uruguay",
"team2": "Sweden",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Ghiggia",
"minute": 39
},
{
"name": "Míguez",
"minute": 77
},
{
"name": "Míguez",
"minute": 85
}
],
"goals2": [
{
"name": "Palmér",
"minute": 5
},
{
"name": "Sundqvist",
"minute": 40
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Final round",
"date": "1950-07-16",
"time": "15:00",
"team1": "Sweden",
"team2": "Spain",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Sundqvist",
"minute": 15
},
{
"name": "Mellberg",
"minute": 33
},
{
"name": "Palmér",
"minute": 80
}
],
"goals2": [
{
"name": "Zarra",
"minute": 82
}
],
"ground": "Estádio do Pacaembu, São Paulo"
},
{
"round": "Final round",
"date": "1950-07-16",
"time": "15:00",
"team1": "Uruguay",
"team2": "Brazil",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Schiaffino",
"minute": 66
},
{
"name": "Ghiggia",
"minute": 79
}
],
"goals2": [
{
"name": "Friaça",
"minute": 47
}
],
"ground": "Estádio do Maracanã, Rio de Janeiro"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Brazil",
"teams_count": 13,
"winner": "Uruguay",
"runner_up": "Brazil",
"third_place": "Sweden",
"fourth_place": "Spain"
}
File diff suppressed because it is too large Load Diff
+32
View File
@@ -0,0 +1,32 @@
{
"stadiums": [
{
"name": "Estádio do Maracanã",
"city": "Rio de Janeiro"
},
{
"name": "Estádio Independência",
"city": "Belo Horizonte"
},
{
"name": "Estádio do Pacaembu",
"city": "São Paulo"
},
{
"name": "Estádio dos Eucaliptos",
"city": "Porto Alegre"
},
{
"name": "Estádio Durival de Britto",
"city": "Curitiba"
},
{
"name": "Estádio Ilha do Retiro",
"city": "Recife"
},
{
"name": "Estádio Durival Britto",
"city": "Curitiba"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Brazil",
"Mexico",
"Yugoslavia",
"France"
]
},
{
"name": "Group 2",
"teams": [
"West Germany",
"Turkey",
"Hungary",
"South Korea"
]
},
{
"name": "Group 3",
"teams": [
"Uruguay",
"Czechoslovakia",
"Austria",
"Scotland"
]
},
{
"name": "Group 4",
"teams": [
"Switzerland",
"Italy",
"England",
"Belgium"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Switzerland",
"teams_count": 16,
"winner": "West Germany",
"runner_up": "Hungary",
"third_place": "Austria",
"fourth_place": "Uruguay"
}
File diff suppressed because it is too large Load Diff
+28
View File
@@ -0,0 +1,28 @@
{
"stadiums": [
{
"name": "Charmilles Stadium",
"city": "Geneva"
},
{
"name": "Stade Olympique de la Pontaise",
"city": "Lausanne"
},
{
"name": "Wankdorf Stadium",
"city": "Bern"
},
{
"name": "Hardturm Stadium",
"city": "Zürich"
},
{
"name": "St. Jakob Stadium",
"city": "Basel"
},
{
"name": "Cornaredo Stadium",
"city": "Lugano"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Argentina",
"West Germany",
"Northern Ireland",
"Czechoslovakia"
]
},
{
"name": "Group 2",
"teams": [
"France",
"Paraguay",
"Yugoslavia",
"Scotland"
]
},
{
"name": "Group 3",
"teams": [
"Sweden",
"Mexico",
"Hungary",
"Wales"
]
},
{
"name": "Group 4",
"teams": [
"Brazil",
"Austria",
"Soviet Union",
"England"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Sweden",
"teams_count": 16,
"winner": "Brazil",
"runner_up": "Sweden",
"third_place": "France",
"fourth_place": "West Germany"
}
File diff suppressed because it is too large Load Diff
+52
View File
@@ -0,0 +1,52 @@
{
"stadiums": [
{
"name": "Malmö Stadion",
"city": "Malmö"
},
{
"name": "Örjans Vall",
"city": "Halmstad"
},
{
"name": "Olympiastadion",
"city": "Helsingborg"
},
{
"name": "Idrottsparken",
"city": "Norrköping"
},
{
"name": "Arosvallen",
"city": "Västerås"
},
{
"name": "Eyravallen",
"city": "Örebro"
},
{
"name": "Tunavallen",
"city": "Eskilstuna"
},
{
"name": "Råsunda Stadium",
"city": "Solna"
},
{
"name": "Jernvallen",
"city": "Sandviken"
},
{
"name": "Rimnersvallen",
"city": "Uddevalla"
},
{
"name": "Ullevi",
"city": "Gothenburg"
},
{
"name": "Ryavallen",
"city": "Borås"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Uruguay",
"Colombia",
"Soviet Union",
"Yugoslavia"
]
},
{
"name": "Group 2",
"teams": [
"Chile",
"Switzerland",
"West Germany",
"Italy"
]
},
{
"name": "Group 3",
"teams": [
"Brazil",
"Mexico",
"Czechoslovakia",
"Spain"
]
},
{
"name": "Group 4",
"teams": [
"Argentina",
"Bulgaria",
"Hungary",
"England"
]
}
]
}
+928
View File
@@ -0,0 +1,928 @@
{
"matches": [
{
"round": "Quarter-finals",
"date": "1962-06-10",
"time": "14:30",
"team1": "Chile",
"team2": "Soviet Union",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "L. Sánchez",
"minute": 11
},
{
"name": "Rojas",
"minute": 29
}
],
"goals2": [
{
"name": "Chislenko",
"minute": 26
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Quarter-finals",
"date": "1962-06-10",
"time": "14:30",
"team1": "Czechoslovakia",
"team2": "Hungary",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Scherer",
"minute": 13
}
],
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Quarter-finals",
"date": "1962-06-10",
"time": "14:30",
"team1": "Brazil",
"team2": "England",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Garrincha",
"minute": 31
},
{
"name": "Garrincha",
"minute": 59
},
{
"name": "Vavá",
"minute": 53
}
],
"goals2": [
{
"name": "Hitchens",
"minute": 38
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Quarter-finals",
"date": "1962-06-10",
"time": "14:30",
"team1": "Yugoslavia",
"team2": "West Germany",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Radaković",
"minute": 85
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Semi-finals",
"date": "1962-06-13",
"time": "14:30",
"team1": "Czechoslovakia",
"team2": "Yugoslavia",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Kadraba",
"minute": 48
},
{
"name": "Scherer",
"minute": 80
},
{
"name": "Scherer",
"minute": 84,
"penalty": true
}
],
"goals2": [
{
"name": "Jerković",
"minute": 69
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Semi-finals",
"date": "1962-06-13",
"time": "14:30",
"team1": "Brazil",
"team2": "Chile",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Garrincha",
"minute": 9
},
{
"name": "Garrincha",
"minute": 32
},
{
"name": "Vavá",
"minute": 47
},
{
"name": "Vavá",
"minute": 78
}
],
"goals2": [
{
"name": "Toro",
"minute": 42
},
{
"name": "L. Sánchez",
"minute": 61,
"penalty": true
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Third-place match",
"date": "1962-06-16",
"time": "14:30",
"team1": "Chile",
"team2": "Yugoslavia",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Rojas",
"minute": 90
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Final",
"date": "1962-06-17",
"time": "14:30",
"team1": "Brazil",
"team2": "Czechoslovakia",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Amarildo",
"minute": 17
},
{
"name": "Zito",
"minute": 69
},
{
"name": "Vavá",
"minute": 78
}
],
"goals2": [
{
"name": "Masopust",
"minute": 15
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-05-30",
"time": "15:00",
"team1": "Uruguay",
"team2": "Colombia",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Cubilla",
"minute": 56
},
{
"name": "Sasía",
"minute": 75
}
],
"goals2": [
{
"name": "Zuluaga",
"minute": 19,
"penalty": true
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-05-31",
"time": "15:00",
"team1": "Soviet Union",
"team2": "Yugoslavia",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Ivanov",
"minute": 51
},
{
"name": "Ponedelnik",
"minute": 83
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-06-02",
"time": "15:00",
"team1": "Yugoslavia",
"team2": "Uruguay",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Skoblar",
"minute": 25,
"penalty": true
},
{
"name": "Galić",
"minute": 29
},
{
"name": "Jerković",
"minute": 49
}
],
"goals2": [
{
"name": "Cabrera",
"minute": 19
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-06-03",
"time": "15:00",
"team1": "Soviet Union",
"team2": "Colombia",
"score": {
"ft": [
4,
4
]
},
"goals1": [
{
"name": "Ivanov",
"minute": 8
},
{
"name": "Ivanov",
"minute": 11
},
{
"name": "Chislenko",
"minute": 10
},
{
"name": "Ponedelnik",
"minute": 56
}
],
"goals2": [
{
"name": "Aceros",
"minute": 21
},
{
"name": "Coll",
"minute": 68
},
{
"name": "Rada",
"minute": 72
},
{
"name": "Klinger",
"minute": 86
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-06-06",
"time": "15:00",
"team1": "Soviet Union",
"team2": "Uruguay",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Mamykin",
"minute": 38
},
{
"name": "Ivanov",
"minute": 89
}
],
"goals2": [
{
"name": "Sasía",
"minute": 54
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1962-06-07",
"time": "15:00",
"team1": "Yugoslavia",
"team2": "Colombia",
"score": {
"ft": [
5,
0
]
},
"goals1": [
{
"name": "Galić",
"minute": 20
},
{
"name": "Galić",
"minute": 61
},
{
"name": "Jerković",
"minute": 25
},
{
"name": "Jerković",
"minute": 87
},
{
"name": "Melić",
"minute": 82
}
],
"ground": "Estadio Carlos Dittborn, Arica"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-05-30",
"time": "15:00",
"team1": "Chile",
"team2": "Switzerland",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "L. Sánchez",
"minute": 44
},
{
"name": "L. Sánchez",
"minute": 55
},
{
"name": "Ramírez",
"minute": 51
}
],
"goals2": [
{
"name": "Wüthrich",
"minute": 6
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-05-31",
"time": "15:00",
"team1": "West Germany",
"team2": "Italy",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-06-02",
"time": "15:00",
"team1": "Chile",
"team2": "Italy",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Ramírez",
"minute": 73
},
{
"name": "Toro",
"minute": 87
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-06-03",
"time": "15:00",
"team1": "West Germany",
"team2": "Switzerland",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Brülls",
"minute": 45
},
{
"name": "Seeler",
"minute": 59
}
],
"goals2": [
{
"name": "Schneiter",
"minute": 73
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-06-06",
"time": "15:00",
"team1": "West Germany",
"team2": "Chile",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Szymaniak",
"minute": 21,
"penalty": true
},
{
"name": "Seeler",
"minute": 82
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1962-06-07",
"time": "15:00",
"team1": "Italy",
"team2": "Switzerland",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Mora",
"minute": 2
},
{
"name": "Bulgarelli",
"minute": 65
},
{
"name": "Bulgarelli",
"minute": 67
}
],
"ground": "Estadio Nacional, Santiago"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-05-30",
"time": "15:00",
"team1": "Brazil",
"team2": "Mexico",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Zagallo",
"minute": 56
},
{
"name": "Pelé",
"minute": 73
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-05-31",
"time": "15:00",
"team1": "Czechoslovakia",
"team2": "Spain",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Štibrányi",
"minute": 80
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-06-02",
"time": "15:00",
"team1": "Brazil",
"team2": "Czechoslovakia",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-06-03",
"time": "15:00",
"team1": "Spain",
"team2": "Mexico",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Peiró",
"minute": 90
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-06-06",
"time": "15:00",
"team1": "Brazil",
"team2": "Spain",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Amarildo",
"minute": 72
},
{
"name": "Amarildo",
"minute": 86
}
],
"goals2": [
{
"name": "Adelardo",
"minute": 35
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1962-06-07",
"time": "15:00",
"team1": "Mexico",
"team2": "Czechoslovakia",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Díaz",
"minute": 12
},
{
"name": "Del Águila",
"minute": 29
},
{
"name": "Hernández",
"minute": 90,
"penalty": true
}
],
"goals2": [
{
"name": "Mašek",
"minute": 1
}
],
"ground": "Estadio Sausalito, Viña del Mar"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-05-30",
"time": "15:00",
"team1": "Argentina",
"team2": "Bulgaria",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Facundo",
"minute": 4
}
],
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-05-31",
"time": "15:00",
"team1": "Hungary",
"team2": "England",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Tichy",
"minute": 17
},
{
"name": "Albert",
"minute": 71
}
],
"goals2": [
{
"name": "Flowers",
"minute": 60,
"penalty": true
}
],
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-06-02",
"time": "15:00",
"team1": "England",
"team2": "Argentina",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Flowers",
"minute": 17,
"penalty": true
},
{
"name": "Charlton",
"minute": 42
},
{
"name": "Greaves",
"minute": 67
}
],
"goals2": [
{
"name": "Sanfilippo",
"minute": 81
}
],
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-06-03",
"time": "15:00",
"team1": "Hungary",
"team2": "Bulgaria",
"score": {
"ft": [
6,
1
]
},
"goals1": [
{
"name": "Albert",
"minute": 1
},
{
"name": "Albert",
"minute": 6
},
{
"name": "Albert",
"minute": 53
},
{
"name": "Tichy",
"minute": 8
},
{
"name": "Tichy",
"minute": 70
},
{
"name": "Solymosi",
"minute": 12
}
],
"goals2": [
{
"name": "Sokolov",
"minute": 64
}
],
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-06-06",
"time": "15:00",
"team1": "Hungary",
"team2": "Argentina",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio El Teniente, Rancagua"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1962-06-07",
"time": "15:00",
"team1": "England",
"team2": "Bulgaria",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio El Teniente, Rancagua"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Chile",
"teams_count": 16,
"winner": "Brazil",
"runner_up": "Czechoslovakia",
"third_place": "Chile",
"fourth_place": "Yugoslavia"
}
File diff suppressed because it is too large Load Diff
+20
View File
@@ -0,0 +1,20 @@
{
"stadiums": [
{
"name": "Estadio Carlos Dittborn",
"city": "Arica"
},
{
"name": "Estadio El Teniente",
"city": "Rancagua"
},
{
"name": "Estadio Sausalito",
"city": "Viña del Mar"
},
{
"name": "Estadio Nacional",
"city": "Santiago"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"England",
"Uruguay",
"France",
"Mexico"
]
},
{
"name": "Group 2",
"teams": [
"West Germany",
"Switzerland",
"Argentina",
"Spain"
]
},
{
"name": "Group 3",
"teams": [
"Brazil",
"Bulgaria",
"Portugal",
"Hungary"
]
},
{
"name": "Group 4",
"teams": [
"Soviet Union",
"North Korea",
"Italy",
"Chile"
]
}
]
}
+939
View File
@@ -0,0 +1,939 @@
{
"matches": [
{
"round": "Quarter-finals",
"date": "1966-07-23",
"time": "15:00",
"team1": "England",
"team2": "Argentina",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Hurst",
"minute": 78
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Quarter-finals",
"date": "1966-07-23",
"time": "15:00",
"team1": "West Germany",
"team2": "Uruguay",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Haller",
"minute": 11
},
{
"name": "Haller",
"minute": 83
},
{
"name": "Beckenbauer",
"minute": 70
},
{
"name": "Seeler",
"minute": 75
}
],
"ground": "Hillsborough Stadium, Sheffield"
},
{
"round": "Quarter-finals",
"date": "1966-07-23",
"time": "15:00",
"team1": "Soviet Union",
"team2": "Hungary",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Chislenko",
"minute": 5
},
{
"name": "Porkuyan",
"minute": 46
}
],
"goals2": [
{
"name": "Bene",
"minute": 57
}
],
"ground": "Roker Park, Sunderland"
},
{
"round": "Quarter-finals",
"date": "1966-07-23",
"time": "15:00",
"team1": "Portugal",
"team2": "North Korea",
"score": {
"ft": [
5,
3
]
},
"goals1": [
{
"name": "Eusébio",
"minute": 27
},
{
"name": "Eusébio",
"minute": 43,
"penalty": true
},
{
"name": "Eusébio",
"minute": 56
},
{
"name": "Eusébio",
"minute": 59,
"penalty": true
},
{
"name": "José Augusto",
"minute": 80
}
],
"goals2": [
{
"name": "Pak Seung-zin",
"minute": 1
},
{
"name": "Li Dong-woon",
"minute": 22
},
{
"name": "Yang Seung-kook",
"minute": 25
}
],
"ground": "Goodison Park, Liverpool"
},
{
"round": "Semi-finals",
"date": "1966-07-25",
"time": "19:30",
"team1": "West Germany",
"team2": "Soviet Union",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Haller",
"minute": 43
},
{
"name": "Beckenbauer",
"minute": 67
}
],
"goals2": [
{
"name": "Porkuyan",
"minute": 88
}
],
"ground": "Goodison Park, Liverpool"
},
{
"round": "Semi-finals",
"date": "1966-07-26",
"time": "19:30",
"team1": "England",
"team2": "Portugal",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "B. Charlton",
"minute": 30
},
{
"name": "B. Charlton",
"minute": 80
}
],
"goals2": [
{
"name": "Eusébio",
"minute": 82,
"penalty": true
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Third-place match",
"date": "1966-07-28",
"time": "19:30",
"team1": "Portugal",
"team2": "Soviet Union",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Eusébio",
"minute": 12,
"penalty": true
},
{
"name": "Torres",
"minute": 89
}
],
"goals2": [
{
"name": "Malofeyev",
"minute": 43
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Final",
"date": "1966-07-30",
"time": "15:00",
"team1": "England",
"team2": "West Germany",
"score": {
"ft": [
2,
2
],
"et": [
4,
2
]
},
"goals1": [
{
"name": "Hurst",
"minute": 18
},
{
"name": "Hurst",
"minute": 101
},
{
"name": "Hurst",
"minute": 120
},
{
"name": "Peters",
"minute": 78
}
],
"goals2": [
{
"name": "Haller",
"minute": 12
},
{
"name": "Weber",
"minute": 89
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-11",
"time": "19:30",
"team1": "England",
"team2": "Uruguay",
"score": {
"ft": [
0,
0
]
},
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-13",
"time": "19:30",
"team1": "France",
"team2": "Mexico",
"score": {
"ft": [
1,
1
]
},
"goals1": [
{
"name": "Hausser",
"minute": 62
}
],
"goals2": [
{
"name": "Borja",
"minute": 48
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-15",
"time": "19:30",
"team1": "Uruguay",
"team2": "France",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Rocha",
"minute": 26
},
{
"name": "Cortés",
"minute": 31
}
],
"goals2": [
{
"name": "De Bourgoing",
"minute": 15,
"penalty": true
}
],
"ground": "White City Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-16",
"time": "19:30",
"team1": "England",
"team2": "Mexico",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "B. Charlton",
"minute": 37
},
{
"name": "Hunt",
"minute": 75
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-19",
"time": "16:30",
"team1": "Mexico",
"team2": "Uruguay",
"score": {
"ft": [
0,
0
]
},
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1966-07-20",
"time": "19:30",
"team1": "England",
"team2": "France",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Hunt",
"minute": 38
},
{
"name": "Hunt",
"minute": 75
}
],
"ground": "Wembley Stadium, London"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-12",
"time": "19:30",
"team1": "West Germany",
"team2": "Switzerland",
"score": {
"ft": [
5,
0
]
},
"goals1": [
{
"name": "Held",
"minute": 16
},
{
"name": "Haller",
"minute": 21
},
{
"name": "Haller",
"minute": 77,
"penalty": true
},
{
"name": "Beckenbauer",
"minute": 40
},
{
"name": "Beckenbauer",
"minute": 52
}
],
"ground": "Hillsborough Stadium, Sheffield"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-13",
"time": "19:30",
"team1": "Argentina",
"team2": "Spain",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Artime",
"minute": 66
},
{
"name": "Artime",
"minute": 79
}
],
"goals2": [
{
"name": "Roma",
"minute": 72,
"owngoal": true
}
],
"ground": "Villa Park, Birmingham"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-15",
"time": "19:30",
"team1": "Spain",
"team2": "Switzerland",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Sanchís",
"minute": 57
},
{
"name": "Amancio",
"minute": 75
}
],
"goals2": [
{
"name": "Quentin",
"minute": 31
}
],
"ground": "Hillsborough Stadium, Sheffield"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-16",
"time": "15:00",
"team1": "Argentina",
"team2": "West Germany",
"score": {
"ft": [
0,
0
]
},
"ground": "Villa Park, Birmingham"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-19",
"time": "19:30",
"team1": "Argentina",
"team2": "Switzerland",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Artime",
"minute": 52
},
{
"name": "Onega",
"minute": 79
}
],
"ground": "Hillsborough Stadium, Sheffield"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1966-07-20",
"time": "19:30",
"team1": "West Germany",
"team2": "Spain",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Emmerich",
"minute": 39
},
{
"name": "Seeler",
"minute": 84
}
],
"goals2": [
{
"name": "Fusté",
"minute": 23
}
],
"ground": "Villa Park, Birmingham"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-12",
"time": "19:30",
"team1": "Brazil",
"team2": "Bulgaria",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Pelé",
"minute": 15
},
{
"name": "Garrincha",
"minute": 63
}
],
"ground": "Goodison Park, Liverpool"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-13",
"time": "19:30",
"team1": "Portugal",
"team2": "Hungary",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "José Augusto",
"minute": 2
},
{
"name": "José Augusto",
"minute": 67
},
{
"name": "Torres",
"minute": 90
}
],
"goals2": [
{
"name": "Bene",
"minute": 60
}
],
"ground": "Old Trafford, Manchester"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-15",
"time": "19:30",
"team1": "Hungary",
"team2": "Brazil",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Bene",
"minute": 2
},
{
"name": "Farkas",
"minute": 64
},
{
"name": "Mészöly",
"minute": 73,
"penalty": true
}
],
"goals2": [
{
"name": "Tostão",
"minute": 14
}
],
"ground": "Goodison Park, Liverpool"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-16",
"time": "15:00",
"team1": "Portugal",
"team2": "Bulgaria",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Vutsov",
"minute": 7,
"owngoal": true
},
{
"name": "Eusébio",
"minute": 38
},
{
"name": "Torres",
"minute": 81
}
],
"ground": "Old Trafford, Manchester"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-19",
"time": "19:30",
"team1": "Portugal",
"team2": "Brazil",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Simões",
"minute": 15
},
{
"name": "Eusébio",
"minute": 27
},
{
"name": "Eusébio",
"minute": 85
}
],
"goals2": [
{
"name": "Rildo",
"minute": 73
}
],
"ground": "Goodison Park, Liverpool"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1966-07-20",
"time": "19:30",
"team1": "Hungary",
"team2": "Bulgaria",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Davidov",
"minute": 43,
"owngoal": true
},
{
"name": "Mészöly",
"minute": 45
},
{
"name": "Bene",
"minute": 54
}
],
"goals2": [
{
"name": "Asparuhov",
"minute": 15
}
],
"ground": "Old Trafford, Manchester"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-12",
"time": "19:30",
"team1": "Soviet Union",
"team2": "North Korea",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Malofeyev",
"minute": 31
},
{
"name": "Malofeyev",
"minute": 88
},
{
"name": "Banishevskiy",
"minute": 33
}
],
"ground": "Ayresome Park, Middlesbrough"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-13",
"time": "19:30",
"team1": "Italy",
"team2": "Chile",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Mazzola",
"minute": 8
},
{
"name": "Barison",
"minute": 88
}
],
"ground": "Roker Park, Sunderland"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-15",
"time": "19:30",
"team1": "Chile",
"team2": "North Korea",
"score": {
"ft": [
1,
1
]
},
"goals1": [
{
"name": "Marcos",
"minute": 26,
"penalty": true
}
],
"goals2": [
{
"name": "Pak Seung-zin",
"minute": 88
}
],
"ground": "Ayresome Park, Middlesbrough"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-16",
"time": "15:00",
"team1": "Soviet Union",
"team2": "Italy",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Chislenko",
"minute": 57
}
],
"ground": "Roker Park, Sunderland"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-19",
"time": "19:30",
"team1": "North Korea",
"team2": "Italy",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Pak Doo-ik",
"minute": 42
}
],
"ground": "Ayresome Park, Middlesbrough"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1966-07-20",
"time": "19:30",
"team1": "Soviet Union",
"team2": "Chile",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Porkuyan",
"minute": 28
},
{
"name": "Porkuyan",
"minute": 85
}
],
"goals2": [
{
"name": "Marcos",
"minute": 32
}
],
"ground": "Roker Park, Sunderland"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "England",
"teams_count": 16,
"winner": "England",
"runner_up": "West Germany",
"third_place": "Portugal",
"fourth_place": "Soviet Union"
}
File diff suppressed because it is too large Load Diff
+36
View File
@@ -0,0 +1,36 @@
{
"stadiums": [
{
"name": "Wembley Stadium",
"city": "London"
},
{
"name": "Hillsborough Stadium",
"city": "Sheffield"
},
{
"name": "Roker Park",
"city": "Sunderland"
},
{
"name": "Goodison Park",
"city": "Liverpool"
},
{
"name": "White City Stadium",
"city": "London"
},
{
"name": "Villa Park",
"city": "Birmingham"
},
{
"name": "Old Trafford",
"city": "Manchester"
},
{
"name": "Ayresome Park",
"city": "Middlesbrough"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Mexico",
"Soviet Union",
"Belgium",
"El Salvador"
]
},
{
"name": "Group 2",
"teams": [
"Uruguay",
"Israel",
"Italy",
"Sweden"
]
},
{
"name": "Group 3",
"teams": [
"England",
"Romania",
"Brazil",
"Czechoslovakia"
]
},
{
"name": "Group 4",
"teams": [
"Peru",
"Bulgaria",
"West Germany",
"Morocco"
]
}
]
}
+965
View File
@@ -0,0 +1,965 @@
{
"matches": [
{
"round": "Quarter-finals",
"date": "1970-06-14",
"time": "12:00",
"team1": "Soviet Union",
"team2": "Uruguay",
"score": {
"ft": [
0,
0
],
"et": [
0,
1
]
},
"goals2": [
{
"name": "Espárrago",
"minute": 117
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Quarter-finals",
"date": "1970-06-14",
"time": "12:00",
"team1": "Italy",
"team2": "Mexico",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "Guzmán",
"minute": 25,
"owngoal": true
},
{
"name": "Riva",
"minute": 63
},
{
"name": "Riva",
"minute": 76
},
{
"name": "Rivera",
"minute": 70
}
],
"goals2": [
{
"name": "González",
"minute": 13
}
],
"ground": "Estadio Luis Dosal, Toluca"
},
{
"round": "Quarter-finals",
"date": "1970-06-14",
"time": "12:00",
"team1": "Brazil",
"team2": "Peru",
"score": {
"ft": [
4,
2
]
},
"goals1": [
{
"name": "Rivellino",
"minute": 11
},
{
"name": "Tostão",
"minute": 15
},
{
"name": "Tostão",
"minute": 52
},
{
"name": "Jairzinho",
"minute": 75
}
],
"goals2": [
{
"name": "Gallardo",
"minute": 28
},
{
"name": "Cubillas",
"minute": 70
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Quarter-finals",
"date": "1970-06-14",
"time": "12:00",
"team1": "West Germany",
"team2": "England",
"score": {
"ft": [
2,
2
],
"et": [
3,
2
]
},
"goals1": [
{
"name": "Beckenbauer",
"minute": 68
},
{
"name": "Seeler",
"minute": 82
},
{
"name": "Müller",
"minute": 108
}
],
"goals2": [
{
"name": "Mullery",
"minute": 31
},
{
"name": "Peters",
"minute": 49
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Semi-finals",
"date": "1970-06-17",
"time": "16:00",
"team1": "Brazil",
"team2": "Uruguay",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Clodoaldo",
"minute": 44
},
{
"name": "Jairzinho",
"minute": 76
},
{
"name": "Rivellino",
"minute": 89
}
],
"goals2": [
{
"name": "Cubilla",
"minute": 19
}
],
"ground": "Estadio Jalisco, Guadalajara[a]"
},
{
"round": "Semi-finals",
"date": "1970-06-17",
"time": "16:00",
"team1": "Italy",
"team2": "West Germany",
"score": {
"ft": [
1,
1
],
"et": [
4,
3
]
},
"goals1": [
{
"name": "Boninsegna",
"minute": 8
},
{
"name": "Burgnich",
"minute": 98
},
{
"name": "Riva",
"minute": 104
},
{
"name": "Rivera",
"minute": 111
}
],
"goals2": [
{
"name": "Schnellinger",
"minute": 90,
"offset": 2
},
{
"name": "Müller",
"minute": 94
},
{
"name": "Müller",
"minute": 110
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Third-place match",
"date": "1970-06-20",
"time": "16:00",
"team1": "West Germany",
"team2": "Uruguay",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Overath",
"minute": 26
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Final",
"date": "1970-06-21",
"time": "12:00",
"team1": "Brazil",
"team2": "Italy",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "Pelé",
"minute": 18
},
{
"name": "Gérson",
"minute": 66
},
{
"name": "Jairzinho",
"minute": 71
},
{
"name": "Carlos Alberto",
"minute": 86
}
],
"goals2": [
{
"name": "Boninsegna",
"minute": 37
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-05-31",
"time": "12:00",
"team1": "Mexico",
"team2": "Soviet Union",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-06-03",
"time": "16:00",
"team1": "Belgium",
"team2": "El Salvador",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Van Moer",
"minute": 12
},
{
"name": "Van Moer",
"minute": 54
},
{
"name": "Lambert",
"minute": 79,
"penalty": true
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-06-06",
"time": "16:00",
"team1": "Soviet Union",
"team2": "Belgium",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "Byshovets",
"minute": 14
},
{
"name": "Byshovets",
"minute": 63
},
{
"name": "Asatiani",
"minute": 57
},
{
"name": "Khmelnytskyi",
"minute": 76
}
],
"goals2": [
{
"name": "Lambert",
"minute": 86
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-06-07",
"time": "12:00",
"team1": "Mexico",
"team2": "El Salvador",
"score": {
"ft": [
4,
0
]
},
"goals1": [
{
"name": "Valdivia",
"minute": 45
},
{
"name": "Valdivia",
"minute": 46
},
{
"name": "Fragoso",
"minute": 58
},
{
"name": "Basaguren",
"minute": 83
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-06-10",
"time": "16:00",
"team1": "Soviet Union",
"team2": "El Salvador",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Byshovets",
"minute": 51
},
{
"name": "Byshovets",
"minute": 74
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 1",
"date": "1970-06-11",
"time": "16:00",
"team1": "Mexico",
"team2": "Belgium",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Peña",
"minute": 14,
"penalty": true
}
],
"ground": "Estadio Azteca, Mexico City"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-02",
"time": "16:00",
"team1": "Uruguay",
"team2": "Israel",
"score": {
"ft": [
2,
0
]
},
"goals1": [
{
"name": "Maneiro",
"minute": 23
},
{
"name": "Mujica",
"minute": 50
}
],
"ground": "Estadio Cuauhtémoc, Puebla"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-03",
"time": "16:00",
"team1": "Italy",
"team2": "Sweden",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Domenghini",
"minute": 10
}
],
"ground": "Estadio Luis Dosal, Toluca"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-06",
"time": "16:00",
"team1": "Uruguay",
"team2": "Italy",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio Cuauhtémoc, Puebla"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-07",
"time": "12:00",
"team1": "Sweden",
"team2": "Israel",
"score": {
"ft": [
1,
1
]
},
"goals1": [
{
"name": "Turesson",
"minute": 53
}
],
"goals2": [
{
"name": "Spiegler",
"minute": 56
}
],
"ground": "Estadio Luis Dosal, Toluca"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-10",
"time": "16:00",
"team1": "Sweden",
"team2": "Uruguay",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Grahn",
"minute": 90
}
],
"ground": "Estadio Cuauhtémoc, Puebla"
},
{
"round": "Group stage",
"group": "Group 2",
"date": "1970-06-11",
"time": "16:00",
"team1": "Italy",
"team2": "Israel",
"score": {
"ft": [
0,
0
]
},
"ground": "Estadio Luis Dosal, Toluca"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-02",
"time": "16:00",
"team1": "England",
"team2": "Romania",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Hurst",
"minute": 65
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-03",
"time": "16:00",
"team1": "Brazil",
"team2": "Czechoslovakia",
"score": {
"ft": [
4,
1
]
},
"goals1": [
{
"name": "Rivellino",
"minute": 24
},
{
"name": "Pelé",
"minute": 59
},
{
"name": "Jairzinho",
"minute": 61
},
{
"name": "Jairzinho",
"minute": 83
}
],
"goals2": [
{
"name": "Petráš",
"minute": 11
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-06",
"time": "16:00",
"team1": "Romania",
"team2": "Czechoslovakia",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Neagu",
"minute": 52
},
{
"name": "Dumitrache",
"minute": 75,
"penalty": true
}
],
"goals2": [
{
"name": "Petráš",
"minute": 5
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-07",
"time": "12:00",
"team1": "Brazil",
"team2": "England",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Jairzinho",
"minute": 59
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-10",
"time": "16:00",
"team1": "Brazil",
"team2": "Romania",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Pelé",
"minute": 19
},
{
"name": "Pelé",
"minute": 67
},
{
"name": "Jairzinho",
"minute": 22
}
],
"goals2": [
{
"name": "Dumitrache",
"minute": 34
},
{
"name": "Dembrovschi",
"minute": 84
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 3",
"date": "1970-06-11",
"time": "16:00",
"team1": "England",
"team2": "Czechoslovakia",
"score": {
"ft": [
1,
0
]
},
"goals1": [
{
"name": "Clarke",
"minute": 50,
"penalty": true
}
],
"ground": "Estadio Jalisco, Guadalajara"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-02",
"time": "16:00",
"team1": "Peru",
"team2": "Bulgaria",
"score": {
"ft": [
3,
2
]
},
"goals1": [
{
"name": "Gallardo",
"minute": 50
},
{
"name": "Chumpitaz",
"minute": 55
},
{
"name": "Cubillas",
"minute": 73
}
],
"goals2": [
{
"name": "Dermendzhiev",
"minute": 13
},
{
"name": "Bonev",
"minute": 49
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-03",
"time": "16:00",
"team1": "West Germany",
"team2": "Morocco",
"score": {
"ft": [
2,
1
]
},
"goals1": [
{
"name": "Seeler",
"minute": 56
},
{
"name": "Müller",
"minute": 80
}
],
"goals2": [
{
"name": "Jarir",
"minute": 21
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-06",
"time": "16:00",
"team1": "Peru",
"team2": "Morocco",
"score": {
"ft": [
3,
0
]
},
"goals1": [
{
"name": "Cubillas",
"minute": 65
},
{
"name": "Cubillas",
"minute": 75
},
{
"name": "Challe",
"minute": 67
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-07",
"time": "12:00",
"team1": "West Germany",
"team2": "Bulgaria",
"score": {
"ft": [
5,
2
]
},
"goals1": [
{
"name": "Libuda",
"minute": 20
},
{
"name": "Müller",
"minute": 27
},
{
"name": "Müller",
"minute": 52,
"penalty": true
},
{
"name": "Müller",
"minute": 88
},
{
"name": "Seeler",
"minute": 70
}
],
"goals2": [
{
"name": "Nikodimov",
"minute": 12
},
{
"name": "Kolev",
"minute": 89
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-10",
"time": "16:00",
"team1": "West Germany",
"team2": "Peru",
"score": {
"ft": [
3,
1
]
},
"goals1": [
{
"name": "Müller",
"minute": 19
},
{
"name": "Müller",
"minute": 26
},
{
"name": "Müller",
"minute": 39
}
],
"goals2": [
{
"name": "Cubillas",
"minute": 44
}
],
"ground": "Estadio Nou Camp, León"
},
{
"round": "Group stage",
"group": "Group 4",
"date": "1970-06-11",
"time": "16:00",
"team1": "Bulgaria",
"team2": "Morocco",
"score": {
"ft": [
1,
1
]
},
"goals1": [
{
"name": "Zhechev",
"minute": 40
}
],
"goals2": [
{
"name": "Ghazouani",
"minute": 61
}
],
"ground": "Estadio Nou Camp, León"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Mexico",
"teams_count": 16,
"winner": "Brazil",
"runner_up": "Italy",
"third_place": "West Germany",
"fourth_place": "Uruguay"
}
File diff suppressed because it is too large Load Diff
+24
View File
@@ -0,0 +1,24 @@
{
"stadiums": [
{
"name": "Estadio Azteca",
"city": "Mexico City"
},
{
"name": "Estadio Luis Dosal",
"city": "Toluca"
},
{
"name": "Estadio Jalisco",
"city": "Guadalajara"
},
{
"name": "Estadio Nou Camp",
"city": "León"
},
{
"name": "Estadio Cuauhtémoc",
"city": "Puebla"
}
]
}
+58
View File
@@ -0,0 +1,58 @@
{
"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"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "West Germany",
"teams_count": 16,
"winner": "West Germany",
"runner_up": "Netherlands",
"third_place": "Poland",
"fourth_place": "Brazil"
}
File diff suppressed because it is too large Load Diff
+36
View File
@@ -0,0 +1,36 @@
{
"stadiums": [
{
"name": "Olympiastadion",
"city": "Munich"
},
{
"name": "Volksparkstadion",
"city": "Hamburg"
},
{
"name": "Waldstadion",
"city": "Frankfurt"
},
{
"name": "Westfalenstadion",
"city": "Dortmund"
},
{
"name": "Parkstadion",
"city": "Gelsenkirchen"
},
{
"name": "Niedersachsenstadion",
"city": "Hanover"
},
{
"name": "Rheinstadion",
"city": "Düsseldorf"
},
{
"name": "Neckarstadion",
"city": "Stuttgart"
}
]
}
+58
View File
@@ -0,0 +1,58 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Italy",
"France",
"Argentina",
"Hungary"
]
},
{
"name": "Group 2",
"teams": [
"West Germany",
"Poland",
"Tunisia",
"Mexico"
]
},
{
"name": "Group 3",
"teams": [
"Austria",
"Spain",
"Brazil",
"Sweden"
]
},
{
"name": "Group 4",
"teams": [
"Peru",
"Scotland",
"Netherlands",
"Iran"
]
},
{
"name": "Group A",
"teams": [
"Austria",
"Netherlands",
"Italy",
"West Germany"
]
},
{
"name": "Group B",
"teams": [
"Brazil",
"Peru",
"Argentina",
"Poland"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Argentina",
"teams_count": 16,
"winner": "Argentina",
"runner_up": "Netherlands",
"third_place": "Brazil",
"fourth_place": "Italy"
}
File diff suppressed because it is too large Load Diff
+48
View File
@@ -0,0 +1,48 @@
{
"stadiums": [
{
"name": "River Plate Stadium",
"city": "Buenos Aires"
},
{
"name": "Estadio José María Minella",
"city": "Mar del Plata"
},
{
"name": "Estadio Monumental",
"city": "Buenos Aires"
},
{
"name": "Estadio Gigante de Arroyito",
"city": "Rosario"
},
{
"name": "Estadio Chateau Carreras",
"city": "Córdoba"
},
{
"name": "Estadio Olímpico Chateau Carreras",
"city": "Córdoba"
},
{
"name": "Estadio José Amalfitani",
"city": "Buenos Aires"
},
{
"name": "Estadio José Maria Minella",
"city": "Mar del Plata"
},
{
"name": "Chateau Carreras",
"city": "Córdoba"
},
{
"name": "Estadio Ciudad de Mendoza",
"city": "Mendoza"
},
{
"name": "Estadio Malvinas Argentinas",
"city": "Mendoza"
}
]
}
+90
View File
@@ -0,0 +1,90 @@
{
"groups": [
{
"name": "Group 1",
"teams": [
"Italy",
"Poland",
"Peru",
"Cameroon"
]
},
{
"name": "Group 2",
"teams": [
"West Germany",
"Algeria",
"Chile",
"Austria"
]
},
{
"name": "Group 3",
"teams": [
"Argentina",
"Belgium",
"Hungary",
"El Salvador"
]
},
{
"name": "Group 4",
"teams": [
"England",
"France",
"Czechoslovakia",
"Kuwait"
]
},
{
"name": "Group 5",
"teams": [
"Spain",
"Honduras",
"Yugoslavia",
"Northern Ireland"
]
},
{
"name": "Group 6",
"teams": [
"Brazil",
"Soviet Union",
"Scotland",
"New Zealand"
]
},
{
"name": "Group A",
"teams": [
"Poland",
"Belgium",
"Soviet Union"
]
},
{
"name": "Group B",
"teams": [
"West Germany",
"England",
"Spain"
]
},
{
"name": "Group C",
"teams": [
"Italy",
"Argentina",
"Brazil"
]
},
{
"name": "Group D",
"teams": [
"Austria",
"France",
"Northern Ireland"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Spain",
"teams_count": 24,
"winner": "Italy",
"runner_up": "West Germany",
"third_place": "Poland",
"fourth_place": "France"
}
File diff suppressed because it is too large Load Diff
+80
View File
@@ -0,0 +1,80 @@
{
"stadiums": [
{
"name": "Camp Nou",
"city": "Barcelona"
},
{
"name": "Ramón Sánchez Pizjuán Stadium",
"city": "Seville"
},
{
"name": "Estadio José Rico Pérez",
"city": "Alicante"
},
{
"name": "Santiago Bernabéu",
"city": "Madrid"
},
{
"name": "Balaídos",
"city": "Vigo"
},
{
"name": "Estadio de Riazor",
"city": "A Coruña"
},
{
"name": "El Molinón",
"city": "Gijón"
},
{
"name": "Estadio Carlos Tartiere",
"city": "Oviedo"
},
{
"name": "Nuevo Estadio",
"city": "Elche"
},
{
"name": "San Mamés",
"city": "Bilbao"
},
{
"name": "Estadio José Zorrilla",
"city": "Valladolid"
},
{
"name": "Estadio Luis Casanova",
"city": "Valencia"
},
{
"name": "La Romareda",
"city": "Zaragoza"
},
{
"name": "Ramón Sánchez Pizjuán",
"city": "Seville"
},
{
"name": "La Rosaleda Stadium",
"city": "Málaga"
},
{
"name": "Estadio Benito Villamarín",
"city": "Seville"
},
{
"name": "Sarrià Stadium",
"city": "Barcelona"
},
{
"name": "Estadio Sarriá",
"city": "Barcelona"
},
{
"name": "Vicente Calderón",
"city": "Madrid"
}
]
}
+58
View File
@@ -0,0 +1,58 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Bulgaria",
"Italy",
"Argentina",
"South Korea"
]
},
{
"name": "Group B",
"teams": [
"Belgium",
"Mexico",
"Paraguay",
"Iraq"
]
},
{
"name": "Group C",
"teams": [
"Canada",
"France",
"Soviet Union",
"Hungary"
]
},
{
"name": "Group D",
"teams": [
"Spain",
"Brazil",
"Algeria",
"Northern Ireland"
]
},
{
"name": "Group E",
"teams": [
"Uruguay",
"West Germany",
"Scotland",
"Denmark"
]
},
{
"name": "Group F",
"teams": [
"Morocco",
"Poland",
"Portugal",
"England"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Mexico",
"teams_count": 24,
"winner": "Argentina",
"runner_up": "West Germany",
"third_place": "France",
"fourth_place": "Belgium"
}
File diff suppressed because it is too large Load Diff
+52
View File
@@ -0,0 +1,52 @@
{
"stadiums": [
{
"name": "Estadio Azteca",
"city": "Mexico City"
},
{
"name": "Estadio Nou Camp",
"city": "León"
},
{
"name": "Estadio Jalisco",
"city": "Guadalajara"
},
{
"name": "Estadio Cuauhtémoc",
"city": "Puebla"
},
{
"name": "Estadio Olímpico Universitario",
"city": "Mexico City"
},
{
"name": "Estadio Universitario",
"city": "San Nicolás de los Garza"
},
{
"name": "Estadio La Corregidora",
"city": "Querétaro"
},
{
"name": "Estadio Toluca 7086",
"city": "Toluca"
},
{
"name": "Estadio Sergio León Chavez",
"city": "Irapuato"
},
{
"name": "Estadio Tres de Marzo",
"city": "Zapopan"
},
{
"name": "Estadio Tecnológico",
"city": "Monterrey"
},
{
"name": "Estadio Neza 86",
"city": "Nezahualcóyotl"
}
]
}
+58
View File
@@ -0,0 +1,58 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Italy",
"Austria",
"United States",
"Czechoslovakia"
]
},
{
"name": "Group B",
"teams": [
"Argentina",
"Cameroon",
"Soviet Union",
"Romania"
]
},
{
"name": "Group C",
"teams": [
"Brazil",
"Sweden",
"Costa Rica",
"Scotland"
]
},
{
"name": "Group D",
"teams": [
"United Arab Emirates",
"Colombia",
"West Germany",
"Yugoslavia"
]
},
{
"name": "Group E",
"teams": [
"Belgium",
"South Korea",
"Uruguay",
"Spain"
]
},
{
"name": "Group F",
"teams": [
"England",
"Republic of Ireland",
"Netherlands",
"Egypt"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Italy",
"teams_count": 24,
"winner": "West Germany",
"runner_up": "Argentina",
"third_place": "Italy",
"fourth_place": "England"
}
File diff suppressed because it is too large Load Diff
+56
View File
@@ -0,0 +1,56 @@
{
"stadiums": [
{
"name": "Stadio San Paolo",
"city": "Naples"
},
{
"name": "Stadio San Nicola",
"city": "Bari"
},
{
"name": "Stadio Delle Alpi",
"city": "Turin"
},
{
"name": "San Siro",
"city": "Milan"
},
{
"name": "Stadio Luigi Ferraris",
"city": "Genoa"
},
{
"name": "Stadio Olimpico",
"city": "Rome"
},
{
"name": "Stadio Marc'Antonio Bentegodi",
"city": "Verona"
},
{
"name": "Stadio Renato Dall'Ara",
"city": "Bologna"
},
{
"name": "Stadio Comunale",
"city": "Florence"
},
{
"name": "Stadio delle Alpi",
"city": "Turin"
},
{
"name": "Stadio Friuli",
"city": "Udine"
},
{
"name": "Stadio Sant'Elia",
"city": "Cagliari"
},
{
"name": "Stadio La Favorita",
"city": "Palermo"
}
]
}
+58
View File
@@ -0,0 +1,58 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"United States",
"Switzerland",
"Colombia",
"Romania"
]
},
{
"name": "Group B",
"teams": [
"Cameroon",
"Sweden",
"Brazil",
"Russia"
]
},
{
"name": "Group C",
"teams": [
"Germany",
"Bolivia",
"Spain",
"South Korea"
]
},
{
"name": "Group D",
"teams": [
"Argentina",
"Greece",
"Nigeria",
"Bulgaria"
]
},
{
"name": "Group E",
"teams": [
"Italy",
"Republic of Ireland",
"Norway",
"Mexico"
]
},
{
"name": "Group F",
"teams": [
"Belgium",
"Morocco",
"Netherlands",
"Saudi Arabia"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "United States",
"teams_count": 24,
"winner": "Brazil",
"runner_up": "Italy",
"third_place": "Sweden",
"fourth_place": "Bulgaria"
}
File diff suppressed because it is too large Load Diff
+40
View File
@@ -0,0 +1,40 @@
{
"stadiums": [
{
"name": "Soldier Field",
"city": "Chicago"
},
{
"name": "RFK Stadium",
"city": "Washington, D.C."
},
{
"name": "Cotton Bowl",
"city": "Dallas"
},
{
"name": "Rose Bowl",
"city": "Pasadena"
},
{
"name": "Citrus Bowl",
"city": "Orlando"
},
{
"name": "Stanford Stadium",
"city": "Stanford"
},
{
"name": "Foxboro Stadium",
"city": "Foxborough"
},
{
"name": "Giants Stadium",
"city": "East Rutherford"
},
{
"name": "Pontiac Silverdome",
"city": "Pontiac"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Brazil",
"Scotland",
"Morocco",
"Norway"
]
},
{
"name": "Group B",
"teams": [
"Italy",
"Chile",
"Cameroon",
"Austria"
]
},
{
"name": "Group C",
"teams": [
"Saudi Arabia",
"Denmark",
"France",
"South Africa"
]
},
{
"name": "Group D",
"teams": [
"Paraguay",
"Bulgaria",
"Spain",
"Nigeria"
]
},
{
"name": "Group E",
"teams": [
"South Korea",
"Mexico",
"Netherlands",
"Belgium"
]
},
{
"name": "Group F",
"teams": [
"FR Yugoslavia",
"Iran",
"Germany",
"United States"
]
},
{
"name": "Group G",
"teams": [
"England",
"Tunisia",
"Romania",
"Colombia"
]
},
{
"name": "Group H",
"teams": [
"Argentina",
"Japan",
"Jamaica",
"Croatia"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "France",
"teams_count": 32,
"winner": "France",
"runner_up": "Brazil",
"third_place": "Croatia",
"fourth_place": "Netherlands"
}
File diff suppressed because it is too large Load Diff
+48
View File
@@ -0,0 +1,48 @@
{
"stadiums": [
{
"name": "Stade Vélodrome",
"city": "Marseille"
},
{
"name": "Parc des Princes",
"city": "Paris"
},
{
"name": "Stade Félix-Bollaert",
"city": "Lens"
},
{
"name": "Stade de France",
"city": "Saint-Denis"
},
{
"name": "Stade de la Mosson",
"city": "Montpellier"
},
{
"name": "Stade de Toulouse",
"city": "Toulouse"
},
{
"name": "Parc Lescure",
"city": "Bordeaux"
},
{
"name": "Stade Geoffroy-Guichard",
"city": "Saint-Étienne"
},
{
"name": "Stade de la Beaujoire",
"city": "Nantes"
},
{
"name": "Stade de Gerland",
"city": "Lyon"
},
{
"name": "Stade Gerland",
"city": "Lyon"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"France",
"Senegal",
"Uruguay",
"Denmark"
]
},
{
"name": "Group B",
"teams": [
"Paraguay",
"South Africa",
"Spain",
"Slovenia"
]
},
{
"name": "Group C",
"teams": [
"Brazil",
"Turkey",
"China",
"Costa Rica"
]
},
{
"name": "Group D",
"teams": [
"South Korea",
"Poland",
"United States",
"Portugal"
]
},
{
"name": "Group E",
"teams": [
"Republic of Ireland",
"Cameroon",
"Germany",
"Saudi Arabia"
]
},
{
"name": "Group F",
"teams": [
"Argentina",
"Nigeria",
"England",
"Sweden"
]
},
{
"name": "Group G",
"teams": [
"Croatia",
"Mexico",
"Italy",
"Ecuador"
]
},
{
"name": "Group H",
"teams": [
"Japan",
"Belgium",
"Russia",
"Tunisia"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Japan / South Korea",
"teams_count": 32,
"winner": "Brazil",
"runner_up": "Germany",
"third_place": "Turkey",
"fourth_place": "South Korea"
}
File diff suppressed because it is too large Load Diff
+116
View File
@@ -0,0 +1,116 @@
{
"stadiums": [
{
"name": "Jeju World Cup Stadium",
"city": "Seogwipo"
},
{
"name": "Big Swan Stadium",
"city": "Niigata"
},
{
"name": "Big Eye Stadium",
"city": "Ōita"
},
{
"name": "Suwon World Cup Stadium",
"city": "Suwon"
},
{
"name": "Jeonju World Cup Stadium",
"city": "Jeonju"
},
{
"name": "Kobe Wing Stadium",
"city": "Kobe"
},
{
"name": "Miyagi Stadium",
"city": "Rifu"
},
{
"name": "Daejeon World Cup Stadium",
"city": "Daejeon"
},
{
"name": "Stadium Ecopa",
"city": "Fukuroi"
},
{
"name": "Munsu Cup Stadium",
"city": "Ulsan"
},
{
"name": "Gwangju World Cup Stadium",
"city": "Gwangju"
},
{
"name": "Nagai Stadium",
"city": "Osaka"
},
{
"name": "Seoul World Cup Stadium",
"city": "Seoul"
},
{
"name": "Saitama Stadium",
"city": "Saitama"
},
{
"name": "Daegu World Cup Stadium",
"city": "Daegu"
},
{
"name": "International Stadium",
"city": "Yokohama"
},
{
"name": "Busan Asiad Main Stadium",
"city": "Busan"
},
{
"name": "Incheon World Cup Stadium",
"city": "Incheon"
},
{
"name": "Munsu Football Stadium",
"city": "Ulsan"
},
{
"name": "Niigata Stadium",
"city": "Niigata"
},
{
"name": "Sapporo Dome",
"city": "Sapporo"
},
{
"name": "Kashima Soccer Stadium",
"city": "Ibaraki"
},
{
"name": "Ecopa Stadium",
"city": "Shizuoka"
},
{
"name": "International Stadium Yokohama",
"city": "Yokohama"
},
{
"name": "Wing Stadium",
"city": "Kobe"
},
{
"name": "Niigata Big Swan Stadium",
"city": "Niigata"
},
{
"name": "Ōita Big Eye Stadium",
"city": "Ōita"
},
{
"name": "Shizuoka Ecopa Stadium",
"city": "Fukuroi, Shizuoka"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Germany",
"Costa Rica",
"Poland",
"Ecuador"
]
},
{
"name": "Group B",
"teams": [
"England",
"Paraguay",
"Trinidad and Tobago",
"Sweden"
]
},
{
"name": "Group C",
"teams": [
"Argentina",
"Ivory Coast",
"Serbia and Montenegro",
"Netherlands"
]
},
{
"name": "Group D",
"teams": [
"Mexico",
"Iran",
"Angola",
"Portugal"
]
},
{
"name": "Group E",
"teams": [
"United States",
"Czech Republic",
"Italy",
"Ghana"
]
},
{
"name": "Group F",
"teams": [
"Australia",
"Japan",
"Brazil",
"Croatia"
]
},
{
"name": "Group G",
"teams": [
"South Korea",
"Togo",
"France",
"Switzerland"
]
},
{
"name": "Group H",
"teams": [
"Spain",
"Ukraine",
"Tunisia",
"Saudi Arabia"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Germany",
"teams_count": 32,
"winner": "Italy",
"runner_up": "France",
"third_place": "Germany",
"fourth_place": "Portugal"
}
File diff suppressed because it is too large Load Diff
+52
View File
@@ -0,0 +1,52 @@
{
"stadiums": [
{
"name": "Allianz Arena",
"city": "Munich"
},
{
"name": "Zentralstadion",
"city": "Leipzig"
},
{
"name": "Gottlieb-Daimler-Stadion",
"city": "Stuttgart"
},
{
"name": "Frankenstadion",
"city": "Nuremberg"
},
{
"name": "Fritz-Walter-Stadion",
"city": "Kaiserslautern"
},
{
"name": "RheinEnergieStadion",
"city": "Cologne"
},
{
"name": "Westfalenstadion",
"city": "Dortmund"
},
{
"name": "Niedersachsenstadion",
"city": "Hanover"
},
{
"name": "Olympiastadion",
"city": "Berlin"
},
{
"name": "Volksparkstadion",
"city": "Hamburg"
},
{
"name": "Arena AufSchalke",
"city": "Gelsenkirchen"
},
{
"name": "Waldstadion",
"city": "Frankfurt"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"South Africa",
"Mexico",
"Uruguay",
"France"
]
},
{
"name": "Group B",
"teams": [
"South Korea",
"Greece",
"Argentina",
"Nigeria"
]
},
{
"name": "Group C",
"teams": [
"England",
"United States",
"Algeria",
"Slovenia"
]
},
{
"name": "Group D",
"teams": [
"Serbia",
"Ghana",
"Germany",
"Australia"
]
},
{
"name": "Group E",
"teams": [
"Netherlands",
"Denmark",
"Japan",
"Cameroon"
]
},
{
"name": "Group F",
"teams": [
"Italy",
"Paraguay",
"New Zealand",
"Slovakia"
]
},
{
"name": "Group G",
"teams": [
"Ivory Coast",
"Portugal",
"Brazil",
"North Korea"
]
},
{
"name": "Group H",
"teams": [
"Honduras",
"Chile",
"Spain",
"Switzerland"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "South Africa",
"teams_count": 32,
"winner": "Spain",
"runner_up": "Netherlands",
"third_place": "Germany",
"fourth_place": "Uruguay"
}
File diff suppressed because it is too large Load Diff
+44
View File
@@ -0,0 +1,44 @@
{
"stadiums": [
{
"name": "Nelson Mandela Bay Stadium",
"city": "Port Elizabeth"
},
{
"name": "Royal Bafokeng Stadium",
"city": "Rustenburg"
},
{
"name": "Free State Stadium",
"city": "Bloemfontein"
},
{
"name": "Soccer City",
"city": "Johannesburg"
},
{
"name": "Moses Mabhida Stadium",
"city": "Durban"
},
{
"name": "Ellis Park Stadium",
"city": "Johannesburg"
},
{
"name": "Loftus Versfeld Stadium",
"city": "Pretoria"
},
{
"name": "Cape Town Stadium",
"city": "Cape Town"
},
{
"name": "Peter Mokaba Stadium",
"city": "Polokwane"
},
{
"name": "Mbombela Stadium",
"city": "Nelspruit"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Brazil",
"Croatia",
"Mexico",
"Cameroon"
]
},
{
"name": "Group B",
"teams": [
"Spain",
"Netherlands",
"Chile",
"Australia"
]
},
{
"name": "Group C",
"teams": [
"Colombia",
"Greece",
"Ivory Coast",
"Japan"
]
},
{
"name": "Group D",
"teams": [
"Uruguay",
"Costa Rica",
"England",
"Italy"
]
},
{
"name": "Group E",
"teams": [
"Switzerland",
"Ecuador",
"France",
"Honduras"
]
},
{
"name": "Group F",
"teams": [
"Argentina",
"Bosnia and Herzegovina",
"Iran",
"Nigeria"
]
},
{
"name": "Group G",
"teams": [
"Germany",
"Portugal",
"Ghana",
"United States"
]
},
{
"name": "Group H",
"teams": [
"Belgium",
"Algeria",
"Russia",
"South Korea"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Brazil",
"teams_count": 32,
"winner": "Germany",
"runner_up": "Argentina",
"third_place": "Netherlands",
"fourth_place": "Brazil"
}
File diff suppressed because it is too large Load Diff
+60
View File
@@ -0,0 +1,60 @@
{
"stadiums": [
{
"name": "Estádio Mineirão",
"city": "Belo Horizonte"
},
{
"name": "Estádio do Maracanã",
"city": "Rio de Janeiro"
},
{
"name": "Estádio Castelão",
"city": "Fortaleza"
},
{
"name": "Itaipava Arena Pernambuco",
"city": "Recife"
},
{
"name": "Estádio Nacional Mané Garrincha",
"city": "Brasília"
},
{
"name": "Estádio Beira-Rio",
"city": "Porto Alegre"
},
{
"name": "Arena Corinthians",
"city": "São Paulo"
},
{
"name": "Itaipava Arena Fonte Nova",
"city": "Salvador"
},
{
"name": "Maracanã Stadium",
"city": "Rio de Janeiro"
},
{
"name": "Arena de São Paulo",
"city": "São Paulo"
},
{
"name": "Arena das Dunas",
"city": "Natal"
},
{
"name": "Arena da Amazônia",
"city": "Manaus"
},
{
"name": "Arena Pantanal",
"city": "Cuiabá"
},
{
"name": "Arena da Baixada",
"city": "Curitiba"
}
]
}
+76
View File
@@ -0,0 +1,76 @@
{
"groups": [
{
"name": "Group A",
"teams": [
"Russia",
"Saudi Arabia",
"Egypt",
"Uruguay"
]
},
{
"name": "Group B",
"teams": [
"Morocco",
"Iran",
"Portugal",
"Spain"
]
},
{
"name": "Group C",
"teams": [
"France",
"Australia",
"Peru",
"Denmark"
]
},
{
"name": "Group D",
"teams": [
"Argentina",
"Iceland",
"Croatia",
"Nigeria"
]
},
{
"name": "Group E",
"teams": [
"Costa Rica",
"Serbia",
"Brazil",
"Switzerland"
]
},
{
"name": "Group F",
"teams": [
"Germany",
"Mexico",
"Sweden",
"South Korea"
]
},
{
"name": "Group G",
"teams": [
"Belgium",
"Panama",
"Tunisia",
"England"
]
},
{
"name": "Group H",
"teams": [
"Colombia",
"Japan",
"Poland",
"Senegal"
]
}
]
}
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
{
"host": "Russia",
"teams_count": 32,
"winner": "France",
"runner_up": "Croatia",
"third_place": "Belgium",
"fourth_place": "England"
}
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More