EUROPE · FIXTURES
Austrian Bundesliga Fixtures
Next Austrian Bundesliga fixtures: SV Ried v Grazer AK 1902 (Friday 21 August), SC Rheindorf Altach v TSV Hartberg (Saturday 22 August), SK Sturm Graz v SC Austria Lustenau (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 18 Aug 2026, 19:32 UTC
- Fri 21 Aug, 17:30 UTCSV RiedvGrazer AK 1902
- Sat 22 Aug, 15:00 UTCSC Rheindorf AltachvTSV Hartberg
- Sat 22 Aug, 17:30 UTCSK Sturm GrazvSC Austria Lustenau
- Fri 28 Aug, 17:30 UTCSC Austria LustenauvWSG Tirol
- Sat 29 Aug, 15:00 UTCGrazer AK 1902vWolfsberger AC
- Sat 29 Aug, 17:30 UTCLASKvSC Rheindorf Altach
- Sun 30 Aug, 15:00 UTCTSV HartbergvSV Ried
- Sun 30 Aug, 15:00 UTCSK Rapid WienvSK Sturm Graz
- Sun 30 Aug, 17:00 UTCRed Bull SalzburgvAustria Wien
- Tue 01 Sept, 17:30 UTCWolfsberger ACvLASK
- Wed 02 Sept, 16:30 UTCAustria WienvWSG Tirol
- Wed 02 Sept, 18:30 UTCRed Bull SalzburgvSK Rapid Wien
- 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
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-08-21T17:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "SV Ried"
},
"away_team": {
"id": "tm_yyyy",
"name": "Grazer AK 1902"
}
}
]
}Frequently Asked Questions
When is the next Austrian Bundesliga match?
SV Ried play Grazer AK 1902 on Friday 21 August.
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.