EUROPE · LEAGUE TABLE

Bundesliga Table

As of 9 September 2026, FC Augsburg lead the Bundesliga 26/27 with 6 points from 2 matches, level on points with SC Freiburg. Hamburger SV sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:33 UTC
Bundesliga league table
#TeamPWDLGFGAGDPts
1FC Augsburg220071+66
2SC Freiburg220051+46
3Borussia Dortmund220052+36
4SV 07 Elversberg220075+26
51. FSV Mainz 05211050+54
6FC Bayern München211051+44
7Bayer 04 Leverkusen210163+33
8RB Leipzig210143+13
9VfB Stuttgart210156-13
10SV Werder Bremen210145-13
111. FC Köln210146-23
12SC Paderborn 07201101-11
13Eintracht Frankfurt201147-31
14FC Schalke 04201103-31
151. FC Union Berlin201137-41
16TSG Hoffenheim200246-20
17Borussia M'gladbach200237-40
18Hamburger SV200207-70
Get this via API

Get the Bundesliga table via API

Fetch the live Bundesliga standings with competition_id=comp_4643. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4643/seasons/sn_0835912/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Augsburg"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 7,
      "goals_against": 1,
      "goal_difference": 6,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the Bundesliga?

FC Augsburg are top of the Bundesliga 26/27 with 6 points from 2 matches.

How many teams are in the Bundesliga?

18 teams compete in the Bundesliga 26/27.

How do I get the Bundesliga table via API?

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

TheStatsAPI has 7 seasons of Bundesliga data, going back to 20/21, including historical final tables.

Get Bundesliga data via API

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