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 Salzburg5–1SK Rapid Wien
- Wed 02 Sept, 16:30 UTCAustria Wien0–1WSG Tirol
- Tue 01 Sept, 17:30 UTCWolfsberger AC1–3LASK
- Sun 30 Aug, 17:00 UTCRed Bull Salzburg4–1Austria Wien
- Sun 30 Aug, 15:00 UTCTSV Hartberg3–2SV Ried
- Sun 30 Aug, 15:00 UTCSK Rapid Wien3–1SK Sturm Graz
- Sat 29 Aug, 17:30 UTCLASK3–0SC Rheindorf Altach
- Sat 29 Aug, 15:00 UTCGrazer AK 19020–0Wolfsberger AC
- Fri 28 Aug, 17:30 UTCSC Austria Lustenau0–4WSG Tirol
- Sat 22 Aug, 17:30 UTCSK Sturm Graz1–1SC Austria Lustenau
- Sat 22 Aug, 15:00 UTCSC Rheindorf Altach1–2TSV Hartberg
- Fri 21 Aug, 17:30 UTCSV Ried1–0Grazer AK 1902
- Sun 16 Aug, 17:00 UTCSK Rapid Wien8–0Grazer AK 1902
- Sun 16 Aug, 15:00 UTCTSV Hartberg0–2Austria Wien
- Sun 16 Aug, 15:00 UTCWSG Tirol0–3Red 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.