EUROPE · RESULTS
Ykkösliiga Results
Latest Ykkösliiga results: HJK Klubi 04 2-2 KäPa, FC Haka 0-2 MP, SJK Akatemia 2-3 JäPS. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:19 UTC
- Mon 07 Sept, 16:00 UTCHJK Klubi 042–2KäPa
- Sun 06 Sept, 15:30 UTCFC Haka0–2MP
- Sun 06 Sept, 15:00 UTCSJK Akatemia2–3JäPS
- Fri 04 Sept, 16:00 UTCPK-350–0EIF
- Fri 04 Sept, 15:30 UTCJippo Joensuu0–2KTP
- Sun 30 Aug, 15:00 UTCSJK Akatemia2–6HJK Klubi 04
- Sat 29 Aug, 14:00 UTCEIF0–2Jippo Joensuu
- Sat 29 Aug, 13:00 UTCMP0–3PK-35
- Fri 28 Aug, 15:30 UTCJäPS0–0KäPa
- Fri 28 Aug, 15:30 UTCKTP2–1FC Haka
- Sat 22 Aug, 16:00 UTCHJK Klubi 044–3MP
- Sat 22 Aug, 12:00 UTCEIF0–1KTP
- Fri 21 Aug, 16:00 UTCPK-353–0JäPS
- Fri 21 Aug, 15:30 UTCFC Haka2–0SJK Akatemia
- Thu 20 Aug, 15:00 UTCKäPa1–3Jippo Joensuu
Get this via API
Get Ykkösliiga results via API
Fetch the latest final Ykkösliiga scores with competition_id=comp_4153.
GET /football/matches?competition_id=comp_4153&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4153&season_id=sn_3088604&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_4153",
"matchday": 22,
"status": "finished",
"utc_date": "2026-09-07T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "HJK Klubi 04"
},
"away_team": {
"id": "tm_yyyy",
"name": "KäPa"
},
"score": {
"home": 2,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Ykkösliiga result?
HJK Klubi 04 2-2 KäPa on Monday 7 September.
How do I get Ykkösliiga results via API?
Call the matches endpoint with competition_id=comp_4153 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Ykkösliiga data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.