EUROPE · RESULTS
Eliteserien Results
Latest Eliteserien results: Fredrikstad FK 1-0 Kristiansund BK, Sarpsborg 08 1-2 Sandefjord Fotball, Molde FK 3-2 Tromsø IL. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 18 Aug 2026, 04:28 UTC
- Sun 16 Aug, 17:15 UTCFredrikstad FK1–0Kristiansund BK
- Sun 16 Aug, 15:00 UTCSarpsborg 081–2Sandefjord Fotball
- Sun 16 Aug, 15:00 UTCMolde FK3–2Tromsø IL
- Sun 16 Aug, 15:00 UTCSK Brann3–0HamKam
- Sun 16 Aug, 12:30 UTCAalesunds FK5–5Vålerenga IF
- Sat 15 Aug, 14:00 UTCKFUM Oslo1–1Lillestrøm SK
- Fri 14 Aug, 17:00 UTCRosenborg BK2–1Viking FK
- Sun 09 Aug, 17:15 UTCKristiansund BK2–1Molde FK
- Sun 09 Aug, 15:00 UTCHamKam1–1Aalesunds FK
- Sun 09 Aug, 12:30 UTCLillestrøm SK0–2Rosenborg BK
- Sat 08 Aug, 16:00 UTCIK Start0–1Fredrikstad FK
- Sat 08 Aug, 14:00 UTCViking FK2–1Sarpsborg 08
- Sat 08 Aug, 12:00 UTCVålerenga IF1–2Bodø/Glimt
- Fri 07 Aug, 17:00 UTCSandefjord Fotball0–1KFUM Oslo
- Sun 02 Aug, 17:15 UTCSK Brann3–2Rosenborg 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": 18,
"status": "finished",
"utc_date": "2026-08-16T17:15:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Fredrikstad FK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Kristiansund BK"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Eliteserien result?
Fredrikstad FK 1-0 Kristiansund BK on Sunday 16 August.
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.