EUROPE · RESULTS
Serie B Results
Latest Serie B results: Monza 0-2 Catanzaro, Catanzaro 0-2 Monza, Südtirol 0-0 Bari. 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
- Fri 29 May, 18:00 UTCMonza0–2Catanzaro
- Sun 24 May, 18:00 UTCCatanzaro0–2Monza
- Fri 22 May, 18:00 UTCSüdtirol0–0Bari
- Wed 20 May, 18:00 UTCPalermo2–0Catanzaro
- Tue 19 May, 18:00 UTCMonza2–1Juve Stabia
- Sun 17 May, 18:00 UTCCatanzaro3–0Palermo
- Sat 16 May, 18:00 UTCJuve Stabia2–2Monza
- Fri 15 May, 18:00 UTCBari0–0Südtirol
- Tue 12 May, 19:00 UTCCatanzaro3–0Avellino
- Tue 12 May, 16:45 UTCModena0–1Juve Stabia
- Fri 08 May, 18:30 UTCSüdtirol1–1Juve Stabia
- Fri 08 May, 18:30 UTCVenezia2–0Palermo
- Fri 08 May, 18:30 UTCMonza2–2Empoli
- Fri 08 May, 18:30 UTCReggiana1–0Sampdoria
- Fri 08 May, 18:30 UTCFrosinone5–0Mantova
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_9686012&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5450",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-29T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Monza"
},
"away_team": {
"id": "tm_yyyy",
"name": "Catanzaro"
},
"score": {
"home": 0,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Serie B result?
Monza 0-2 Catanzaro on Friday 29 May.
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.