EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 12:18 UTC
Austrian Bundesliga league table
#TeamPWDLGFGAGDPts
1LASK330091+89
2SK Rapid Wien220031+26
3Wolfsberger AC211041+34
4SK Sturm Graz211031+24
5Red Bull Salzburg211021+14
6SC Rheindorf Altach210132+13
7Grazer AK 1902210124-23
8SC Austria Lustenau201123-11
9WSG Tirol201124-21
10SV Ried301237-41
11TSV Hartberg200203-30
12Austria Wien200205-50
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": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 9,
      "goals_against": 1,
      "goal_difference": 8,
      "points": 9
    }
  ]
}

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.