EUROPE · FIXTURES

2. Liga Fixtures

Next 2. Liga fixtures: Rapid Wien II v First Vienna (Friday 11 September), Admira Wacker v Kapfenberger SV (Friday 11 September), SKU Amstetten v Young Violets Austria Wien (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:26 UTC
  • Fri 11 Sept, 16:30 UTCRapid Wien IIvFirst Vienna
  • Fri 11 Sept, 16:30 UTCAdmira WackervKapfenberger SV
  • Fri 11 Sept, 16:30 UTCSKU AmstettenvYoung Violets Austria Wien
  • Fri 11 Sept, 18:30 UTCFC Wacker InnsbruckvASK Voitsberg
  • Sat 12 Sept, 13:30 UTCAustria SalzburgvSturm Graz II
  • Sat 12 Sept, 13:30 UTCSchwarz-Weiß BregenzvFloridsdorfer AC
  • Sat 12 Sept, 15:30 UTCFC Blau Weiss LinzvFC Hertha Wels
  • Sun 13 Sept, 08:30 UTCFC LieferingvSKN St. Pölten
  • Fri 18 Sept, 16:30 UTCKapfenberger SVvSKU Amstetten
  • Fri 18 Sept, 16:30 UTCFC Hertha WelsvFirst Vienna
  • Fri 18 Sept, 16:30 UTCFloridsdorfer ACvFC Liefering
  • Fri 18 Sept, 18:30 UTCFC Blau Weiss LinzvAdmira Wacker
  • Sat 19 Sept, 13:30 UTCSturm Graz IIvFC Wacker Innsbruck
  • Sat 19 Sept, 13:30 UTCASK VoitsbergvAustria Salzburg
  • Sat 19 Sept, 15:30 UTCSKN St. PöltenvSchwarz-Weiß Bregenz
Get this via API

Get 2. Liga fixtures via API

Fetch upcoming 2. Liga matches with competition_id=comp_4519.

GET /football/matches?competition_id=comp_4519&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4519&season_id=sn_9623807&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4519",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T16:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Rapid Wien II"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "First Vienna"
      }
    }
  ]
}

Frequently Asked Questions

When is the next 2. Liga match?

Rapid Wien II play First Vienna on Friday 11 September.

How do I get 2. Liga fixtures via API?

Call the matches endpoint with competition_id=comp_4519 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get 2. Liga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.