EUROPE · RESULTS
EURO Results
Latest EURO results: Spain 2-1 England, Netherlands 1-2 England, Spain 2-1 France. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 2024·Updated 26 Jul 2026, 03:38 UTC
- Sun 14 Jul, 19:00 UTCSpain2–1England
- Wed 10 Jul, 19:00 UTCNetherlands1–2England
- Tue 09 Jul, 19:00 UTCSpain2–1France
- Sat 06 Jul, 19:00 UTCNetherlands2–1Türkiye
- Sat 06 Jul, 16:00 UTCEngland1–1Switzerland
- Fri 05 Jul, 19:00 UTCPortugal0–0France
- Fri 05 Jul, 16:00 UTCSpain1–1Germany
- Tue 02 Jul, 19:00 UTCAustria1–2Türkiye
- Tue 02 Jul, 16:00 UTCRomania0–3Netherlands
- Mon 01 Jul, 19:00 UTCPortugal0–0Slovenia
- Mon 01 Jul, 16:00 UTCFrance1–0Belgium
- Sun 30 Jun, 19:00 UTCSpain4–1Georgia
- Sun 30 Jun, 16:00 UTCEngland1–1Slovakia
- Sat 29 Jun, 19:00 UTCGermany2–0Denmark
- Sat 29 Jun, 16:00 UTCSwitzerland2–0Italy
Get this via API
Get EURO results via API
Fetch the latest final EURO scores with competition_id=comp_2949.
GET /football/matches?competition_id=comp_2949&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2949&season_id=sn_553777&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_2949",
"matchday": 29,
"status": "finished",
"utc_date": "2024-07-14T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Spain"
},
"away_team": {
"id": "tm_yyyy",
"name": "England"
},
"score": {
"home": 2,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest EURO result?
Spain 2-1 England on Sunday 14 July.
How do I get EURO results via API?
Call the matches endpoint with competition_id=comp_2949 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get EURO data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.