EUROPE · FIXTURES

Veikkausliiga Fixtures

Next Veikkausliiga fixtures: HJK v Inter Turku (Wednesday 9 September), IFK Mariehamn v TPS (Saturday 12 September), FF Jaro v SJK (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 22:30 UTC
  • Wed 09 Sept, 15:00 UTCHJKvInter Turku
  • Sat 12 Sept, 14:00 UTCIFK MariehamnvTPS
  • Sat 12 Sept, 16:00 UTCFF JarovSJK
  • Sat 12 Sept, 16:00 UTCAC OuluvIF Gnistan
  • Sat 12 Sept, 16:00 UTCIlvesvFC Lahti
  • Sun 13 Sept, 12:00 UTCKuPSvHJK
  • Mon 14 Sept, 15:00 UTCInter TurkuvVPS
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-09-09T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "HJK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Inter Turku"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Veikkausliiga match?

HJK play Inter Turku on Wednesday 9 September.

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.