sportsfootballsoccerFIFAinternationalsports-analyticsworld-cuphistorical

Global International Football Match Results (1872–2026)

Category
Sports
Records
49,215 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

A comprehensive dataset of 49,215 international football (soccer) match results spanning over 150 years, from the first official match (Scotland vs England, 1872) through March 2026. Covers 333 national teams across 193 tournaments in every FIFA confederation. Each record includes: match date, year, decade, month, home and away teams, scores, total goals, goal difference, match result (home win/away win/draw), tournament name, tournament tier classification (Major Tournament, World Cup Qualifier, Continental Qualifier, Continental League, Friendly, Other Competition), venue city and country, neutral venue indicator, FIFA confederation for both teams (UEFA/CONMEBOL/CONCACAF/CAF/AFC/OFC), inter- vs intra-confederation match type, and penalty shootout indicator. 20 columns across 49,215 rows. Sourced from publicly available international football records, enriched with confederation mappings, tournament tier classifications, and computed analytics fields. Ideal for sports analytics, historical trend analysis, prediction modeling, and FIFA ranking research.

Schema

NameTypeDescription
datestring
yearstring
decadestring
monthstring
home_teamstring
away_teamstring
home_scorestring
away_scorestring
total_goalsstring
goal_differencestring
resultstring
tournamentstring
tournament_tierstring
citystring
countrystring
neutral_venuestring
home_confederationstring
away_confederationstring
match_typestring
penalty_shootoutstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global International Football " })
// Found: e9f0cefb-7269-4468-a779-f9cb047fc75c
get_download_url({ dataset_id: "e9f0cefb-7269-4468-a779-f9cb047fc75c" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/e9f0cefb-7269-4468-a779-f9cb047fc75c/download-url