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 UTCMP02EIF
  • Sat 15 Aug, 17:00 UTCKTP21KäPa
  • Sat 15 Aug, 15:00 UTCPK-3511HJK Klubi 04
  • Sat 15 Aug, 13:00 UTCJippo Joensuu01SJK Akatemia
  • Fri 14 Aug, 15:30 UTCJäPS12FC Haka
  • Sun 09 Aug, 12:00 UTCHJK Klubi 0401KTP
  • Sat 08 Aug, 15:00 UTCSJK Akatemia03PK-35
  • Sat 08 Aug, 15:00 UTCKäPa01EIF
  • Fri 07 Aug, 15:30 UTCJäPS10MP
  • Fri 07 Aug, 15:00 UTCFC Haka30Jippo Joensuu
  • Fri 31 Jul, 16:00 UTCPK-3514FC Haka
  • Fri 31 Jul, 15:30 UTCKTP21SJK Akatemia
  • Fri 31 Jul, 15:30 UTCEIF20HJK Klubi 04
  • Thu 30 Jul, 15:30 UTCJippo Joensuu10JäPS
  • Wed 29 Jul, 15:30 UTCMP21Kä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.