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 UTCVPS1–3TPS
- Sun 09 Aug, 16:00 UTCAC Oulu0–1HJK
- Sun 09 Aug, 15:00 UTCIlves2–0IFK Mariehamn
- Sun 09 Aug, 14:00 UTCInter Turku0–0FC Lahti
- Sun 09 Aug, 12:00 UTCKuPS1–1TPS
- Sat 08 Aug, 16:00 UTCFF Jaro1–3VPS
- Fri 07 Aug, 16:00 UTCSJK2–2IF Gnistan
- Mon 03 Aug, 16:00 UTCSJK3–0HJK
- Sun 02 Aug, 14:00 UTCAC Oulu1–0Ilves
- Sun 02 Aug, 12:00 UTCVPS0–1Inter Turku
- Sat 01 Aug, 16:00 UTCIF Gnistan0–1KuPS
- Sat 01 Aug, 15:00 UTCFC Lahti2–0FF Jaro
- Sat 01 Aug, 12:00 UTCTPS3–0IFK Mariehamn
- Sun 26 Jul, 14:00 UTCHJK1–0TPS
- Sun 26 Jul, 12:00 UTCInter Turku1–2IF 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.