Matches, every kick.
Every World Cup match in a single table — date, stage, teams, score, attendance, venue. Pick a tournament + stage. Knockout dramatic finishes (AET, penalties) are flagged.
Tournament
1
Matches
final
3
Goals
3.00/match
0
Attendance
0/match
1
Dramatic finishes
AET + penalties
| Date | Stage | Match | Score | Venue | Att. | Weather |
|---|---|---|---|---|---|---|
| Jun 10, 1934 | F | 2–1AET | Stadio Nazionale PNF, Rome | — | — |
GET /matches?year=1934 · client-side stage filter: final
Team logistics — 1934
16 teams · sorted by distanceDistance is stadium-to-stadium between consecutive matches, great-circle (haversine). First match counts 0 km — we don't guess a pre-tournament anchor. Rest days = full days between consecutive kickoffs (so a Mon → Fri turnaround is 3 days of rest). TZ shift = max hours offset between any venue's country and the team's home country. Multi-zone countries (USA, Brazil, Russia) use their capital city as proxy. DST ignored.
| Team | Matches | Distance | TZ shift | Avg rest | Min rest | Cities visited |
|---|---|---|---|---|---|---|
| 4 | 1,162 km | 0h | 2.7d | 2d | Turin → Bologna → Milan → Naples | |
| 4 | 1,004 km | — | 3.7d | 2d | Trieste → Turin → Rome | |
| 5 | 960 km | 0h | 2.5d | 0d | Rome → Florence → Milan | |
| 4 | 924 km | 0h | 2.7d | 2d | Florence → Milan → Rome → Naples | |
| 2 | 472 km | 0h | 3.0d | 3d | Naples → Bologna | |
| 2 | 204 km | 0h | 3.0d | 3d | Bologna → Milan | |
| 3 | 199 km | 0h | 1.5d | 0d | Genoa → Florence | |
| 2 | 125 km | 0h | 3.0d | 3d | Milan → Turin | |
| 1 | 0 km | 4h | — | — | Genoa | |
| 1 | 0 km | 1h | — | — | Naples | |
| 1 | 0 km | 0h | — | — | Milan | |
| 1 | 0 km | 6h | — | — | Rome | |
| 1 | 0 km | 1h | — | — | Trieste | |
| 1 | 0 km | 4h | — | — | Bologna | |
| 1 | 0 km | 0h | — | — | Turin | |
| 1 | 0 km | 0h | — | — | Florence |
Derived client-side from GET /matches?year=1934 + GET /stadiums
Coming next: goals-by-minute bucket, captain per match, and penalty-shootout granularity. Subscribe to the API to get the extra fields as they ship.