EUROPE · RESULTS

Eliteserien Results

Latest Eliteserien results: Kristiansund BK 1-2 IK Start, Lillestrøm SK 1-2 Viking FK, Bodø/Glimt 3-0 HamKam. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:38 UTC
  • Sat 25 Jul, 14:00 UTCKristiansund BK12IK Start
  • Wed 22 Jul, 17:00 UTCLillestrøm SK12Viking FK
  • Wed 22 Jul, 17:00 UTCBodø/Glimt30HamKam
  • Sat 18 Jul, 16:00 UTCViking FK21Sandefjord Fotball
  • Sat 18 Jul, 16:00 UTCMolde FK12SK Brann
  • Sat 18 Jul, 14:00 UTCIK Start03Rosenborg BK
  • Sat 18 Jul, 14:00 UTCLillestrøm SK21KFUM Oslo
  • Sat 18 Jul, 14:00 UTCKristiansund BK00Sarpsborg 08
  • Sat 18 Jul, 12:00 UTCHamKam14Tromsø IL
  • Fri 17 Jul, 17:15 UTCBodø/Glimt10Fredrikstad FK
  • Thu 16 Jul, 17:00 UTCVålerenga IF61Aalesunds FK
  • Sun 12 Jul, 17:15 UTCSarpsborg 0810Viking FK
  • Sun 12 Jul, 15:00 UTCSandefjord Fotball22HamKam
  • Sun 12 Jul, 15:00 UTCRosenborg BK30Kristiansund BK
  • Sun 12 Jul, 15:00 UTCSK Brann21IK Start
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": 15,
      "status": "finished",
      "utc_date": "2026-07-25T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kristiansund BK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "IK Start"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Eliteserien result?

Kristiansund BK 1-2 IK Start on Saturday 25 July.

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.