EUROPE · LEAGUE TABLE

Serie A Table

Serie A 25/26 final table: Inter finished top with 87 points from 38 matches, 11 points ahead of Napoli. Pisa sit bottom on 18. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:11 UTC
Serie A league table
#TeamPWDLGFGAGDPts
1Inter3827658935+5487
2Napoli3823785836+2276
3Roma38234115931+2873
4Como38201176529+3671
5Milan38201085335+1870
6Juventus38191276134+2769
7Atalanta38151495136+1559
8Bologna38168144946+356
9Lazio381412124140+154
10Udinese38148164548-350
11Sassuolo38147174650-449
12Torino38129174463-1945
13Parma381112152846-1845
14Cagliari381110174053-1343
15Fiorentina38915144150-942
16Genoa381011174151-1041
17Lecce38108202850-2238
18Cremonese38810203257-2534
19Hellas Verona38312232561-3621
20Pisa38212242671-4518
Get this via API

Get the Serie A table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5840/seasons/sn_3061436/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Inter"
      },
      "position": 1,
      "matches_played": 38,
      "wins": 27,
      "draws": 6,
      "losses": 5,
      "goals_for": 89,
      "goals_against": 35,
      "goal_difference": 54,
      "points": 87
    }
  ]
}

Frequently Asked Questions

Who is top of the Serie A?

Inter finished top of the Serie A 25/26 with 87 points, 11 ahead of Napoli.

How many teams are in the Serie A?

20 teams compete in the Serie A 25/26.

How do I get the Serie A table via API?

Call the standings endpoint with competition_id=comp_5840 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 A data are available?

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

Get Serie A data via API

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