EUROPE · RESULTS
Serie B Results
Latest Serie B results: Palermo 3-1 Sampdoria, Cremonese 3-1 Padova, Hellas Verona 5-0 Arezzo. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:19 UTC
- Mon 07 Sept, 18:30 UTCPalermo3–1Sampdoria
- Sun 06 Sept, 17:30 UTCCremonese3–1Padova
- Sun 06 Sept, 15:15 UTCHellas Verona5–0Arezzo
- Sun 06 Sept, 13:00 UTCModena0–1Avellino
- Sun 06 Sept, 13:00 UTCJuve Stabia0–3Pisa
- Sun 06 Sept, 13:00 UTCVirtus Entella2–2L.R. Vicenza
- Sun 06 Sept, 13:00 UTCCesena1–1Mantova
- Sat 05 Sept, 17:30 UTCCarrarese0–1Empoli
- Sat 05 Sept, 15:15 UTCAscoli1–0Benevento
- Sat 05 Sept, 13:00 UTCSüdtirol2–0Catanzaro
- Sun 30 Aug, 19:00 UTCPisa2–1Catanzaro
- Sun 30 Aug, 19:00 UTCBenevento1–1Südtirol
- Sun 30 Aug, 17:00 UTCMantova3–1Empoli
- Sun 30 Aug, 17:00 UTCArezzo2–3Palermo
- Sat 29 Aug, 19:00 UTCPadova1–1Hellas Verona
Get this via API
Get Serie B results via API
Fetch the latest final Serie B scores with competition_id=comp_5450.
GET /football/matches?competition_id=comp_5450&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5450&season_id=sn_3025358&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5450",
"matchday": 3,
"status": "finished",
"utc_date": "2026-09-07T18:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Palermo"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sampdoria"
},
"score": {
"home": 3,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Serie B result?
Palermo 3-1 Sampdoria on Monday 7 September.
How do I get Serie B results via API?
Call the matches endpoint with competition_id=comp_5450 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Serie B data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.