EUROPE · LEAGUE TABLE

Ykkösliiga Table

As of 26 July 2026, PK-35 lead the Ykkösliiga 2026 with 34 points from 16 matches, 1 point clear of KTP. SJK Akatemia sit bottom on 9. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:35 UTC
Ykkösliiga league table
#TeamPWDLGFGAGDPts
1PK-35161042269+1734
2KTP1610332818+1033
3FC Haka168442918+1128
4Jippo Joensuu167722312+1128
5JäPS168171623-725
6MP165381722-518
7EIF165292130-917
8KäPa164481827-916
9HJK Klubi 04162681420-612
10SJK Akatemia16169720-139
Get this via API

Get the Ykkösliiga table via API

Fetch the live Ykkösliiga standings with competition_id=comp_4153. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_4153/seasons/sn_3088604/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "PK-35"
      },
      "position": 1,
      "matches_played": 16,
      "wins": 10,
      "draws": 4,
      "losses": 2,
      "goals_for": 26,
      "goals_against": 9,
      "goal_difference": 17,
      "points": 34
    }
  ]
}

Frequently Asked Questions

Who is top of the Ykkösliiga?

PK-35 are top of the Ykkösliiga 2026 with 34 points from 16 matches, 1 point clear of KTP.

How many teams are in the Ykkösliiga?

10 teams compete in the Ykkösliiga 2026.

How do I get the Ykkösliiga table via API?

Call the standings endpoint with competition_id=comp_4153 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 Ykkösliiga data are available?

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

Get Ykkösliiga data via API

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