EUROPE · RESULTS

Veikkausliiga Results

Latest Veikkausliiga results: VPS 1-3 TPS, AC Oulu 0-1 HJK, Ilves 2-0 IFK Mariehamn. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 17:20 UTC
  • Fri 14 Aug, 15:00 UTCVPS13TPS
  • Sun 09 Aug, 16:00 UTCAC Oulu01HJK
  • Sun 09 Aug, 15:00 UTCIlves20IFK Mariehamn
  • Sun 09 Aug, 14:00 UTCInter Turku00FC Lahti
  • Sun 09 Aug, 12:00 UTCKuPS11TPS
  • Sat 08 Aug, 16:00 UTCFF Jaro13VPS
  • Fri 07 Aug, 16:00 UTCSJK22IF Gnistan
  • Mon 03 Aug, 16:00 UTCSJK30HJK
  • Sun 02 Aug, 14:00 UTCAC Oulu10Ilves
  • Sun 02 Aug, 12:00 UTCVPS01Inter Turku
  • Sat 01 Aug, 16:00 UTCIF Gnistan01KuPS
  • Sat 01 Aug, 15:00 UTCFC Lahti20FF Jaro
  • Sat 01 Aug, 12:00 UTCTPS30IFK Mariehamn
  • Sun 26 Jul, 14:00 UTCHJK10TPS
  • Sun 26 Jul, 12:00 UTCInter Turku12IF Gnistan
Get this via API

Get Veikkausliiga results via API

Fetch the latest final Veikkausliiga scores with competition_id=comp_2674.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2674&season_id=sn_1305664&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2674",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-08-14T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "VPS"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "TPS"
      },
      "score": {
        "home": 1,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Veikkausliiga result?

VPS 1-3 TPS on Friday 14 August.

How do I get Veikkausliiga results via API?

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