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 UTCMonza02Catanzaro
  • Sun 24 May, 18:00 UTCCatanzaro02Monza
  • Fri 22 May, 18:00 UTCSüdtirol00Bari
  • Wed 20 May, 18:00 UTCPalermo20Catanzaro
  • Tue 19 May, 18:00 UTCMonza21Juve Stabia
  • Sun 17 May, 18:00 UTCCatanzaro30Palermo
  • Sat 16 May, 18:00 UTCJuve Stabia22Monza
  • Fri 15 May, 18:00 UTCBari00Südtirol
  • Tue 12 May, 19:00 UTCCatanzaro30Avellino
  • Tue 12 May, 16:45 UTCModena01Juve Stabia
  • Fri 08 May, 18:30 UTCSüdtirol11Juve Stabia
  • Fri 08 May, 18:30 UTCVenezia20Palermo
  • Fri 08 May, 18:30 UTCMonza22Empoli
  • Fri 08 May, 18:30 UTCReggiana10Sampdoria
  • Fri 08 May, 18:30 UTCFrosinone50Mantova
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.