SOUTH AMERICA · LEAGUE TABLE

Brasileirão Série B Table

As of 9 September 2026, Juventude lead the Brasileirão Série B 2026 with 47 points from 26 matches, level on points with Criciúma. Ponte Preta sit bottom on 10. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 01:27 UTC
Brasileirão Série B league table
#TeamPWDLGFGAGDPts
1Juventude2613852815+1347
2Criciúma2613852819+947
3Novorizontino2613764423+2146
4Vila Nova FC2613583730+744
5Fortaleza2612862922+744
6CRB2612684036+442
7Operário-PR2611783333040
8Atlético Goianiense26101063025+540
9Sport Recife2691163426+838
10Náutico2610793128+337
11Athletic Club2691073127+437
12Goiás26106102531-636
13Cuiabá2681262321+236
14São Bernardo269893629+735
15Botafogo-SP2687112929031
16Ceará2687112733-631
17Avaí2685132834-629
18Londrina2657143038-822
19América Mineiro2635181945-2614
20Ponte Preta2624201654-3810
Get this via API

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

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1085/seasons/sn_1307939/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Juventude"
      },
      "position": 1,
      "matches_played": 26,
      "wins": 13,
      "draws": 8,
      "losses": 5,
      "goals_for": 28,
      "goals_against": 15,
      "goal_difference": 13,
      "points": 47
    }
  ]
}

Frequently Asked Questions

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

Juventude are top of the Brasileirão Série B 2026 with 47 points from 26 matches.

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

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

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

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

TheStatsAPI has 7 seasons of Brasileirão Série B data, going back to 2020, including historical final tables.

Get Brasileirão Série B data via API

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