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 FK10Kristiansund BK
  • Sun 16 Aug, 15:00 UTCSarpsborg 0812Sandefjord Fotball
  • Sun 16 Aug, 15:00 UTCMolde FK32Tromsø IL
  • Sun 16 Aug, 15:00 UTCSK Brann30HamKam
  • Sun 16 Aug, 12:30 UTCAalesunds FK55Vålerenga IF
  • Sat 15 Aug, 14:00 UTCKFUM Oslo11Lillestrøm SK
  • Fri 14 Aug, 17:00 UTCRosenborg BK21Viking FK
  • Sun 09 Aug, 17:15 UTCKristiansund BK21Molde FK
  • Sun 09 Aug, 15:00 UTCHamKam11Aalesunds FK
  • Sun 09 Aug, 12:30 UTCLillestrøm SK02Rosenborg BK
  • Sat 08 Aug, 16:00 UTCIK Start01Fredrikstad FK
  • Sat 08 Aug, 14:00 UTCViking FK21Sarpsborg 08
  • Sat 08 Aug, 12:00 UTCVålerenga IF12Bodø/Glimt
  • Fri 07 Aug, 17:00 UTCSandefjord Fotball01KFUM Oslo
  • Sun 02 Aug, 17:15 UTCSK Brann32Rosenborg 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.