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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Roma | 3 | 3 | 0 | 0 | 10 | 1 | +9 | 9 |
| 2 | Inter | 3 | 3 | 0 | 0 | 8 | 3 | +5 | 9 |
| 3 | Lazio | 3 | 3 | 0 | 0 | 4 | 1 | +3 | 9 |
| 4 | Como | 3 | 2 | 1 | 0 | 7 | 3 | +4 | 7 |
| 5 | Milan | 3 | 2 | 1 | 0 | 5 | 2 | +3 | 7 |
| 6 | Juventus | 3 | 2 | 1 | 0 | 4 | 1 | +3 | 7 |
| 7 | Frosinone | 3 | 2 | 0 | 1 | 6 | 3 | +3 | 6 |
| 8 | Atalanta | 3 | 2 | 0 | 1 | 4 | 3 | +1 | 6 |
| 9 | Cagliari | 3 | 2 | 0 | 1 | 2 | 1 | +1 | 6 |
| 10 | Udinese | 3 | 1 | 1 | 1 | 5 | 5 | 0 | 4 |
| 11 | Sassuolo | 3 | 1 | 1 | 1 | 5 | 5 | 0 | 4 |
| 12 | Napoli | 3 | 1 | 0 | 2 | 5 | 5 | 0 | 3 |
| 13 | Torino | 3 | 1 | 0 | 2 | 4 | 5 | -1 | 3 |
| 14 | Lecce | 3 | 1 | 0 | 2 | 2 | 5 | -3 | 3 |
| 15 | Bologna | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 16 | Parma | 3 | 0 | 1 | 2 | 1 | 4 | -3 | 1 |
| 17 | Monza | 3 | 0 | 1 | 2 | 4 | 8 | -4 | 1 |
| 18 | Venezia | 3 | 0 | 0 | 3 | 2 | 7 | -5 | 0 |
| 19 | Genoa | 3 | 0 | 0 | 3 | 1 | 7 | -6 | 0 |
| 20 | Fiorentina | 3 | 0 | 0 | 3 | 1 | 9 | -8 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_5840/seasons/sn_6199313/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.