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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KuPS | 17 | 10 | 6 | 1 | 32 | 16 | +16 | 36 |
| 2 | Inter Turku | 16 | 8 | 7 | 1 | 23 | 12 | +11 | 31 |
| 3 | VPS | 17 | 7 | 6 | 4 | 24 | 16 | +8 | 27 |
| 4 | AC Oulu | 17 | 8 | 3 | 6 | 21 | 21 | 0 | 27 |
| 5 | HJK | 16 | 7 | 4 | 5 | 27 | 20 | +7 | 25 |
| 6 | IF Gnistan | 16 | 7 | 4 | 5 | 25 | 20 | +5 | 25 |
| 7 | FC Lahti | 16 | 6 | 4 | 6 | 20 | 15 | +5 | 22 |
| 8 | TPS | 16 | 6 | 4 | 6 | 20 | 19 | +1 | 22 |
| 9 | Ilves | 16 | 5 | 4 | 7 | 28 | 30 | -2 | 19 |
| 10 | FF Jaro | 17 | 3 | 6 | 8 | 17 | 33 | -16 | 15 |
| 11 | SJK | 17 | 3 | 5 | 9 | 19 | 27 | -8 | 14 |
| 12 | IFK Mariehamn | 17 | 0 | 5 | 12 | 9 | 36 | -27 | 5 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_2674/seasons/sn_1305664/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Veikkausliiga resources
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.