EUROPE · RESULTS

Ykkösliiga Results

Latest Ykkösliiga results: PK-35 1-1 Jippo Joensuu, SJK Akatemia 0-0 EIF, JäPS 2-0 HJK Klubi 04. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:43 UTC
  • Sat 25 Jul, 15:00 UTCPK-3511Jippo Joensuu
  • Sat 25 Jul, 13:00 UTCSJK Akatemia00EIF
  • Sat 25 Jul, 13:00 UTCJäPS20HJK Klubi 04
  • Sat 25 Jul, 13:00 UTCMP33KTP
  • Sat 25 Jul, 12:00 UTCFC Haka31KäPa
  • Tue 21 Jul, 16:00 UTCKäPa02HJK Klubi 04
  • Sat 18 Jul, 14:00 UTCKTP01PK-35
  • Sat 18 Jul, 13:00 UTCEIF01JäPS
  • Fri 17 Jul, 16:00 UTCKäPa22SJK Akatemia
  • Fri 17 Jul, 16:00 UTCHJK Klubi 0422FC Haka
  • Wed 15 Jul, 15:30 UTCJippo Joensuu31MP
  • Sat 11 Jul, 16:00 UTCHJK Klubi 0402Jippo Joensuu
  • Sat 11 Jul, 13:00 UTCFC Haka31EIF
  • Sat 11 Jul, 13:00 UTCSJK Akatemia11MP
  • Fri 10 Jul, 16:00 UTCPK-3531Kä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": 16,
      "status": "finished",
      "utc_date": "2026-07-25T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "PK-35"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Jippo Joensuu"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ykkösliiga result?

PK-35 1-1 Jippo Joensuu on Saturday 25 July.

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.