EUROPE · LEAGUE TABLE

Serie B Table

As of 9 September 2026, Palermo lead the Serie B 26/27 with 9 points from 3 matches, 2 points clear of Mantova. Catanzaro sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:49 UTC
Serie B league table
#TeamPWDLGFGAGDPts
1Palermo330073+49
2Mantova321063+37
3Südtirol321041+37
4Ascoli321042+27
5Modena320152+36
6Pisa320152+36
7Avellino320152+36
8Empoli32013306
9Cesena312043+15
10Hellas Verona311173+44
11Padova311134-14
12L.R. Vicenza311157-24
13Cremonese310235-23
14Arezzo310249-53
15Virtus Entella301235-21
16Benevento301224-21
17Carrarese301224-21
18Sampdoria301236-31
19Juve Stabia310225-31
20Catanzaro300337-40
Get this via API

Get the Serie B table via API

Fetch the live Serie B standings with competition_id=comp_5450. The same shape works for every competition and season.

GET /football/competitions/comp_5450/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5450/seasons/sn_3025358/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Palermo"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 7,
      "goals_against": 3,
      "goal_difference": 4,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Serie B?

Palermo are top of the Serie B 26/27 with 9 points from 3 matches, 2 points clear of Mantova.

How many teams are in the Serie B?

20 teams compete in the Serie B 26/27.

How do I get the Serie B table via API?

Call the standings endpoint with competition_id=comp_5450 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Serie B data are available?

TheStatsAPI has 7 seasons of Serie B data, going back to 20/21, including historical final tables.

Get Serie B data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.