EUROPE · LEAGUE TABLE

Serie B Table

Serie B 25/26 final table: Venezia finished top with 82 points from 38 matches, 1 point ahead of Frosinone. Spezia sit bottom on 35. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:21 UTC
Serie B league table
#TeamPWDLGFGAGDPts
1Venezia38241047731+4682
2Frosinone38231237634+4281
3Monza38221066132+2976
4Palermo38201266133+2872
5Catanzaro38151496251+1159
6Modena381510134936+1355
7Juve Stabia38111894445-151
8Avellino381310154355-1249
9Mantova38137184557-1246
10Padova381210163949-1046
11Cesena381210164556-1146
12Carrarese381014144752-544
13Sampdoria381111163548-1344
14Virtus Entella381012163651-1542
15Empoli38914154754-741
16Südtirol38817133848-1041
17Bari381010183860-2240
18Reggiana38910193656-2037
20Pescara38714175166-1535
20Spezia38811194359-1635
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_9686012/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Venezia"
      },
      "position": 1,
      "matches_played": 38,
      "wins": 24,
      "draws": 10,
      "losses": 4,
      "goals_for": 77,
      "goals_against": 31,
      "goal_difference": 46,
      "points": 82
    }
  ]
}

Frequently Asked Questions

Who is top of the Serie B?

Venezia finished top of the Serie B 25/26 with 82 points, 1 ahead of Frosinone.

How many teams are in the Serie B?

20 teams compete in the Serie B 25/26.

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 6 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.