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 Wien8–0Grazer AK 1902
- Sun 16 Aug, 15:00 UTCTSV Hartberg0–2Austria Wien
- Sun 16 Aug, 15:00 UTCWSG Tirol0–3Red Bull Salzburg
- Sat 15 Aug, 17:30 UTCSK Sturm Graz1–0SC Rheindorf Altach
- Sat 15 Aug, 15:00 UTCSC Austria Lustenau2–1Wolfsberger AC
- Fri 14 Aug, 17:30 UTCLASK4–1SV Ried
- Sun 09 Aug, 17:00 UTCAustria Wien0–2LASK
- Sun 09 Aug, 15:00 UTCSV Ried1–2SK Rapid Wien
- Sun 09 Aug, 15:00 UTCWolfsberger AC1–1Red Bull Salzburg
- Sat 08 Aug, 17:30 UTCTSV Hartberg0–2SK Sturm Graz
- Sat 08 Aug, 15:00 UTCGrazer AK 19022–1SC Austria Lustenau
- Fri 07 Aug, 17:30 UTCSC Rheindorf Altach3–1WSG Tirol
- Sun 02 Aug, 17:00 UTCSK Rapid Wien1–0SC Rheindorf Altach
- Sun 02 Aug, 15:00 UTCWolfsberger AC3–0Austria Wien
- Sun 02 Aug, 15:00 UTCSC Austria Lustenau1–1SV 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.