EUROPE · FIXTURES

Veikkausliiga Fixtures

Next Veikkausliiga fixtures: Inter Turku v IF Gnistan (Sunday 26 July), Ilves v FC Lahti (Sunday 26 July), HJK v TPS (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:42 UTC
  • Sun 26 Jul, 12:00 UTCInter TurkuvIF Gnistan
  • Sun 26 Jul, 12:00 UTCIlvesvFC Lahti
  • Sun 26 Jul, 14:00 UTCHJKvTPS
  • Sat 01 Aug, 12:00 UTCTPSvIFK Mariehamn
  • Sat 01 Aug, 15:00 UTCFC LahtivFF Jaro
  • Sat 01 Aug, 16:00 UTCIF GnistanvKuPS
  • Sun 02 Aug, 12:00 UTCVPSvInter Turku
  • Sun 02 Aug, 14:00 UTCAC OuluvIlves
  • Mon 03 Aug, 16:00 UTCSJKvHJK
  • Fri 07 Aug, 16:00 UTCSJKvIF Gnistan
  • Sat 08 Aug, 12:00 UTCAC OuluvHJK
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-07-26T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Inter Turku"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "IF Gnistan"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Veikkausliiga match?

Inter Turku play IF Gnistan on Sunday 26 July.

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.