EUROPE · LEAGUE TABLE

2. Liga Table

As of 9 September 2026, FC Blau Weiss Linz lead the 2. Liga 26/27 with 12 points from 5 matches, 2 points clear of FC Liefering. Kapfenberger SV sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 01:01 UTC
2. Liga league table
#TeamPWDLGFGAGDPts
1FC Blau Weiss Linz5401133+1012
2FC Liefering5311138+510
3First Vienna531196+310
4Floridsdorfer AC531196+310
5Austria Salzburg5302107+39
6FC Wacker Innsbruck530275+29
7Young Violets Austria Wien530276+19
8Schwarz-Weiß Bregenz5212610-47
9Admira Wacker520365+16
9Sturm Graz II52031013-36
10SKU Amstetten51316606
12Rapid Wien II5203611-56
13ASK Voitsberg5122710-35
14FC Hertha Wels5113610-44
15SKN St. Pölten510414-33
16Kapfenberger SV5104612-63
Get this via API

Get the 2. Liga table via API

Fetch the live 2. Liga standings with competition_id=comp_4519. The same shape works for every competition and season.

GET /football/competitions/comp_4519/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4519/seasons/sn_9623807/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Blau Weiss Linz"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 4,
      "draws": 0,
      "losses": 1,
      "goals_for": 13,
      "goals_against": 3,
      "goal_difference": 10,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the 2. Liga?

FC Blau Weiss Linz are top of the 2. Liga 26/27 with 12 points from 5 matches, 2 points clear of FC Liefering.

How many teams are in the 2. Liga?

16 teams compete in the 2. Liga 26/27.

How do I get the 2. Liga table via API?

Call the standings endpoint with competition_id=comp_4519 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of 2. Liga data are available?

TheStatsAPI has 6 seasons of 2. Liga data, going back to 21/22, including historical final tables.

Get 2. Liga data via API

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