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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Palermo | 3 | 3 | 0 | 0 | 7 | 3 | +4 | 9 |
| 2 | Mantova | 3 | 2 | 1 | 0 | 6 | 3 | +3 | 7 |
| 3 | Südtirol | 3 | 2 | 1 | 0 | 4 | 1 | +3 | 7 |
| 4 | Ascoli | 3 | 2 | 1 | 0 | 4 | 2 | +2 | 7 |
| 5 | Modena | 3 | 2 | 0 | 1 | 5 | 2 | +3 | 6 |
| 6 | Pisa | 3 | 2 | 0 | 1 | 5 | 2 | +3 | 6 |
| 7 | Avellino | 3 | 2 | 0 | 1 | 5 | 2 | +3 | 6 |
| 8 | Empoli | 3 | 2 | 0 | 1 | 3 | 3 | 0 | 6 |
| 9 | Cesena | 3 | 1 | 2 | 0 | 4 | 3 | +1 | 5 |
| 10 | Hellas Verona | 3 | 1 | 1 | 1 | 7 | 3 | +4 | 4 |
| 11 | Padova | 3 | 1 | 1 | 1 | 3 | 4 | -1 | 4 |
| 12 | L.R. Vicenza | 3 | 1 | 1 | 1 | 5 | 7 | -2 | 4 |
| 13 | Cremonese | 3 | 1 | 0 | 2 | 3 | 5 | -2 | 3 |
| 14 | Arezzo | 3 | 1 | 0 | 2 | 4 | 9 | -5 | 3 |
| 15 | Virtus Entella | 3 | 0 | 1 | 2 | 3 | 5 | -2 | 1 |
| 16 | Benevento | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 17 | Carrarese | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 18 | Sampdoria | 3 | 0 | 1 | 2 | 3 | 6 | -3 | 1 |
| 19 | Juve Stabia | 3 | 1 | 0 | 2 | 2 | 5 | -3 | 1 |
| 20 | Catanzaro | 3 | 0 | 0 | 3 | 3 | 7 | -4 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_5450/seasons/sn_3025358/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.