EUROPE · LEAGUE TABLE

Serie A Table

As of 9 September 2026, Roma lead the Serie A 26/27 with 9 points from 3 matches, level on points with Inter. Fiorentina sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:10 UTC
Serie A league table
#TeamPWDLGFGAGDPts
1Roma3300101+99
2Inter330083+59
3Lazio330041+39
4Como321073+47
5Milan321052+37
6Juventus321041+37
7Frosinone320163+36
8Atalanta320143+16
9Cagliari320121+16
10Udinese31115504
11Sassuolo31115504
12Napoli31025503
13Torino310245-13
14Lecce310225-33
15Bologna301224-21
16Parma301214-31
17Monza301248-41
18Venezia300327-50
19Genoa300317-60
20Fiorentina300319-80
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_6199313/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Roma"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 10,
      "goals_against": 1,
      "goal_difference": 9,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Serie A?

Roma are top of the Serie A 26/27 with 9 points from 3 matches.

How many teams are in the Serie A?

20 teams compete in the Serie A 26/27.

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