EUROPE · RESULTS
Eliteserien Results
Latest Eliteserien results: Kristiansund BK 2-0 Tromsø IL, Sarpsborg 08 2-2 Vålerenga IF, Molde FK 2-0 KFUM Oslo. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 03:55 UTC
- Sun 06 Sept, 17:15 UTCKristiansund BK2–0Tromsø IL
- Sun 06 Sept, 15:00 UTCSarpsborg 082–2Vålerenga IF
- Sun 06 Sept, 15:00 UTCMolde FK2–0KFUM Oslo
- Sat 05 Sept, 16:00 UTCSK Brann1–2Lillestrøm SK
- Sat 05 Sept, 14:00 UTCRosenborg BK4–0HamKam
- Fri 04 Sept, 19:00 UTCSandefjord Fotball1–1Viking FK
- Fri 04 Sept, 17:00 UTCAalesunds FK2–0IK Start
- Fri 04 Sept, 17:00 UTCFredrikstad FK1–2Bodø/Glimt
- Sun 30 Aug, 17:15 UTCLillestrøm SK1–4Fredrikstad FK
- Sun 30 Aug, 15:00 UTCVålerenga IF3–4Molde FK
- Sun 30 Aug, 15:00 UTCTromsø IL0–0Sarpsborg 08
- Sun 30 Aug, 15:00 UTCViking FK2–1Aalesunds FK
- Sun 30 Aug, 15:00 UTCIK Start4–1KFUM Oslo
- Sun 30 Aug, 15:00 UTCSandefjord Fotball0–0SK Brann
- Sun 30 Aug, 15:00 UTCHamKam2–2Kristiansund BK
Get this via API
Get Eliteserien results via API
Fetch the latest final Eliteserien scores with competition_id=comp_1992.
GET /football/matches?competition_id=comp_1992&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1992&season_id=sn_7293915&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1992",
"matchday": 20,
"status": "finished",
"utc_date": "2026-09-06T17:15:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Kristiansund BK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Tromsø IL"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Eliteserien result?
Kristiansund BK 2-0 Tromsø IL on Sunday 6 September.
How do I get Eliteserien results via API?
Call the matches endpoint with competition_id=comp_1992 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Eliteserien data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.