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 UTCPalermo31Sampdoria
  • Sun 06 Sept, 17:30 UTCCremonese31Padova
  • Sun 06 Sept, 15:15 UTCHellas Verona50Arezzo
  • Sun 06 Sept, 13:00 UTCModena01Avellino
  • Sun 06 Sept, 13:00 UTCJuve Stabia03Pisa
  • Sun 06 Sept, 13:00 UTCVirtus Entella22L.R. Vicenza
  • Sun 06 Sept, 13:00 UTCCesena11Mantova
  • Sat 05 Sept, 17:30 UTCCarrarese01Empoli
  • Sat 05 Sept, 15:15 UTCAscoli10Benevento
  • Sat 05 Sept, 13:00 UTCSüdtirol20Catanzaro
  • Sun 30 Aug, 19:00 UTCPisa21Catanzaro
  • Sun 30 Aug, 19:00 UTCBenevento11Südtirol
  • Sun 30 Aug, 17:00 UTCMantova31Empoli
  • Sun 30 Aug, 17:00 UTCArezzo23Palermo
  • Sat 29 Aug, 19:00 UTCPadova11Hellas 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.