EUROPE · RESULTS

Norwegian 1st Division Results

Latest Norwegian 1st Division results: Lyn FK 1-1 Egersund, Stabæk Fotball 2-3 Moss FK, Åsane 2-2 Hødd IL. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:47 UTC
  • Sun 06 Sept, 15:00 UTCLyn FK11Egersund
  • Sat 05 Sept, 18:00 UTCStabæk Fotball23Moss FK
  • Sat 05 Sept, 14:00 UTCÅsane22Hødd IL
  • Sat 05 Sept, 14:00 UTCStrømmen IF20Bryne FK
  • Sat 05 Sept, 14:00 UTCSandnes Ulf11Ranheim IL
  • Sat 05 Sept, 14:00 UTCOdds BK11Strømsgodset
  • Sat 05 Sept, 14:00 UTCKongsvinger91Raufoss
  • Sat 05 Sept, 14:00 UTCHaugesund20Sogndal IL
  • Sun 30 Aug, 15:00 UTCSogndal IL23Strømsgodset
  • Sun 30 Aug, 15:00 UTCRaufoss03Sandnes Ulf
  • Sun 30 Aug, 15:00 UTCRanheim IL35Odds BK
  • Sun 30 Aug, 15:00 UTCMoss FK12Strømmen IF
  • Sun 30 Aug, 15:00 UTCKongsvinger44Lyn FK
  • Sun 30 Aug, 15:00 UTCHødd IL21Stabæk Fotball
  • Sun 30 Aug, 15:00 UTCEgersund22Åsane
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": 21,
      "status": "finished",
      "utc_date": "2026-09-06T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Lyn FK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Egersund"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Norwegian 1st Division result?

Lyn FK 1-1 Egersund on Sunday 6 September.

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.