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 UTCSpain21England
  • Wed 10 Jul, 19:00 UTCNetherlands12England
  • Tue 09 Jul, 19:00 UTCSpain21France
  • Sat 06 Jul, 19:00 UTCNetherlands21Türkiye
  • Sat 06 Jul, 16:00 UTCEngland11Switzerland
  • Fri 05 Jul, 19:00 UTCPortugal00France
  • Fri 05 Jul, 16:00 UTCSpain11Germany
  • Tue 02 Jul, 19:00 UTCAustria12Türkiye
  • Tue 02 Jul, 16:00 UTCRomania03Netherlands
  • Mon 01 Jul, 19:00 UTCPortugal00Slovenia
  • Mon 01 Jul, 16:00 UTCFrance10Belgium
  • Sun 30 Jun, 19:00 UTCSpain41Georgia
  • Sun 30 Jun, 16:00 UTCEngland11Slovakia
  • Sat 29 Jun, 19:00 UTCGermany20Denmark
  • Sat 29 Jun, 16:00 UTCSwitzerland20Italy
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.