SOUTH AMERICA · LEAGUE TABLE

Brasileirão Série A Table

As of 9 September 2026, Flamengo lead the Brasileirão Série A 2026 with 54 points from 26 matches, 1 point clear of Palmeiras. Chapecoense sit bottom on 17. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:59 UTC
Brasileirão Série A league table
#TeamPWDLGFGAGDPts
1Flamengo2616645121+3054
2Palmeiras2615834521+2453
3Athletico2613673828+1045
4Fluminense2612954032+845
5Bahia26111054032+843
6Cruzeiro2612683837+142
7Coritiba2610793435-137
8Atlético Mineiro2510693230+236
9Red Bull Bragantino25105103128+335
10São Paulo2596103128+333
11Vitória2695122537-1232
12Corinthians2688102727032
13Santos258893738-132
14Botafogo2587103740-331
15Grêmio2577112733-628
16Mirassol2677122940-1128
17Vasco da Gama2567122740-1325
18Internacional26510112834-625
19Remo2658133043-1323
20Chapecoense2538142750-2317
Get this via API

Get the Brasileirão Série A table via API

Fetch the live Brasileirão Série A standings with competition_id=comp_4795. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4795/seasons/sn_8459352/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Flamengo"
      },
      "position": 1,
      "matches_played": 26,
      "wins": 16,
      "draws": 6,
      "losses": 4,
      "goals_for": 51,
      "goals_against": 21,
      "goal_difference": 30,
      "points": 54
    }
  ]
}

Frequently Asked Questions

Who is top of the Brasileirão Série A?

Flamengo are top of the Brasileirão Série A 2026 with 54 points from 26 matches, 1 point clear of Palmeiras.

How many teams are in the Brasileirão Série A?

20 teams compete in the Brasileirão Série A 2026.

How do I get the Brasileirão Série A table via API?

Call the standings endpoint with competition_id=comp_4795 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 Brasileirão Série A data are available?

TheStatsAPI has 7 seasons of Brasileirão Série A data, going back to 20/21, including historical final tables.

Get Brasileirão Série A data via API

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