EUROPE · LEAGUE TABLE

Ykkösliiga Table

As of 9 September 2026, KTP lead the Ykkösliiga 2026 with 51 points from 22 matches, 6 points clear of PK-35. SJK Akatemia sit bottom on 12. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:30 UTC
Ykkösliiga league table
#TeamPWDLGFGAGDPts
1KTP2216333821+1751
2PK-352213633714+2345
3FC Haka2212464124+1740
4Jippo Joensuu2210752919+1037
5JäPS22102102131-1032
6EIF2283112633-727
7MP2273122433-924
8HJK Klubi 042248102731-420
9KäPa2246122337-1418
10SJK Akatemia2226141336-2312
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": 22,
      "wins": 16,
      "draws": 3,
      "losses": 3,
      "goals_for": 38,
      "goals_against": 21,
      "goal_difference": 17,
      "points": 51
    }
  ]
}

Frequently Asked Questions

Who is top of the Ykkösliiga?

KTP are top of the Ykkösliiga 2026 with 51 points from 22 matches, 6 points 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.