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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PK-35 | 16 | 10 | 4 | 2 | 26 | 9 | +17 | 34 |
| 2 | KTP | 16 | 10 | 3 | 3 | 28 | 18 | +10 | 33 |
| 3 | FC Haka | 16 | 8 | 4 | 4 | 29 | 18 | +11 | 28 |
| 4 | Jippo Joensuu | 16 | 7 | 7 | 2 | 23 | 12 | +11 | 28 |
| 5 | JäPS | 16 | 8 | 1 | 7 | 16 | 23 | -7 | 25 |
| 6 | MP | 16 | 5 | 3 | 8 | 17 | 22 | -5 | 18 |
| 7 | EIF | 16 | 5 | 2 | 9 | 21 | 30 | -9 | 17 |
| 8 | KäPa | 16 | 4 | 4 | 8 | 18 | 27 | -9 | 16 |
| 9 | HJK Klubi 04 | 16 | 2 | 6 | 8 | 14 | 20 | -6 | 12 |
| 10 | SJK Akatemia | 16 | 1 | 6 | 9 | 7 | 20 | -13 | 9 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_4153/seasons/sn_3088604/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.