EUROPE · RESULTS
Ykkösliiga Results
Latest Ykkösliiga results: MP 0-2 EIF, KTP 2-1 KäPa, PK-35 1-1 HJK Klubi 04. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
- Sun 16 Aug, 14:00 UTCMP0–2EIF
- Sat 15 Aug, 17:00 UTCKTP2–1KäPa
- Sat 15 Aug, 15:00 UTCPK-351–1HJK Klubi 04
- Sat 15 Aug, 13:00 UTCJippo Joensuu0–1SJK Akatemia
- Fri 14 Aug, 15:30 UTCJäPS1–2FC Haka
- Sun 09 Aug, 12:00 UTCHJK Klubi 040–1KTP
- Sat 08 Aug, 15:00 UTCSJK Akatemia0–3PK-35
- Sat 08 Aug, 15:00 UTCKäPa0–1EIF
- Fri 07 Aug, 15:30 UTCJäPS1–0MP
- Fri 07 Aug, 15:00 UTCFC Haka3–0Jippo Joensuu
- Fri 31 Jul, 16:00 UTCPK-351–4FC Haka
- Fri 31 Jul, 15:30 UTCKTP2–1SJK Akatemia
- Fri 31 Jul, 15:30 UTCEIF2–0HJK Klubi 04
- Thu 30 Jul, 15:30 UTCJippo Joensuu1–0JäPS
- Wed 29 Jul, 15:30 UTCMP2–1KäPa
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": 19,
"status": "finished",
"utc_date": "2026-08-16T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "MP"
},
"away_team": {
"id": "tm_yyyy",
"name": "EIF"
},
"score": {
"home": 0,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Ykkösliiga result?
MP 0-2 EIF on Sunday 16 August.
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.