wc26-mcp 0.2.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -20
- package/dist/data/city-guides.d.ts +2 -0
- package/dist/data/city-guides.js +373 -0
- package/dist/data/fan-zones.d.ts +2 -0
- package/dist/data/fan-zones.js +646 -0
- package/dist/data/groups.js +0 -1
- package/dist/data/historical-matchups.d.ts +2 -0
- package/dist/data/historical-matchups.js +556 -0
- package/dist/data/injuries.d.ts +2 -0
- package/dist/data/injuries.js +197 -0
- package/dist/data/matches.js +48 -48
- package/dist/data/news.d.ts +2 -0
- package/dist/data/news.js +171 -0
- package/dist/data/odds.d.ts +2 -0
- package/dist/data/odds.js +53 -0
- package/dist/data/team-profiles.js +47 -48
- package/dist/data/teams.js +0 -1
- package/dist/data/venues.js +0 -1
- package/dist/data/visa-info.d.ts +2 -0
- package/dist/data/visa-info.js +1190 -0
- package/dist/index.js +1006 -25
- package/dist/types/index.d.ts +114 -0
- package/dist/types/index.js +0 -1
- package/package.json +17 -2
- package/dist/data/groups.js.map +0 -1
- package/dist/data/matches.js.map +0 -1
- package/dist/data/team-profiles.js.map +0 -1
- package/dist/data/teams.js.map +0 -1
- package/dist/data/venues.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/types/index.js.map +0 -1
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
export const historicalMatchups = [
|
|
2
|
+
// ── Tier 1: Group stage matchups with World Cup history ──────────
|
|
3
|
+
// Group C: Brazil vs Scotland
|
|
4
|
+
{
|
|
5
|
+
team_a: "bra",
|
|
6
|
+
team_b: "sco",
|
|
7
|
+
total_matches: 3,
|
|
8
|
+
team_a_wins: 2,
|
|
9
|
+
draws: 1,
|
|
10
|
+
team_b_wins: 0,
|
|
11
|
+
total_goals_team_a: 6,
|
|
12
|
+
total_goals_team_b: 2,
|
|
13
|
+
summary: "Brazil have dominated the World Cup rivalry with Scotland, winning two and drawing one of three meetings. The 1998 opener in Paris is the most famous encounter.",
|
|
14
|
+
meetings: [
|
|
15
|
+
{ year: 1974, host_country: "West Germany", round: "Group Stage", score: "0-0", result: "draw", venue_city: "Frankfurt" },
|
|
16
|
+
{ year: 1982, host_country: "Spain", round: "Group Stage", score: "4-1", result: "team_a", venue_city: "Seville" },
|
|
17
|
+
{ year: 1998, host_country: "France", round: "Group Stage", score: "2-1", result: "team_a", venue_city: "Saint-Denis" },
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
// Group C: Brazil vs Morocco
|
|
21
|
+
{
|
|
22
|
+
team_a: "bra",
|
|
23
|
+
team_b: "mar",
|
|
24
|
+
total_matches: 1,
|
|
25
|
+
team_a_wins: 1,
|
|
26
|
+
draws: 0,
|
|
27
|
+
team_b_wins: 0,
|
|
28
|
+
total_goals_team_a: 3,
|
|
29
|
+
total_goals_team_b: 0,
|
|
30
|
+
summary: "Brazil's lone World Cup meeting with Morocco was a comfortable 3-0 group stage win at France 1998.",
|
|
31
|
+
meetings: [
|
|
32
|
+
{ year: 1998, host_country: "France", round: "Group Stage", score: "3-0", result: "team_a", venue_city: "Nantes" },
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
// Group L: Croatia vs England
|
|
36
|
+
{
|
|
37
|
+
team_a: "cro",
|
|
38
|
+
team_b: "eng",
|
|
39
|
+
total_matches: 1,
|
|
40
|
+
team_a_wins: 1,
|
|
41
|
+
draws: 0,
|
|
42
|
+
team_b_wins: 0,
|
|
43
|
+
total_goals_team_a: 2,
|
|
44
|
+
total_goals_team_b: 1,
|
|
45
|
+
summary: "Croatia stunned England in the 2018 semi-final, coming from behind to win 2-1 in extra time and reach their first-ever World Cup final.",
|
|
46
|
+
meetings: [
|
|
47
|
+
{ year: 2018, host_country: "Russia", round: "Semi-final", score: "2-1", result: "team_a", venue_city: "Moscow" },
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
// Group E: Ecuador vs Germany
|
|
51
|
+
{
|
|
52
|
+
team_a: "ecu",
|
|
53
|
+
team_b: "ger",
|
|
54
|
+
total_matches: 1,
|
|
55
|
+
team_a_wins: 0,
|
|
56
|
+
draws: 0,
|
|
57
|
+
team_b_wins: 1,
|
|
58
|
+
total_goals_team_a: 0,
|
|
59
|
+
total_goals_team_b: 3,
|
|
60
|
+
summary: "Germany comfortably beat Ecuador 3-0 in the 2006 group stage on home soil — the only World Cup meeting between these sides.",
|
|
61
|
+
meetings: [
|
|
62
|
+
{ year: 2006, host_country: "Germany", round: "Group Stage", score: "0-3", result: "team_b", venue_city: "Berlin" },
|
|
63
|
+
],
|
|
64
|
+
},
|
|
65
|
+
// Group L: England vs Panama
|
|
66
|
+
{
|
|
67
|
+
team_a: "eng",
|
|
68
|
+
team_b: "pan",
|
|
69
|
+
total_matches: 1,
|
|
70
|
+
team_a_wins: 1,
|
|
71
|
+
draws: 0,
|
|
72
|
+
team_b_wins: 0,
|
|
73
|
+
total_goals_team_a: 6,
|
|
74
|
+
total_goals_team_b: 1,
|
|
75
|
+
summary: "England routed Panama 6-1 in Panama's World Cup debut, with Harry Kane scoring a hat trick in the 2018 group stage.",
|
|
76
|
+
meetings: [
|
|
77
|
+
{ year: 2018, host_country: "Russia", round: "Group Stage", score: "6-1", result: "team_a", venue_city: "Nizhny Novgorod" },
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
// Group H: Spain vs Saudi Arabia
|
|
81
|
+
{
|
|
82
|
+
team_a: "esp",
|
|
83
|
+
team_b: "ksa",
|
|
84
|
+
total_matches: 1,
|
|
85
|
+
team_a_wins: 1,
|
|
86
|
+
draws: 0,
|
|
87
|
+
team_b_wins: 0,
|
|
88
|
+
total_goals_team_a: 1,
|
|
89
|
+
total_goals_team_b: 0,
|
|
90
|
+
summary: "Spain edged Saudi Arabia 1-0 in their only World Cup meeting during the 2006 group stage in Germany.",
|
|
91
|
+
meetings: [
|
|
92
|
+
{ year: 2006, host_country: "Germany", round: "Group Stage", score: "1-0", result: "team_a", venue_city: "Kaiserslautern" },
|
|
93
|
+
],
|
|
94
|
+
},
|
|
95
|
+
// Group H: Spain vs Uruguay
|
|
96
|
+
{
|
|
97
|
+
team_a: "esp",
|
|
98
|
+
team_b: "uru",
|
|
99
|
+
total_matches: 1,
|
|
100
|
+
team_a_wins: 0,
|
|
101
|
+
draws: 1,
|
|
102
|
+
team_b_wins: 0,
|
|
103
|
+
total_goals_team_a: 2,
|
|
104
|
+
total_goals_team_b: 2,
|
|
105
|
+
summary: "Spain and Uruguay's only World Cup meeting was a 2-2 draw in the 1950 final round in Brazil.",
|
|
106
|
+
meetings: [
|
|
107
|
+
{ year: 1950, host_country: "Brazil", round: "Final Round", score: "2-2", result: "draw", venue_city: "São Paulo" },
|
|
108
|
+
],
|
|
109
|
+
},
|
|
110
|
+
// Group I: France vs Senegal
|
|
111
|
+
{
|
|
112
|
+
team_a: "fra",
|
|
113
|
+
team_b: "sen",
|
|
114
|
+
total_matches: 1,
|
|
115
|
+
team_a_wins: 0,
|
|
116
|
+
draws: 0,
|
|
117
|
+
team_b_wins: 1,
|
|
118
|
+
total_goals_team_a: 0,
|
|
119
|
+
total_goals_team_b: 1,
|
|
120
|
+
summary: "Senegal shocked defending champions France 1-0 in the 2002 opening match — one of the greatest World Cup upsets.",
|
|
121
|
+
meetings: [
|
|
122
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Group Stage", score: "0-1", result: "team_b", venue_city: "Seoul" },
|
|
123
|
+
],
|
|
124
|
+
},
|
|
125
|
+
// Group F: Japan vs Netherlands
|
|
126
|
+
{
|
|
127
|
+
team_a: "jpn",
|
|
128
|
+
team_b: "ned",
|
|
129
|
+
total_matches: 1,
|
|
130
|
+
team_a_wins: 0,
|
|
131
|
+
draws: 0,
|
|
132
|
+
team_b_wins: 1,
|
|
133
|
+
total_goals_team_a: 0,
|
|
134
|
+
total_goals_team_b: 1,
|
|
135
|
+
summary: "The Netherlands edged Japan 1-0 in their only World Cup meeting during the 2010 group stage in South Africa.",
|
|
136
|
+
meetings: [
|
|
137
|
+
{ year: 2010, host_country: "South Africa", round: "Group Stage", score: "0-1", result: "team_b", venue_city: "Durban" },
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
// Group A: South Korea vs Mexico
|
|
141
|
+
{
|
|
142
|
+
team_a: "kor",
|
|
143
|
+
team_b: "mex",
|
|
144
|
+
total_matches: 2,
|
|
145
|
+
team_a_wins: 0,
|
|
146
|
+
draws: 0,
|
|
147
|
+
team_b_wins: 2,
|
|
148
|
+
total_goals_team_a: 2,
|
|
149
|
+
total_goals_team_b: 5,
|
|
150
|
+
summary: "Mexico have won both World Cup meetings with South Korea — 3-1 in 1998 and 2-1 in 2018.",
|
|
151
|
+
meetings: [
|
|
152
|
+
{ year: 1998, host_country: "France", round: "Group Stage", score: "1-3", result: "team_b", venue_city: "Lyon" },
|
|
153
|
+
{ year: 2018, host_country: "Russia", round: "Group Stage", score: "1-2", result: "team_b", venue_city: "Rostov-on-Don" },
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
// Group A: Mexico vs South Africa
|
|
157
|
+
{
|
|
158
|
+
team_a: "mex",
|
|
159
|
+
team_b: "rsa",
|
|
160
|
+
total_matches: 1,
|
|
161
|
+
team_a_wins: 0,
|
|
162
|
+
draws: 1,
|
|
163
|
+
team_b_wins: 0,
|
|
164
|
+
total_goals_team_a: 1,
|
|
165
|
+
total_goals_team_b: 1,
|
|
166
|
+
summary: "Mexico and South Africa drew 1-1 in the opening match of the 2010 World Cup at Soccer City in Johannesburg.",
|
|
167
|
+
meetings: [
|
|
168
|
+
{ year: 2010, host_country: "South Africa", round: "Group Stage", score: "1-1", result: "draw", venue_city: "Johannesburg" },
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
// Group J: Algeria vs Austria
|
|
172
|
+
{
|
|
173
|
+
team_a: "alg",
|
|
174
|
+
team_b: "aut",
|
|
175
|
+
total_matches: 1,
|
|
176
|
+
team_a_wins: 1,
|
|
177
|
+
draws: 0,
|
|
178
|
+
team_b_wins: 0,
|
|
179
|
+
total_goals_team_a: 2,
|
|
180
|
+
total_goals_team_b: 0,
|
|
181
|
+
summary: "Algeria stunned Austria 2-0 in the 1982 group stage, part of an incredible Algerian debut that also saw them beat West Germany — before the infamous 'Disgrace of Gijón' eliminated them.",
|
|
182
|
+
meetings: [
|
|
183
|
+
{ year: 1982, host_country: "Spain", round: "Group Stage", score: "2-0", result: "team_a", venue_city: "Oviedo" },
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
// Group F: Japan vs Tunisia
|
|
187
|
+
{
|
|
188
|
+
team_a: "jpn",
|
|
189
|
+
team_b: "tun",
|
|
190
|
+
total_matches: 1,
|
|
191
|
+
team_a_wins: 1,
|
|
192
|
+
draws: 0,
|
|
193
|
+
team_b_wins: 0,
|
|
194
|
+
total_goals_team_a: 2,
|
|
195
|
+
total_goals_team_b: 0,
|
|
196
|
+
summary: "Japan beat Tunisia 2-0 in the 2002 group stage on home soil in Osaka, securing their first-ever World Cup knockout round berth.",
|
|
197
|
+
meetings: [
|
|
198
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Group Stage", score: "2-0", result: "team_a", venue_city: "Osaka" },
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
// Group H: Saudi Arabia vs Uruguay
|
|
202
|
+
{
|
|
203
|
+
team_a: "ksa",
|
|
204
|
+
team_b: "uru",
|
|
205
|
+
total_matches: 1,
|
|
206
|
+
team_a_wins: 0,
|
|
207
|
+
draws: 0,
|
|
208
|
+
team_b_wins: 1,
|
|
209
|
+
total_goals_team_a: 0,
|
|
210
|
+
total_goals_team_b: 1,
|
|
211
|
+
summary: "Uruguay edged Saudi Arabia 1-0 in the 2018 group stage, with Luis Suárez scoring the only goal to seal qualification from Group A.",
|
|
212
|
+
meetings: [
|
|
213
|
+
{ year: 2018, host_country: "Russia", round: "Group Stage", score: "0-1", result: "team_b", venue_city: "Rostov-on-Don" },
|
|
214
|
+
],
|
|
215
|
+
},
|
|
216
|
+
// Group C: Morocco vs Scotland
|
|
217
|
+
{
|
|
218
|
+
team_a: "mar",
|
|
219
|
+
team_b: "sco",
|
|
220
|
+
total_matches: 1,
|
|
221
|
+
team_a_wins: 1,
|
|
222
|
+
draws: 0,
|
|
223
|
+
team_b_wins: 0,
|
|
224
|
+
total_goals_team_a: 3,
|
|
225
|
+
total_goals_team_b: 0,
|
|
226
|
+
summary: "Morocco routed Scotland 3-0 in the 1998 group stage, condemning the Scots to a last-place finish and early elimination.",
|
|
227
|
+
meetings: [
|
|
228
|
+
{ year: 1998, host_country: "France", round: "Group Stage", score: "3-0", result: "team_a", venue_city: "Saint-Étienne" },
|
|
229
|
+
],
|
|
230
|
+
},
|
|
231
|
+
// ── Tier 2: Major historical rivalries ───────────────────────────
|
|
232
|
+
// Argentina vs Brazil
|
|
233
|
+
{
|
|
234
|
+
team_a: "arg",
|
|
235
|
+
team_b: "bra",
|
|
236
|
+
total_matches: 4,
|
|
237
|
+
team_a_wins: 1,
|
|
238
|
+
draws: 1,
|
|
239
|
+
team_b_wins: 2,
|
|
240
|
+
total_goals_team_a: 3,
|
|
241
|
+
total_goals_team_b: 5,
|
|
242
|
+
summary: "The South American superclásico at World Cups: Brazil lead 2-1 with one draw. Argentina's lone win was a tense 1-0 in the 1990 Round of 16.",
|
|
243
|
+
meetings: [
|
|
244
|
+
{ year: 1974, host_country: "West Germany", round: "Second Round", score: "1-2", result: "team_b", venue_city: "Hannover" },
|
|
245
|
+
{ year: 1978, host_country: "Argentina", round: "Second Round", score: "0-0", result: "draw", venue_city: "Rosario" },
|
|
246
|
+
{ year: 1982, host_country: "Spain", round: "Second Round", score: "1-3", result: "team_b", venue_city: "Barcelona" },
|
|
247
|
+
{ year: 1990, host_country: "Italy", round: "Round of 16", score: "1-0", result: "team_a", venue_city: "Turin" },
|
|
248
|
+
],
|
|
249
|
+
},
|
|
250
|
+
// Argentina vs England
|
|
251
|
+
{
|
|
252
|
+
team_a: "arg",
|
|
253
|
+
team_b: "eng",
|
|
254
|
+
total_matches: 4,
|
|
255
|
+
team_a_wins: 2,
|
|
256
|
+
draws: 0,
|
|
257
|
+
team_b_wins: 2,
|
|
258
|
+
total_goals_team_a: 4,
|
|
259
|
+
total_goals_team_b: 4,
|
|
260
|
+
summary: "One of football's fiercest World Cup rivalries, perfectly split at 2-2. Features Maradona's Hand of God (1986) and Beckham's red card (1998).",
|
|
261
|
+
meetings: [
|
|
262
|
+
{ year: 1966, host_country: "England", round: "Quarter-final", score: "0-1", result: "team_b", venue_city: "London" },
|
|
263
|
+
{ year: 1986, host_country: "Mexico", round: "Quarter-final", score: "2-1", result: "team_a", venue_city: "Mexico City" },
|
|
264
|
+
{ year: 1998, host_country: "France", round: "Round of 16", score: "2-2", penalty_score: "4-3", result: "team_a", venue_city: "Saint-Étienne" },
|
|
265
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Group Stage", score: "0-1", result: "team_b", venue_city: "Sapporo" },
|
|
266
|
+
],
|
|
267
|
+
},
|
|
268
|
+
// Argentina vs France
|
|
269
|
+
{
|
|
270
|
+
team_a: "arg",
|
|
271
|
+
team_b: "fra",
|
|
272
|
+
total_matches: 4,
|
|
273
|
+
team_a_wins: 3,
|
|
274
|
+
draws: 0,
|
|
275
|
+
team_b_wins: 1,
|
|
276
|
+
total_goals_team_a: 9,
|
|
277
|
+
total_goals_team_b: 8,
|
|
278
|
+
summary: "A modern-day World Cup epic. Argentina lead 3-1 overall, crowned by the legendary 2022 final — a 3-3 draw with Argentina winning on penalties after Mbappé's hat trick.",
|
|
279
|
+
meetings: [
|
|
280
|
+
{ year: 1930, host_country: "Uruguay", round: "Group Stage", score: "1-0", result: "team_a", venue_city: "Montevideo" },
|
|
281
|
+
{ year: 1978, host_country: "Argentina", round: "Group Stage", score: "2-1", result: "team_a", venue_city: "Buenos Aires" },
|
|
282
|
+
{ year: 2018, host_country: "Russia", round: "Round of 16", score: "3-4", result: "team_b", venue_city: "Kazan" },
|
|
283
|
+
{ year: 2022, host_country: "Qatar", round: "Final", score: "3-3", penalty_score: "4-2", result: "team_a", venue_city: "Lusail" },
|
|
284
|
+
],
|
|
285
|
+
},
|
|
286
|
+
// Argentina vs Germany
|
|
287
|
+
{
|
|
288
|
+
team_a: "arg",
|
|
289
|
+
team_b: "ger",
|
|
290
|
+
total_matches: 5,
|
|
291
|
+
team_a_wins: 1,
|
|
292
|
+
draws: 0,
|
|
293
|
+
team_b_wins: 4,
|
|
294
|
+
total_goals_team_a: 4,
|
|
295
|
+
total_goals_team_b: 8,
|
|
296
|
+
summary: "A defining World Cup rivalry with three finals (1986, 1990, 2014). Germany lead 4-1 overall, but Argentina's 1986 triumph in Mexico City remains iconic.",
|
|
297
|
+
meetings: [
|
|
298
|
+
{ year: 1986, host_country: "Mexico", round: "Final", score: "3-2", result: "team_a", venue_city: "Mexico City" },
|
|
299
|
+
{ year: 1990, host_country: "Italy", round: "Final", score: "0-1", result: "team_b", venue_city: "Rome" },
|
|
300
|
+
{ year: 2006, host_country: "Germany", round: "Quarter-final", score: "1-1", penalty_score: "2-4", result: "team_b", venue_city: "Berlin" },
|
|
301
|
+
{ year: 2010, host_country: "South Africa", round: "Quarter-final", score: "0-4", result: "team_b", venue_city: "Cape Town" },
|
|
302
|
+
{ year: 2014, host_country: "Brazil", round: "Final", score: "0-1", result: "team_b", venue_city: "Rio de Janeiro" },
|
|
303
|
+
],
|
|
304
|
+
},
|
|
305
|
+
// Argentina vs Netherlands
|
|
306
|
+
{
|
|
307
|
+
team_a: "arg",
|
|
308
|
+
team_b: "ned",
|
|
309
|
+
total_matches: 5,
|
|
310
|
+
team_a_wins: 3,
|
|
311
|
+
draws: 0,
|
|
312
|
+
team_b_wins: 2,
|
|
313
|
+
total_goals_team_a: 6,
|
|
314
|
+
total_goals_team_b: 9,
|
|
315
|
+
summary: "A dramatic World Cup rivalry featuring the 1978 final and three penalty shootouts. Argentina lead 3-2 despite being outscored overall.",
|
|
316
|
+
meetings: [
|
|
317
|
+
{ year: 1974, host_country: "West Germany", round: "Second Round", score: "0-4", result: "team_b", venue_city: "Gelsenkirchen" },
|
|
318
|
+
{ year: 1978, host_country: "Argentina", round: "Final", score: "3-1", result: "team_a", venue_city: "Buenos Aires" },
|
|
319
|
+
{ year: 1998, host_country: "France", round: "Quarter-final", score: "1-2", result: "team_b", venue_city: "Marseille" },
|
|
320
|
+
{ year: 2014, host_country: "Brazil", round: "Semi-final", score: "0-0", penalty_score: "4-2", result: "team_a", venue_city: "São Paulo" },
|
|
321
|
+
{ year: 2022, host_country: "Qatar", round: "Quarter-final", score: "2-2", penalty_score: "4-3", result: "team_a", venue_city: "Lusail" },
|
|
322
|
+
],
|
|
323
|
+
},
|
|
324
|
+
// Argentina vs Uruguay
|
|
325
|
+
{
|
|
326
|
+
team_a: "arg",
|
|
327
|
+
team_b: "uru",
|
|
328
|
+
total_matches: 1,
|
|
329
|
+
team_a_wins: 0,
|
|
330
|
+
draws: 0,
|
|
331
|
+
team_b_wins: 1,
|
|
332
|
+
total_goals_team_a: 2,
|
|
333
|
+
total_goals_team_b: 4,
|
|
334
|
+
summary: "The Río de la Plata derby has only met once at a World Cup — the very first final in 1930, when Uruguay beat Argentina 4-2 in Montevideo.",
|
|
335
|
+
meetings: [
|
|
336
|
+
{ year: 1930, host_country: "Uruguay", round: "Final", score: "2-4", result: "team_b", venue_city: "Montevideo" },
|
|
337
|
+
],
|
|
338
|
+
},
|
|
339
|
+
// Brazil vs Colombia
|
|
340
|
+
{
|
|
341
|
+
team_a: "bra",
|
|
342
|
+
team_b: "col",
|
|
343
|
+
total_matches: 1,
|
|
344
|
+
team_a_wins: 1,
|
|
345
|
+
draws: 0,
|
|
346
|
+
team_b_wins: 0,
|
|
347
|
+
total_goals_team_a: 2,
|
|
348
|
+
total_goals_team_b: 1,
|
|
349
|
+
summary: "Brazil beat Colombia 2-1 in a physical 2014 quarter-final in Fortaleza, a match overshadowed by Neymar's tournament-ending back injury.",
|
|
350
|
+
meetings: [
|
|
351
|
+
{ year: 2014, host_country: "Brazil", round: "Quarter-final", score: "2-1", result: "team_a", venue_city: "Fortaleza" },
|
|
352
|
+
],
|
|
353
|
+
},
|
|
354
|
+
// Brazil vs France
|
|
355
|
+
{
|
|
356
|
+
team_a: "bra",
|
|
357
|
+
team_b: "fra",
|
|
358
|
+
total_matches: 4,
|
|
359
|
+
team_a_wins: 1,
|
|
360
|
+
draws: 0,
|
|
361
|
+
team_b_wins: 3,
|
|
362
|
+
total_goals_team_a: 6,
|
|
363
|
+
total_goals_team_b: 6,
|
|
364
|
+
summary: "France lead 3-1 in World Cup meetings despite equal total goals. Highlights include Pelé's hat trick in the 1958 semi-final and France's dominant 3-0 win in the 1998 final.",
|
|
365
|
+
meetings: [
|
|
366
|
+
{ year: 1958, host_country: "Sweden", round: "Semi-final", score: "5-2", result: "team_a", venue_city: "Stockholm" },
|
|
367
|
+
{ year: 1986, host_country: "Mexico", round: "Quarter-final", score: "1-1", penalty_score: "3-4", result: "team_b", venue_city: "Guadalajara" },
|
|
368
|
+
{ year: 1998, host_country: "France", round: "Final", score: "0-3", result: "team_b", venue_city: "Saint-Denis" },
|
|
369
|
+
{ year: 2006, host_country: "Germany", round: "Quarter-final", score: "0-1", result: "team_b", venue_city: "Frankfurt" },
|
|
370
|
+
],
|
|
371
|
+
},
|
|
372
|
+
// Brazil vs Germany
|
|
373
|
+
{
|
|
374
|
+
team_a: "bra",
|
|
375
|
+
team_b: "ger",
|
|
376
|
+
total_matches: 2,
|
|
377
|
+
team_a_wins: 1,
|
|
378
|
+
draws: 0,
|
|
379
|
+
team_b_wins: 1,
|
|
380
|
+
total_goals_team_a: 3,
|
|
381
|
+
total_goals_team_b: 7,
|
|
382
|
+
summary: "Two of football's biggest nations with two seismic World Cup meetings: Ronaldo's redemption in the 2002 final and Germany's historic 7-1 demolition in the 2014 semi-final.",
|
|
383
|
+
meetings: [
|
|
384
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Final", score: "2-0", result: "team_a", venue_city: "Yokohama" },
|
|
385
|
+
{ year: 2014, host_country: "Brazil", round: "Semi-final", score: "1-7", result: "team_b", venue_city: "Belo Horizonte" },
|
|
386
|
+
],
|
|
387
|
+
},
|
|
388
|
+
// Brazil vs Netherlands
|
|
389
|
+
{
|
|
390
|
+
team_a: "bra",
|
|
391
|
+
team_b: "ned",
|
|
392
|
+
total_matches: 5,
|
|
393
|
+
team_a_wins: 2,
|
|
394
|
+
draws: 0,
|
|
395
|
+
team_b_wins: 3,
|
|
396
|
+
total_goals_team_a: 5,
|
|
397
|
+
total_goals_team_b: 10,
|
|
398
|
+
summary: "A high-quality World Cup rivalry spanning five decades. The Netherlands lead 3-2, featuring classic encounters like the 1994 quarter-final and the 2010 knockout clash.",
|
|
399
|
+
meetings: [
|
|
400
|
+
{ year: 1974, host_country: "West Germany", round: "Second Round", score: "0-2", result: "team_b", venue_city: "Dortmund" },
|
|
401
|
+
{ year: 1994, host_country: "United States", round: "Quarter-final", score: "3-2", result: "team_a", venue_city: "Dallas" },
|
|
402
|
+
{ year: 1998, host_country: "France", round: "Semi-final", score: "1-1", penalty_score: "4-2", result: "team_a", venue_city: "Marseille" },
|
|
403
|
+
{ year: 2010, host_country: "South Africa", round: "Quarter-final", score: "1-2", result: "team_b", venue_city: "Port Elizabeth" },
|
|
404
|
+
{ year: 2014, host_country: "Brazil", round: "Third-place play-off", score: "0-3", result: "team_b", venue_city: "Brasília" },
|
|
405
|
+
],
|
|
406
|
+
},
|
|
407
|
+
// Brazil vs Uruguay
|
|
408
|
+
{
|
|
409
|
+
team_a: "bra",
|
|
410
|
+
team_b: "uru",
|
|
411
|
+
total_matches: 2,
|
|
412
|
+
team_a_wins: 1,
|
|
413
|
+
draws: 0,
|
|
414
|
+
team_b_wins: 1,
|
|
415
|
+
total_goals_team_a: 4,
|
|
416
|
+
total_goals_team_b: 3,
|
|
417
|
+
summary: "A South American classic split 1-1 at World Cups. The 1950 'Maracanazo' — Uruguay's 2-1 upset of Brazil in Rio — is the most famous result in World Cup history.",
|
|
418
|
+
meetings: [
|
|
419
|
+
{ year: 1950, host_country: "Brazil", round: "Final Round", score: "1-2", result: "team_b", venue_city: "Rio de Janeiro" },
|
|
420
|
+
{ year: 1970, host_country: "Mexico", round: "Semi-final", score: "3-1", result: "team_a", venue_city: "Guadalajara" },
|
|
421
|
+
],
|
|
422
|
+
},
|
|
423
|
+
// England vs Germany
|
|
424
|
+
{
|
|
425
|
+
team_a: "eng",
|
|
426
|
+
team_b: "ger",
|
|
427
|
+
total_matches: 4,
|
|
428
|
+
team_a_wins: 1,
|
|
429
|
+
draws: 0,
|
|
430
|
+
team_b_wins: 3,
|
|
431
|
+
total_goals_team_a: 8,
|
|
432
|
+
total_goals_team_b: 10,
|
|
433
|
+
summary: "England's defining World Cup rivalry. Germany lead 3-1, but England's 1966 final triumph — Hurst's hat trick and 'they think it's all over' — remains the Three Lions' finest hour.",
|
|
434
|
+
meetings: [
|
|
435
|
+
{ year: 1966, host_country: "England", round: "Final", score: "4-2", result: "team_a", venue_city: "London" },
|
|
436
|
+
{ year: 1970, host_country: "Mexico", round: "Quarter-final", score: "2-3", result: "team_b", venue_city: "León" },
|
|
437
|
+
{ year: 1990, host_country: "Italy", round: "Semi-final", score: "1-1", penalty_score: "3-4", result: "team_b", venue_city: "Turin" },
|
|
438
|
+
{ year: 2010, host_country: "South Africa", round: "Round of 16", score: "1-4", result: "team_b", venue_city: "Bloemfontein" },
|
|
439
|
+
],
|
|
440
|
+
},
|
|
441
|
+
// England vs Portugal
|
|
442
|
+
{
|
|
443
|
+
team_a: "eng",
|
|
444
|
+
team_b: "por",
|
|
445
|
+
total_matches: 2,
|
|
446
|
+
team_a_wins: 1,
|
|
447
|
+
draws: 0,
|
|
448
|
+
team_b_wins: 1,
|
|
449
|
+
total_goals_team_a: 2,
|
|
450
|
+
total_goals_team_b: 1,
|
|
451
|
+
summary: "Split 1-1 in World Cup knockout rounds. England won the 1966 semi-final featuring Eusébio's tears, while Portugal prevailed on penalties in a tense 2006 quarter-final.",
|
|
452
|
+
meetings: [
|
|
453
|
+
{ year: 1966, host_country: "England", round: "Semi-final", score: "2-1", result: "team_a", venue_city: "London" },
|
|
454
|
+
{ year: 2006, host_country: "Germany", round: "Quarter-final", score: "0-0", penalty_score: "1-3", result: "team_b", venue_city: "Gelsenkirchen" },
|
|
455
|
+
],
|
|
456
|
+
},
|
|
457
|
+
// England vs United States
|
|
458
|
+
{
|
|
459
|
+
team_a: "eng",
|
|
460
|
+
team_b: "usa",
|
|
461
|
+
total_matches: 3,
|
|
462
|
+
team_a_wins: 0,
|
|
463
|
+
draws: 2,
|
|
464
|
+
team_b_wins: 1,
|
|
465
|
+
total_goals_team_a: 1,
|
|
466
|
+
total_goals_team_b: 2,
|
|
467
|
+
summary: "The USA have never lost to England at a World Cup. Their 1-0 win in 1950 remains one of the greatest upsets in football history, followed by draws in 2010 and 2022.",
|
|
468
|
+
meetings: [
|
|
469
|
+
{ year: 1950, host_country: "Brazil", round: "Group Stage", score: "0-1", result: "team_b", venue_city: "Belo Horizonte" },
|
|
470
|
+
{ year: 2010, host_country: "South Africa", round: "Group Stage", score: "1-1", result: "draw", venue_city: "Rustenburg" },
|
|
471
|
+
{ year: 2022, host_country: "Qatar", round: "Group Stage", score: "0-0", result: "draw", venue_city: "Al Khor" },
|
|
472
|
+
],
|
|
473
|
+
},
|
|
474
|
+
// Spain vs Netherlands
|
|
475
|
+
{
|
|
476
|
+
team_a: "esp",
|
|
477
|
+
team_b: "ned",
|
|
478
|
+
total_matches: 2,
|
|
479
|
+
team_a_wins: 1,
|
|
480
|
+
draws: 0,
|
|
481
|
+
team_b_wins: 1,
|
|
482
|
+
total_goals_team_a: 2,
|
|
483
|
+
total_goals_team_b: 5,
|
|
484
|
+
summary: "A tale of two extremes: Spain's gritty 1-0 extra-time win in the 2010 final, followed by the Netherlands' stunning 5-1 revenge in the 2014 group stage.",
|
|
485
|
+
meetings: [
|
|
486
|
+
{ year: 2010, host_country: "South Africa", round: "Final", score: "1-0", result: "team_a", venue_city: "Johannesburg" },
|
|
487
|
+
{ year: 2014, host_country: "Brazil", round: "Group Stage", score: "1-5", result: "team_b", venue_city: "Salvador" },
|
|
488
|
+
],
|
|
489
|
+
},
|
|
490
|
+
// France vs Germany
|
|
491
|
+
{
|
|
492
|
+
team_a: "fra",
|
|
493
|
+
team_b: "ger",
|
|
494
|
+
total_matches: 4,
|
|
495
|
+
team_a_wins: 1,
|
|
496
|
+
draws: 0,
|
|
497
|
+
team_b_wins: 3,
|
|
498
|
+
total_goals_team_a: 9,
|
|
499
|
+
total_goals_team_b: 9,
|
|
500
|
+
summary: "Germany lead 3-1 despite equal total goals. The 1982 semi-final in Seville — featuring the Battiston incident and a dramatic penalty shootout — is one of the greatest World Cup matches ever played.",
|
|
501
|
+
meetings: [
|
|
502
|
+
{ year: 1958, host_country: "Sweden", round: "Third-place play-off", score: "6-3", result: "team_a", venue_city: "Gothenburg" },
|
|
503
|
+
{ year: 1982, host_country: "Spain", round: "Semi-final", score: "3-3", penalty_score: "4-5", result: "team_b", venue_city: "Seville" },
|
|
504
|
+
{ year: 1986, host_country: "Mexico", round: "Semi-final", score: "0-2", result: "team_b", venue_city: "Guadalajara" },
|
|
505
|
+
{ year: 2014, host_country: "Brazil", round: "Quarter-final", score: "0-1", result: "team_b", venue_city: "Rio de Janeiro" },
|
|
506
|
+
],
|
|
507
|
+
},
|
|
508
|
+
// France vs Portugal
|
|
509
|
+
{
|
|
510
|
+
team_a: "fra",
|
|
511
|
+
team_b: "por",
|
|
512
|
+
total_matches: 1,
|
|
513
|
+
team_a_wins: 1,
|
|
514
|
+
draws: 0,
|
|
515
|
+
team_b_wins: 0,
|
|
516
|
+
total_goals_team_a: 1,
|
|
517
|
+
total_goals_team_b: 0,
|
|
518
|
+
summary: "France's only World Cup meeting with Portugal was a 1-0 semi-final win in 2006 at Munich, with Zidane converting the decisive penalty.",
|
|
519
|
+
meetings: [
|
|
520
|
+
{ year: 2006, host_country: "Germany", round: "Semi-final", score: "1-0", result: "team_a", venue_city: "Munich" },
|
|
521
|
+
],
|
|
522
|
+
},
|
|
523
|
+
// Germany vs South Korea
|
|
524
|
+
{
|
|
525
|
+
team_a: "ger",
|
|
526
|
+
team_b: "kor",
|
|
527
|
+
total_matches: 3,
|
|
528
|
+
team_a_wins: 2,
|
|
529
|
+
draws: 0,
|
|
530
|
+
team_b_wins: 1,
|
|
531
|
+
total_goals_team_a: 4,
|
|
532
|
+
total_goals_team_b: 4,
|
|
533
|
+
summary: "Germany lead 2-1 but South Korea delivered one of the biggest World Cup shocks in 2018, eliminating the defending champions 2-0 in the group stage.",
|
|
534
|
+
meetings: [
|
|
535
|
+
{ year: 1994, host_country: "United States", round: "Group Stage", score: "3-2", result: "team_a", venue_city: "Dallas" },
|
|
536
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Semi-final", score: "1-0", result: "team_a", venue_city: "Seoul" },
|
|
537
|
+
{ year: 2018, host_country: "Russia", round: "Group Stage", score: "0-2", result: "team_b", venue_city: "Kazan" },
|
|
538
|
+
],
|
|
539
|
+
},
|
|
540
|
+
// Germany vs United States
|
|
541
|
+
{
|
|
542
|
+
team_a: "ger",
|
|
543
|
+
team_b: "usa",
|
|
544
|
+
total_matches: 2,
|
|
545
|
+
team_a_wins: 2,
|
|
546
|
+
draws: 0,
|
|
547
|
+
team_b_wins: 0,
|
|
548
|
+
total_goals_team_a: 2,
|
|
549
|
+
total_goals_team_b: 0,
|
|
550
|
+
summary: "Germany have won both World Cup meetings with the United States by identical 1-0 scorelines — a 2002 quarter-final and a 2014 group stage match.",
|
|
551
|
+
meetings: [
|
|
552
|
+
{ year: 2002, host_country: "South Korea / Japan", round: "Quarter-final", score: "1-0", result: "team_a", venue_city: "Ulsan" },
|
|
553
|
+
{ year: 2014, host_country: "Brazil", round: "Group Stage", score: "1-0", result: "team_a", venue_city: "Recife" },
|
|
554
|
+
],
|
|
555
|
+
},
|
|
556
|
+
];
|