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 UTCUdinese1–2Lazio
- Mon 07 Sept, 16:30 UTCCagliari1–0Lecce
- Sun 06 Sept, 18:45 UTCJuventus1–1Milan
- Sun 06 Sept, 16:00 UTCBologna2–2Sassuolo
- Sun 06 Sept, 13:00 UTCParma1–1Monza
- Sun 06 Sept, 13:00 UTCFrosinone3–2Venezia
- Sat 05 Sept, 18:45 UTCRoma2–1Atalanta
- Sat 05 Sept, 16:00 UTCInter3–2Napoli
- Sat 05 Sept, 13:00 UTCFiorentina1–2Torino
- Fri 04 Sept, 18:45 UTCGenoa1–4Como
- Mon 31 Aug, 18:45 UTCAtalanta1–0Bologna
- Mon 31 Aug, 16:30 UTCLecce0–4Roma
- Sun 30 Aug, 18:45 UTCCagliari0–1Inter
- Sun 30 Aug, 18:45 UTCLazio1–0Genoa
- Sun 30 Aug, 16:30 UTCNapoli1–2Como
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.