EUROPE · RESULTS

Serie A Results

Latest Serie A results: Udinese 1-2 Lazio, Cagliari 1-0 Lecce, Juventus 1-1 Milan. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:33 UTC
  • Mon 07 Sept, 18:45 UTCUdinese12Lazio
  • Mon 07 Sept, 16:30 UTCCagliari10Lecce
  • Sun 06 Sept, 18:45 UTCJuventus11Milan
  • Sun 06 Sept, 16:00 UTCBologna22Sassuolo
  • Sun 06 Sept, 13:00 UTCParma11Monza
  • Sun 06 Sept, 13:00 UTCFrosinone32Venezia
  • Sat 05 Sept, 18:45 UTCRoma21Atalanta
  • Sat 05 Sept, 16:00 UTCInter32Napoli
  • Sat 05 Sept, 13:00 UTCFiorentina12Torino
  • Fri 04 Sept, 18:45 UTCGenoa14Como
  • Mon 31 Aug, 18:45 UTCAtalanta10Bologna
  • Mon 31 Aug, 16:30 UTCLecce04Roma
  • Sun 30 Aug, 18:45 UTCCagliari01Inter
  • Sun 30 Aug, 18:45 UTCLazio10Genoa
  • Sun 30 Aug, 16:30 UTCNapoli12Como
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_6199313&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5840",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-07T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Udinese"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Lazio"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Serie A result?

Udinese 1-2 Lazio on Monday 7 September.

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.