EUROPE · LEAGUE TABLE

Ykkösliiga Table

As of 15 August 2026, KTP lead the Ykkösliiga 2026 with 39 points from 18 matches, 1 point clear of PK-35. SJK Akatemia sit bottom on 12. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 16:24 UTC
Ykkösliiga league table
#TeamPWDLGFGAGDPts
1KTP1812333119+1239
2PK-351911533013+1738
3FC Haka1911443820+1837
4Jippo Joensuu198742416+831
5JäPS199191826-828
6EIF187292430-623
7MP186391924-521
8KäPa1844101930-1116
9HJK Klubi 041927101423-913
10SJK Akatemia192611925-1612
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": "KTP"
      },
      "position": 1,
      "matches_played": 18,
      "wins": 12,
      "draws": 3,
      "losses": 3,
      "goals_for": 31,
      "goals_against": 19,
      "goal_difference": 12,
      "points": 39
    }
  ]
}

Frequently Asked Questions

Who is top of the Ykkösliiga?

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

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.