INTERNATIONAL · RESULTS

FIFA World Cup Results

Latest FIFA World Cup results: Spain 0-0 Argentina, France 4-6 England, England 1-2 Argentina. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:38 UTC
  • Sun 19 Jul, 19:00 UTCSpain00Argentina
  • Sat 18 Jul, 21:00 UTCFrance46England
  • Wed 15 Jul, 19:00 UTCEngland12Argentina
  • Tue 14 Jul, 19:00 UTCFrance02Spain
  • Sun 12 Jul, 01:00 UTCArgentina11Switzerland
  • Sat 11 Jul, 21:00 UTCNorway11England
  • Fri 10 Jul, 19:00 UTCSpain21Belgium
  • Thu 09 Jul, 20:00 UTCFrance20Morocco
  • Tue 07 Jul, 20:00 UTCSwitzerland00Colombia
  • Tue 07 Jul, 16:00 UTCArgentina32Egypt
  • Tue 07 Jul, 00:00 UTCUSA14Belgium
  • Mon 06 Jul, 19:00 UTCPortugal01Spain
  • Mon 06 Jul, 01:00 UTCMexico23England
  • Sun 05 Jul, 20:00 UTCBrazil12Norway
  • Sat 04 Jul, 21:00 UTCParaguay01France
Get this via API

Get FIFA World Cup results via API

Fetch the latest final FIFA World Cup scores with competition_id=comp_6107.

GET /football/matches?competition_id=comp_6107&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6107&season_id=sn_118868&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6107",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-07-19T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Spain"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Argentina"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest FIFA World Cup result?

Spain 0-0 Argentina on Sunday 19 July.

How do I get FIFA World Cup results via API?

Call the matches endpoint with competition_id=comp_6107 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get FIFA World Cup data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.