EUROPE · LEAGUE TABLE

Veikkausliiga Table

As of 15 August 2026, KuPS lead the Veikkausliiga 2026 with 40 points from 19 matches, 5 points clear of Inter Turku. IFK Mariehamn sit bottom on 5. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 17:20 UTC
Veikkausliiga league table
#TeamPWDLGFGAGDPts
1KuPS1911713417+1740
2Inter Turku199822514+1135
3HJK199462923+631
4VPS208662821+730
5AC Oulu199372222030
6IF Gnistan198562924+529
7TPS208572722+529
8FC Lahti197572216+626
9Ilves197483131025
10SJK194692429-518
11FF Jaro1936101838-2015
12IFK Mariehamn190514941-325
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": 19,
      "wins": 11,
      "draws": 7,
      "losses": 1,
      "goals_for": 34,
      "goals_against": 17,
      "goal_difference": 17,
      "points": 40
    }
  ]
}

Frequently Asked Questions

Who is top of the Veikkausliiga?

KuPS are top of the Veikkausliiga 2026 with 40 points from 19 matches, 5 points clear of Inter Turku.

How many teams are in the Veikkausliiga?

12 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.