EUROPE · RESULTS

Austrian Bundesliga Results

Latest Austrian Bundesliga results: SK Rapid Wien 8-0 Grazer AK 1902, TSV Hartberg 0-2 Austria Wien, WSG Tirol 0-3 Red Bull Salzburg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 12:29 UTC
  • Sun 16 Aug, 17:00 UTCSK Rapid Wien80Grazer AK 1902
  • Sun 16 Aug, 15:00 UTCTSV Hartberg02Austria Wien
  • Sun 16 Aug, 15:00 UTCWSG Tirol03Red Bull Salzburg
  • Sat 15 Aug, 17:30 UTCSK Sturm Graz10SC Rheindorf Altach
  • Sat 15 Aug, 15:00 UTCSC Austria Lustenau21Wolfsberger AC
  • Fri 14 Aug, 17:30 UTCLASK41SV Ried
  • Sun 09 Aug, 17:00 UTCAustria Wien02LASK
  • Sun 09 Aug, 15:00 UTCSV Ried12SK Rapid Wien
  • Sun 09 Aug, 15:00 UTCWolfsberger AC11Red Bull Salzburg
  • Sat 08 Aug, 17:30 UTCTSV Hartberg02SK Sturm Graz
  • Sat 08 Aug, 15:00 UTCGrazer AK 190221SC Austria Lustenau
  • Fri 07 Aug, 17:30 UTCSC Rheindorf Altach31WSG Tirol
  • Sun 02 Aug, 17:00 UTCSK Rapid Wien10SC Rheindorf Altach
  • Sun 02 Aug, 15:00 UTCWolfsberger AC30Austria Wien
  • Sun 02 Aug, 15:00 UTCSC Austria Lustenau11SV Ried
Get this via API

Get Austrian Bundesliga results via API

Fetch the latest final Austrian Bundesliga scores with competition_id=comp_4893.

GET /football/matches?competition_id=comp_4893&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4893&season_id=sn_5749764&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4893",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-08-16T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "SK Rapid Wien"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Grazer AK 1902"
      },
      "score": {
        "home": 8,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Austrian Bundesliga result?

SK Rapid Wien 8-0 Grazer AK 1902 on Sunday 16 August.

How do I get Austrian Bundesliga results via API?

Call the matches endpoint with competition_id=comp_4893 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Austrian Bundesliga data via API

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