EUROPE · RESULTS

Veikkausliiga Results

Latest Veikkausliiga results: KuPS 3-1 VPS, IFK Mariehamn 1-1 AC Oulu, FF Jaro 2-1 SJK. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:42 UTC
  • Sat 25 Jul, 14:00 UTCKuPS31VPS
  • Sat 25 Jul, 13:30 UTCIFK Mariehamn11AC Oulu
  • Fri 24 Jul, 16:00 UTCFF Jaro21SJK
  • Mon 20 Jul, 16:00 UTCIFK Mariehamn02FC Lahti
  • Mon 20 Jul, 15:00 UTCTPS13Ilves
  • Sun 19 Jul, 15:30 UTCFF Jaro00Inter Turku
  • Sat 18 Jul, 14:00 UTCSJK02KuPS
  • Sat 18 Jul, 14:00 UTCAC Oulu02IF Gnistan
  • Sat 18 Jul, 12:00 UTCHJK21VPS
  • Sat 11 Jul, 14:00 UTCTPS30AC Oulu
  • Sat 11 Jul, 14:00 UTCIF Gnistan42IFK Mariehamn
  • Sat 11 Jul, 12:00 UTCFC Lahti20HJK
  • Fri 10 Jul, 16:00 UTCVPS10SJK
  • Sat 04 Jul, 15:00 UTCVPS40IFK Mariehamn
  • Sat 04 Jul, 14:00 UTCSJK31TPS
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-07-25T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "KuPS"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "VPS"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Veikkausliiga result?

KuPS 3-1 VPS on Saturday 25 July.

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.