EUROPE · FIXTURES

Ykkösliiga Fixtures

Next Ykkösliiga fixtures: Jippo Joensuu v SJK Akatemia (Saturday 15 August), PK-35 v HJK Klubi 04 (Saturday 15 August), KTP v KäPa (Saturday 15 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 12:20 UTC
  • Sat 15 Aug, 13:00 UTCJippo JoensuuvSJK Akatemia
  • Sat 15 Aug, 15:00 UTCPK-35vHJK Klubi 04
  • Sat 15 Aug, 17:00 UTCKTPvKäPa
  • Sun 16 Aug, 14:00 UTCMPvEIF
  • Thu 20 Aug, 15:00 UTCKäPavJippo Joensuu
  • Fri 21 Aug, 15:30 UTCFC HakavSJK Akatemia
  • Fri 21 Aug, 16:00 UTCPK-35vJäPS
  • Sat 22 Aug, 12:00 UTCEIFvKTP
  • Sat 22 Aug, 16:00 UTCHJK Klubi 04vMP
  • Fri 28 Aug, 15:30 UTCJäPSvKäPa
  • Fri 28 Aug, 15:30 UTCKTPvFC Haka
  • Sat 29 Aug, 13:00 UTCMPvPK-35
  • Sat 29 Aug, 14:00 UTCEIFvJippo Joensuu
  • Sun 30 Aug, 15:00 UTCSJK AkatemiavHJK Klubi 04
  • Fri 04 Sept, 15:30 UTCJippo JoensuuvKTP
Get this via API

Get Ykkösliiga fixtures via API

Fetch upcoming Ykkösliiga matches with competition_id=comp_4153.

GET /football/matches?competition_id=comp_4153&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4153&season_id=sn_3088604&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4153",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-15T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Jippo Joensuu"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "SJK Akatemia"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ykkösliiga match?

Jippo Joensuu play SJK Akatemia on Saturday 15 August.

How do I get Ykkösliiga fixtures via API?

Call the matches endpoint with competition_id=comp_4153 and status=scheduled. 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.