EUROPE · LEAGUE TABLE

Veikkausliiga Table

As of 9 September 2026, KuPS lead the Veikkausliiga 2026 with 43 points from 22 matches, -1 points clear of KuPS. IFK Mariehamn sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 04:44 UTC
Veikkausliiga league table
#TeamPWDLGFGAGDPts
1KuPS2212733823+1543
1KuPS2312833924+1544
1FC Lahti2310582820+835
2Inter Turku2211922916+1342
2Inter Turku2211922916+1342
2TPS238872823+532
3HJK2211473627+937
3HJK2211473627+937
3Ilves2384113637-128
4IF Gnistan2210663629+736
4IF Gnistan2310763730+737
4SJK2348112533-820
5AC Oulu2210482525034
5VPS2310673022+836
5FF Jaro2336141846-2815
6VPS229672922+733
6AC Oulu2310492526-134
6IFK Mariehamn2335151845-2714
7FC Lahti229582619+732
8TPS228772823+531
9Ilves2274113437-325
10SJK2247112533-819
11FF Jaro2236131844-2615
12IFK Mariehamn2235141743-2614
Get this via API

Get the Veikkausliiga table via API

Fetch the live Veikkausliiga standings with competition_id=comp_2674. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_2674/seasons/sn_1305664/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "KuPS"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 12,
      "draws": 7,
      "losses": 3,
      "goals_for": 38,
      "goals_against": 23,
      "goal_difference": 15,
      "points": 43
    }
  ]
}

Frequently Asked Questions

Who is top of the Veikkausliiga?

KuPS are top of the Veikkausliiga 2026 with 43 points from 22 matches, -1 points clear of KuPS.

How many teams are in the Veikkausliiga?

24 teams compete in the Veikkausliiga 2026.

How do I get the Veikkausliiga table via API?

Call the standings endpoint with competition_id=comp_2674 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 Veikkausliiga data are available?

TheStatsAPI has 7 seasons of Veikkausliiga data, going back to 2020, including historical final tables.

Get Veikkausliiga data via API

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