EUROPE · FIXTURES

Ykkösliiga Fixtures

Next Ykkösliiga fixtures: MP v KäPa (Wednesday 29 July), Jippo Joensuu v JäPS (Thursday 30 July), KTP v SJK Akatemia (Friday 31 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:43 UTC
  • Wed 29 Jul, 15:30 UTCMPvKäPa
  • Thu 30 Jul, 15:30 UTCJippo JoensuuvJäPS
  • Fri 31 Jul, 15:30 UTCKTPvSJK Akatemia
  • Fri 31 Jul, 15:30 UTCEIFvHJK Klubi 04
  • Fri 31 Jul, 16:00 UTCPK-35vFC Haka
  • Fri 07 Aug, 15:00 UTCFC HakavJippo Joensuu
  • Fri 07 Aug, 15:30 UTCJäPSvMP
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-07-29T15:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "MP"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "KäPa"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ykkösliiga match?

MP play KäPa on Wednesday 29 July.

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.