EUROPE · RESULTS

Austrian Bundesliga Results

Latest Austrian Bundesliga results: Red Bull Salzburg 5-1 SK Rapid Wien, Austria Wien 0-1 WSG Tirol, Wolfsberger AC 1-3 LASK. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:50 UTC
  • Wed 02 Sept, 18:30 UTCRed Bull Salzburg51SK Rapid Wien
  • Wed 02 Sept, 16:30 UTCAustria Wien01WSG Tirol
  • Tue 01 Sept, 17:30 UTCWolfsberger AC13LASK
  • Sun 30 Aug, 17:00 UTCRed Bull Salzburg41Austria Wien
  • Sun 30 Aug, 15:00 UTCTSV Hartberg32SV Ried
  • Sun 30 Aug, 15:00 UTCSK Rapid Wien31SK Sturm Graz
  • Sat 29 Aug, 17:30 UTCLASK30SC Rheindorf Altach
  • Sat 29 Aug, 15:00 UTCGrazer AK 190200Wolfsberger AC
  • Fri 28 Aug, 17:30 UTCSC Austria Lustenau04WSG Tirol
  • Sat 22 Aug, 17:30 UTCSK Sturm Graz11SC Austria Lustenau
  • Sat 22 Aug, 15:00 UTCSC Rheindorf Altach12TSV Hartberg
  • Fri 21 Aug, 17:30 UTCSV Ried10Grazer AK 1902
  • 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
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": 4,
      "status": "finished",
      "utc_date": "2026-09-02T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Red Bull Salzburg"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "SK Rapid Wien"
      },
      "score": {
        "home": 5,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Austrian Bundesliga result?

Red Bull Salzburg 5-1 SK Rapid Wien on Wednesday 2 September.

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.