EUROPE · FIXTURES

Veikkausliiga Fixtures

Next Veikkausliiga fixtures: HJK v FF Jaro (Sunday 16 August), AC Oulu v Inter Turku (Sunday 16 August), FC Lahti v KuPS (Sunday 16 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:40 UTC
  • Sun 16 Aug, 13:00 UTCHJKvFF Jaro
  • Sun 16 Aug, 14:00 UTCAC OuluvInter Turku
  • Sun 16 Aug, 14:00 UTCFC LahtivKuPS
  • Mon 17 Aug, 15:00 UTCIF GnistanvIlves
  • Fri 21 Aug, 16:00 UTCSJKvFC Lahti
  • Sat 22 Aug, 11:00 UTCTPSvInter Turku
  • Sat 22 Aug, 14:00 UTCIlvesvVPS
  • Sat 22 Aug, 14:00 UTCFF JarovAC Oulu
  • Sun 23 Aug, 12:00 UTCHJKvIF Gnistan
  • Sun 23 Aug, 12:00 UTCKuPSvIFK Mariehamn
  • Mon 31 Aug, 16:00 UTCVPSvFC Lahti
  • Mon 31 Aug, 16:00 UTCIlvesvHJK
  • Mon 31 Aug, 16:00 UTCIFK MariehamnvFF Jaro
  • Mon 31 Aug, 16:00 UTCIF GnistanvTPS
  • Mon 31 Aug, 16:00 UTCInter TurkuvKuPS
Get this via API

Get Veikkausliiga fixtures via API

Fetch upcoming Veikkausliiga matches with competition_id=comp_2674.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2674&season_id=sn_1305664&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2674",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-16T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "HJK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FF Jaro"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Veikkausliiga match?

HJK play FF Jaro on Sunday 16 August.

How do I get Veikkausliiga fixtures via API?

Call the matches endpoint with competition_id=comp_2674 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Veikkausliiga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.