EUROPE · LEAGUE TABLE

Austrian Bundesliga Table

As of 9 September 2026, LASK lead the Austrian Bundesliga 26/27 with 15 points from 5 matches, 2 points clear of Red Bull Salzburg. Austria Wien sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:58 UTC
Austrian Bundesliga league table
#TeamPWDLGFGAGDPts
1LASK5500152+1315
2Red Bull Salzburg5410143+1113
3SK Rapid Wien5401157+812
4SK Sturm Graz522165+18
5WSG Tirol52127707
6TSV Hartberg520358-36
7SC Austria Lustenau512259-45
8Wolfsberger AC51226605
9SV Ried5113610-44
10Grazer AK 19025113213-114
11SC Rheindorf Altach510448-43
12Austria Wien5104310-73
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4893/seasons/sn_5749764/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "LASK"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 15,
      "goals_against": 2,
      "goal_difference": 13,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Austrian Bundesliga?

LASK are top of the Austrian Bundesliga 26/27 with 15 points from 5 matches, 2 points clear of Red Bull Salzburg.

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.