EUROPE · FIXTURES

Austrian Bundesliga Fixtures

Next Austrian Bundesliga fixtures: LASK v Grazer AK 1902 (Friday 31 July), WSG Tirol v SK Sturm Graz (Saturday 1 August), Red Bull Salzburg v TSV Hartberg (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:36 UTC
  • Fri 31 Jul, 17:30 UTCLASKvGrazer AK 1902
  • Sat 01 Aug, 15:00 UTCWSG TirolvSK Sturm Graz
  • Sat 01 Aug, 17:30 UTCRed Bull SalzburgvTSV Hartberg
  • Sun 02 Aug, 15:00 UTCWolfsberger ACvAustria Wien
  • Sun 02 Aug, 15:00 UTCSC Austria LustenauvSV Ried
  • Sun 02 Aug, 17:00 UTCSK Rapid WienvSC Rheindorf Altach
  • Fri 07 Aug, 17:30 UTCSC Rheindorf AltachvWSG Tirol
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-07-31T17:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "LASK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Grazer AK 1902"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Austrian Bundesliga match?

LASK play Grazer AK 1902 on Friday 31 July.

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.