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 BK20Tromsø IL
  • Sun 06 Sept, 15:00 UTCSarpsborg 0822Vålerenga IF
  • Sun 06 Sept, 15:00 UTCMolde FK20KFUM Oslo
  • Sat 05 Sept, 16:00 UTCSK Brann12Lillestrøm SK
  • Sat 05 Sept, 14:00 UTCRosenborg BK40HamKam
  • Fri 04 Sept, 19:00 UTCSandefjord Fotball11Viking FK
  • Fri 04 Sept, 17:00 UTCAalesunds FK20IK Start
  • Fri 04 Sept, 17:00 UTCFredrikstad FK12Bodø/Glimt
  • Sun 30 Aug, 17:15 UTCLillestrøm SK14Fredrikstad FK
  • Sun 30 Aug, 15:00 UTCVålerenga IF34Molde FK
  • Sun 30 Aug, 15:00 UTCTromsø IL00Sarpsborg 08
  • Sun 30 Aug, 15:00 UTCViking FK21Aalesunds FK
  • Sun 30 Aug, 15:00 UTCIK Start41KFUM Oslo
  • Sun 30 Aug, 15:00 UTCSandefjord Fotball00SK Brann
  • Sun 30 Aug, 15:00 UTCHamKam22Kristiansund 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.