EUROPE · LEAGUE TABLE

Veikkausliiga Table

As of 26 July 2026, KuPS lead the Veikkausliiga 2026 with 36 points from 17 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 26 Jul 2026, 03:35 UTC
Veikkausliiga league table
#TeamPWDLGFGAGDPts
1KuPS1710613216+1636
2Inter Turku168712312+1131
3VPS177642416+827
4AC Oulu178362121027
5HJK167452720+725
6IF Gnistan167452520+525
7FC Lahti166462015+522
8TPS166462019+122
9Ilves165472830-219
10FF Jaro173681733-1615
11SJK173591927-814
12IFK Mariehamn170512936-275
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": 17,
      "wins": 10,
      "draws": 6,
      "losses": 1,
      "goals_for": 32,
      "goals_against": 16,
      "goal_difference": 16,
      "points": 36
    }
  ]
}

Frequently Asked Questions

Who is top of the Veikkausliiga?

KuPS are top of the Veikkausliiga 2026 with 36 points from 17 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.