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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Augsburg | 2 | 2 | 0 | 0 | 7 | 1 | +6 | 6 |
| 2 | SC Freiburg | 2 | 2 | 0 | 0 | 5 | 1 | +4 | 6 |
| 3 | Borussia Dortmund | 2 | 2 | 0 | 0 | 5 | 2 | +3 | 6 |
| 4 | SV 07 Elversberg | 2 | 2 | 0 | 0 | 7 | 5 | +2 | 6 |
| 5 | 1. FSV Mainz 05 | 2 | 1 | 1 | 0 | 5 | 0 | +5 | 4 |
| 6 | FC Bayern München | 2 | 1 | 1 | 0 | 5 | 1 | +4 | 4 |
| 7 | Bayer 04 Leverkusen | 2 | 1 | 0 | 1 | 6 | 3 | +3 | 3 |
| 8 | RB Leipzig | 2 | 1 | 0 | 1 | 4 | 3 | +1 | 3 |
| 9 | VfB Stuttgart | 2 | 1 | 0 | 1 | 5 | 6 | -1 | 3 |
| 10 | SV Werder Bremen | 2 | 1 | 0 | 1 | 4 | 5 | -1 | 3 |
| 11 | 1. FC Köln | 2 | 1 | 0 | 1 | 4 | 6 | -2 | 3 |
| 12 | SC Paderborn 07 | 2 | 0 | 1 | 1 | 0 | 1 | -1 | 1 |
| 13 | Eintracht Frankfurt | 2 | 0 | 1 | 1 | 4 | 7 | -3 | 1 |
| 14 | FC Schalke 04 | 2 | 0 | 1 | 1 | 0 | 3 | -3 | 1 |
| 15 | 1. FC Union Berlin | 2 | 0 | 1 | 1 | 3 | 7 | -4 | 1 |
| 16 | TSG Hoffenheim | 2 | 0 | 0 | 2 | 4 | 6 | -2 | 0 |
| 17 | Borussia M'gladbach | 2 | 0 | 0 | 2 | 3 | 7 | -4 | 0 |
| 18 | Hamburger SV | 2 | 0 | 0 | 2 | 0 | 7 | -7 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_4643/seasons/sn_0835912/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.