EUROPE · FIXTURES
Austrian Bundesliga Fixtures
Next Austrian Bundesliga fixtures: SV Ried v Red Bull Salzburg (Friday 11 September), SC Rheindorf Altach v Grazer AK 1902 (Saturday 12 September), Wolfsberger AC v SK Rapid Wien (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:09 UTC
- Fri 11 Sept, 17:30 UTCSV RiedvRed Bull Salzburg
- Sat 12 Sept, 15:00 UTCSC Rheindorf AltachvGrazer AK 1902
- Sat 12 Sept, 17:30 UTCWolfsberger ACvSK Rapid Wien
- Sun 13 Sept, 12:30 UTCAustria WienvSC Austria Lustenau
- Sun 13 Sept, 12:30 UTCWSG TirolvTSV Hartberg
- Sun 13 Sept, 15:00 UTCSK Sturm GrazvLASK
- Fri 18 Sept, 17:30 UTCSK Rapid WienvWSG Tirol
- Sat 19 Sept, 15:00 UTCSC Austria LustenauvSC Rheindorf Altach
- Sat 19 Sept, 17:30 UTCGrazer AK 1902vAustria Wien
- Sun 20 Sept, 12:30 UTCSV RiedvWolfsberger AC
- Sun 20 Sept, 12:30 UTCTSV HartbergvLASK
- Sun 20 Sept, 15:00 UTCRed Bull SalzburgvSK Sturm Graz
- Sat 10 Oct, 14:00 UTCGrazer AK 1902vRed Bull Salzburg
- Sat 10 Oct, 14:00 UTCSC Rheindorf AltachvWolfsberger AC
- Sat 10 Oct, 14:00 UTCWSG TirolvSV Ried
Get this via API
Get Austrian Bundesliga fixtures via API
Fetch upcoming Austrian Bundesliga matches with competition_id=comp_4893.
GET /football/matches?competition_id=comp_4893&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4893&season_id=sn_5749764&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_4893",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T17:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "SV Ried"
},
"away_team": {
"id": "tm_yyyy",
"name": "Red Bull Salzburg"
}
}
]
}Frequently Asked Questions
When is the next Austrian Bundesliga match?
SV Ried play Red Bull Salzburg on Friday 11 September.
How do I get Austrian Bundesliga fixtures via API?
Call the matches endpoint with competition_id=comp_4893 and status=scheduled. 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.