EUROPE · RESULTS

Serie A Results

Latest Serie A results: Torino 2-2 Juventus, Milan 1-2 Cagliari, Cremonese 1-4 Como. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:41 UTC
  • Sun 24 May, 19:45 UTCTorino22Juventus
  • Sun 24 May, 18:45 UTCMilan12Cagliari
  • Sun 24 May, 18:45 UTCCremonese14Como
  • Sun 24 May, 18:45 UTCLecce10Genoa
  • Sun 24 May, 18:45 UTCHellas Verona02Roma
  • Sun 24 May, 16:00 UTCNapoli10Udinese
  • Sun 24 May, 13:00 UTCParma10Sassuolo
  • Sat 23 May, 18:45 UTCLazio21Pisa
  • Sat 23 May, 16:00 UTCBologna33Inter
  • Fri 22 May, 18:45 UTCFiorentina00Atalanta
  • Sun 17 May, 18:45 UTCSassuolo23Lecce
  • Sun 17 May, 18:45 UTCUdinese01Cremonese
  • Sun 17 May, 18:45 UTCCagliari21Torino
  • Sun 17 May, 16:00 UTCAtalanta01Bologna
  • Sun 17 May, 13:00 UTCInter11Hellas Verona
Get this via API

Get Serie A results via API

Fetch the latest final Serie A scores with competition_id=comp_5840.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5840&season_id=sn_3061436&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5840",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-05-24T19:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Torino"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Juventus"
      },
      "score": {
        "home": 2,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Serie A result?

Torino 2-2 Juventus on Sunday 24 May.

How do I get Serie A results via API?

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

Get Serie A data via API

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