2026 FIFA World Cup · Group C · Match 400021453
Haiti
0
14 June 2026 · 01:00 UTC
Attendance 64,146
Group C · Scotland Win
FIFA
FIFA — The Aston Villa man proved the difference as Scotland secured a first global finals win since 1990.
Image source: digitalhub.fifa.com
McGinn the hero as Scotland clinch memorable victory — The Aston Villa man proved the difference as Scotland secured a first global finals win since 1990.
Match Goals
Haiti 0–1 Scotland
John McGinn 28' — Goal 28' McGinn ⚽ HAITI → ← SCOTLAND
Goal positions — Haiti attacks right
Haiti
No goals scored
Scotland
28' · Regular goal
Match Timeline
Key events
28'
Scotland
39'
Haiti
46'
Yellow Card Aaron HICKEY
Scotland
61'
Sub Haiti
75'
Sub Haiti
75'
Sub Scotland
75'
Sub Scotland
75'
Sub Scotland
82'
Sub Scotland
82'
Sub Scotland
85'
Sub Haiti
90'
Yellow Card Findlay CURTIS
Scotland
90'
Yellow Card Kenny McLEAN
Scotland
Team Statistics
Head-to-head metrics
Haiti
Possession51.6%
Passes431
Pass Accuracy87.7%
Shots15
Shots on Target2
Corners4
Yellow Cards1
Offsides3
Defensive Pressures185
Forced Turnovers29
Linebreaks (Att/Comp)3 / 1
Scotland
Possession40.5%
Passes397
Pass Accuracy81.6%
Shots9
Shots on Target2
Corners3
Yellow Cards3
Offsides1
Defensive Pressures230
Forced Turnovers35
Linebreaks (Att/Comp)10 / 4
Comparative
HAI 51.6%PossessionSCO 40.5%
HAI 431PassesSCO 397
HAI 15ShotsSCO 9
HAI 2Shots on TargetSCO 2
HAI 185Def. PressuresSCO 230
HAI 7Counter-PressSCO 8
Phase Analytics
Tactical phase aggregates
Haiti · 4-4-2
High Press
4.7
Counter-Press
7.2
Mid Block
25.0
Low Block
8.3
Att. Transition
12.0
Final Third
18.6
High Block
6.2
Turnovers
29.0
Scotland · 4-4-2
High Press
1.1
Counter-Press
8.3
Mid Block
21.4
Low Block
34.2
Att. Transition
11.4
Final Third
8.8
High Block
3.7
Turnovers
35.0
Temporal Analytics
Pressing Intelligence & Performance Rates
These metrics are sourced from temporal team analytics reports generated at intervals throughout the match. Comparing early-match and late-match snapshots reveals how each team's intensity and tactical shape evolved.
Haiti — Pressing Profile
Counter-Press Intensity (score: 7.15 / 20)
High Press (score: 4.72 / 20)
Mid Block (score: 25.00 / 50)
Low Block (score: 8.29 / 50)
Deep Block / Low Block
Scotland — Pressing Profile
Counter-Press Intensity (score: 8.33 / 20)
High Press (score: 1.12 / 20)
Mid Block (score: 21.41 / 50)
Low Block (score: 34.17 / 50)
Deep Block / Low Block
Haiti Phase Intensity Over Match Time
0' 15' 30' 45' 60' 90' ⚽28' Mid Block Low Block High Press
Phase aggregate values interpolated from temporal analytics snapshots · Goal events shown as vertical markers
Formations & Tactics
Starting XI
Haiti · 4-4-2 · Coach: Sebastien MIGNE
1PLACIDE2ARCUS4ADE5DELCROIX8EXPERIENCE10BELLEGARDE 🟨3911DEEDSON ↓61'15PROVIDENCE ↓8517JACQUES18ISIDOR ↓75'20PIERROT
Scotland · 4-4-2 · Coach: Andrew HUGHES
1GUNN2HICKEY 🟨46' ↓73ROBERTSON4MCTOMINAY5HANLEY7MCGINN ⚽28' ↓810ADAMS ↓75'13HENDRY17GANNON-DOA ↓7519FERGUSON20SHANKLAND ↓82'
Squads
Match squads
Post-Match Intelligence
Core Players & Final Team Stats
Haiti — Final Stats
Possession51.6%
Passes / Completed431 / 378
Pass Accuracy87.7%
Shots / On Target15 / 2
Corners4
Yellow Cards1
Offsides3
Def. Pressures185
Forced Turnovers29
Linebreaks (Att / Comp)3 / 1
Counter-Press Score7.15
Scotland — Final Stats
Possession40.5%
Passes / Completed397 / 324
Pass Accuracy81.6%
Shots / On Target9 / 2
Corners3
Yellow Cards3
Offsides1
Def. Pressures230
Forced Turnovers35
Linebreaks (Att / Comp)10 / 4
Counter-Press Score8.33
Head-to-Head Comparison
HAI 51.6%PossessionSCO 40.5%
HAI 431PassesSCO 397
HAI 15ShotsSCO 9
HAI 2Shots on TargetSCO 2
HAI 185Def. PressuresSCO 230
HAI 7Counter-PressSCO 8
Distance & Speed Comparison
HAI 113,738Total Distance (m)SCO 117,572
HAI 452Total SprintsSCO 446
HAI 34.2Max Top Speed (km/h)SCO 32.9
HAI 30.6Avg Top Speed (km/h)SCO 30.3
Haiti — Core Performers
PlayerDist mPassSprkm/hHighlight
Danley JEAN JACQUES12,130495033.3
Jean-Ricner Bellegarde11,719624134.2YC 3 shots
Martin EXPERIENCE11,711476030.2
Frantzdy Pierrot11,02154130.53 shots
Carlens ARCUS10,859414428.8
Hannes DELCROIX10,218672831.2
Ricardo Ade9,710612928.5
Ruben PROVIDENCE8,839234134.03 shots
Scotland — Core Performers
PlayerDist mPassSprkm/hHighlight
Scott McTominay12,324294730.4
Lewis FERGUSON11,792453931.1
Jack Hendry10,337544430.1
Andy ROBERTSON10,253544231.9
Lawrence SHANKLAND10,242173829.2
Grant Hanley9,877481931.0
John McGinn8,970113830.6
Che Adams8,559113731.9
Player Physical & Goal Metrics
All player analytics from the post-match snapshot
SPARQL · Player Analytics
PREFIX fifa: 
PREFIX rdfs: 
PREFIX xsd: 

SELECT ?playerName ?teamName ?goals ?assists ?totalDistance ?passes ?sprints ?topSpeed ?timePlayed
FROM 
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021453" .
  ?m fifa:hasPlayerAnalyticsReport ?report .
  ?report fifa:player ?player .
  ?player rdfs:label ?playerName .
  OPTIONAL { ?report fifa:team ?team . ?team rdfs:label ?teamName }
  OPTIONAL { ?report fifa:goals ?goals }
  OPTIONAL { ?report fifa:assists ?assists }
  OPTIONAL { ?report fifa:totalDistance ?totalDistance }
  OPTIONAL { ?report fifa:passes ?passes }
  OPTIONAL { ?report fifa:sprints ?sprints }
  OPTIONAL { ?report fifa:topSpeed ?topSpeed }
  OPTIONAL { ?report fifa:timePlayed ?timePlayed }
}
ORDER BY ?teamName DESC(?totalDistance)
▶ Run live query
SPARQL Queries
Knowledge graph exploration
Match Overview
Haiti vs Scotland — core match metadata
SPARQL · Match Overview
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?homeTeam ?awayTeam ?homeScore ?awayScore ?date ?stadium ?attendance
FROM 
WHERE {
  ?match a fifa:Match ; fifa:matchId "400021453" .
  ?match fifa:homeTeam ?ht ; fifa:awayTeam ?at ;
         fifa:homeTeamScore ?homeScore ; fifa:awayTeamScore ?awayScore ;
         fifa:date ?date ; fifa:stadium ?s ; fifa:attendance ?attendance .
  ?ht rdfs:label ?homeTeam . ?at rdfs:label ?awayTeam . ?s rdfs:label ?stadium .
}
▶ Run live query
Goals
All goal events with scorer and assist
SPARQL · Goals
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?minute ?playerName ?teamName ?goalType ?assistName
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021453" .
  ?m fifa:hasGoal ?goal .
  ?goal fifa:goalMinute ?minute .
  OPTIONAL { ?goal fifa:player ?p . ?p rdfs:label ?playerName }
  OPTIONAL { ?goal fifa:team ?t . ?t rdfs:label ?teamName }
  OPTIONAL { ?goal fifa:goalType ?gt . ?gt rdfs:label ?goalType }
  OPTIONAL { ?goal fifa:assistPlayer ?a . ?a rdfs:label ?assistName }
}
ORDER BY xsd:integer(?minute)
▶ Run live query
Team Analytics + Pressing Phases
Full tactical phase breakdown for both teams
SPARQL · Team Analytics
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?teamName ?possession ?passes ?passesCompleted ?goals ?shots ?shotsOnTarget
       ?corners ?yellowCards ?offsides ?defPress ?turnovers ?highPress ?counterPress
FROM 
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021453" .
  ?m fifa:hasTeamAnalyticsReport ?report .
  ?report fifa:team ?team .
  ?team rdfs:label ?teamName .
  OPTIONAL { ?report fifa:possession ?possession }
  OPTIONAL { ?report fifa:passes ?passes }
  OPTIONAL { ?report fifa:passesCompleted ?passesCompleted }
  OPTIONAL { ?report fifa:goals ?goals }
  OPTIONAL { ?report fifa:attemptAtGoal ?shots }
  OPTIONAL { ?report fifa:attemptAtGoalOnTarget ?shotsOnTarget }
  OPTIONAL { ?report fifa:corners ?corners }
  OPTIONAL { ?report fifa:yellowCards ?yellowCards }
  OPTIONAL { ?report fifa:offsides ?offsides }
  OPTIONAL { ?report fifa:defensivePressuresApplied ?defPress }
  OPTIONAL { ?report fifa:forcedTurnovers ?turnovers }
  OPTIONAL { ?report fifa:phaseAggregateHighPress ?highPress }
  OPTIONAL { ?report fifa:phaseAggregateCounterPress ?counterPress }
}
ORDER BY ?teamName
▶ Run live query