Austrian Bundesliga Table
As of 15 August 2026, LASK lead the Austrian Bundesliga 26/27 with 9 points from 3 matches, 3 points clear of SK Rapid Wien. Austria Wien sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LASK | 3 | 3 | 0 | 0 | 9 | 1 | +8 | 9 |
| 2 | SK Rapid Wien | 2 | 2 | 0 | 0 | 3 | 1 | +2 | 6 |
| 3 | Wolfsberger AC | 2 | 1 | 1 | 0 | 4 | 1 | +3 | 4 |
| 4 | SK Sturm Graz | 2 | 1 | 1 | 0 | 3 | 1 | +2 | 4 |
| 5 | Red Bull Salzburg | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 6 | SC Rheindorf Altach | 2 | 1 | 0 | 1 | 3 | 2 | +1 | 3 |
| 7 | Grazer AK 1902 | 2 | 1 | 0 | 1 | 2 | 4 | -2 | 3 |
| 8 | SC Austria Lustenau | 2 | 0 | 1 | 1 | 2 | 3 | -1 | 1 |
| 9 | WSG Tirol | 2 | 0 | 1 | 1 | 2 | 4 | -2 | 1 |
| 10 | SV Ried | 3 | 0 | 1 | 2 | 3 | 7 | -4 | 1 |
| 11 | TSV Hartberg | 2 | 0 | 0 | 2 | 0 | 3 | -3 | 0 |
| 12 | Austria Wien | 2 | 0 | 0 | 2 | 0 | 5 | -5 | 0 |
Get the Austrian Bundesliga table via API
Fetch the live Austrian Bundesliga standings with competition_id=comp_4893. The same shape works for every competition and season.
GET /football/competitions/comp_4893/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_4893/seasons/sn_5749764/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "LASK"
},
"position": 1,
"matches_played": 3,
"wins": 3,
"draws": 0,
"losses": 0,
"goals_for": 9,
"goals_against": 1,
"goal_difference": 8,
"points": 9
}
]
}Austrian Bundesliga resources
Fixtures, results, player and team stats for Austrian Bundesliga.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
Frequently Asked Questions
Who is top of the Austrian Bundesliga?
LASK are top of the Austrian Bundesliga 26/27 with 9 points from 3 matches, 3 points clear of SK Rapid Wien.
How many teams are in the Austrian Bundesliga?
12 teams compete in the Austrian Bundesliga 26/27.
How do I get the Austrian Bundesliga table via API?
Call the standings endpoint with competition_id=comp_4893 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 Austrian Bundesliga data are available?
TheStatsAPI has 7 seasons of Austrian Bundesliga data, going back to 20/21, including historical final tables.
Get Austrian Bundesliga data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.