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 UTCSpain0–0Argentina
- Sat 18 Jul, 21:00 UTCFrance4–6England
- Wed 15 Jul, 19:00 UTCEngland1–2Argentina
- Tue 14 Jul, 19:00 UTCFrance0–2Spain
- Sun 12 Jul, 01:00 UTCArgentina1–1Switzerland
- Sat 11 Jul, 21:00 UTCNorway1–1England
- Fri 10 Jul, 19:00 UTCSpain2–1Belgium
- Thu 09 Jul, 20:00 UTCFrance2–0Morocco
- Tue 07 Jul, 20:00 UTCSwitzerland0–0Colombia
- Tue 07 Jul, 16:00 UTCArgentina3–2Egypt
- Tue 07 Jul, 00:00 UTCUSA1–4Belgium
- Mon 06 Jul, 19:00 UTCPortugal0–1Spain
- Mon 06 Jul, 01:00 UTCMexico2–3England
- Sun 05 Jul, 20:00 UTCBrazil1–2Norway
- Sat 04 Jul, 21:00 UTCParaguay0–1France
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.