EUROPE · RESULTS

Norwegian 1st Division Results

Latest Norwegian 1st Division results: Sogndal IL 2-0 Sandnes Ulf, Raufoss 1-2 Åsane, Kongsvinger 3-2 Haugesund. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 07:01 UTC
  • Sun 16 Aug, 15:00 UTCSogndal IL20Sandnes Ulf
  • Sun 16 Aug, 15:00 UTCRaufoss12Åsane
  • Sun 16 Aug, 15:00 UTCKongsvinger32Haugesund
  • Sun 16 Aug, 15:00 UTCHødd IL43Strømmen IF
  • Sun 16 Aug, 15:00 UTCEgersund04Stabæk Fotball
  • Sat 15 Aug, 14:00 UTCRanheim IL13Strømsgodset
  • Sat 15 Aug, 14:00 UTCLyn FK51Odds BK
  • Sat 15 Aug, 14:00 UTCBryne FK21Moss FK
  • Mon 10 Aug, 17:00 UTCMoss FK33Odds BK
  • Sun 09 Aug, 15:00 UTCÅsane12Kongsvinger
  • Sun 09 Aug, 15:00 UTCStrømsgodset02Egersund
  • Sun 09 Aug, 15:00 UTCStrømmen IF14Ranheim IL
  • Sun 09 Aug, 15:00 UTCSogndal IL02Bryne FK
  • Sun 09 Aug, 15:00 UTCSandnes Ulf34Hødd IL
  • Sun 09 Aug, 15:00 UTCHaugesund72Raufoss
Get this via API

Get Norwegian 1st Division results via API

Fetch the latest final Norwegian 1st Division scores with competition_id=comp_9715.

GET /football/matches?competition_id=comp_9715&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9715&season_id=sn_3087845&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9715",
      "matchday": 18,
      "status": "finished",
      "utc_date": "2026-08-16T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sogndal IL"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Sandnes Ulf"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Norwegian 1st Division result?

Sogndal IL 2-0 Sandnes Ulf on Sunday 16 August.

How do I get Norwegian 1st Division results via API?

Call the matches endpoint with competition_id=comp_9715 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Norwegian 1st Division data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.