EUROPE · RESULTS

Norwegian 1st Division Results

Latest Norwegian 1st Division results: Haugesund 1-2 Bryne FK, Strømsgodset 1-1 Lyn FK, Odds BK 1-3 Haugesund. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:40 UTC
  • Sat 25 Jul, 18:00 UTCHaugesund12Bryne FK
  • Sat 25 Jul, 16:00 UTCStrømsgodset11Lyn FK
  • Sun 05 Jul, 14:00 UTCOdds BK13Haugesund
  • Sat 04 Jul, 16:00 UTCBryne FK11Sandnes Ulf
  • Sat 04 Jul, 14:00 UTCHødd IL43Strømsgodset
  • Sat 04 Jul, 12:00 UTCEgersund30Moss FK
  • Fri 03 Jul, 17:00 UTCRanheim IL25Stabæk Fotball
  • Fri 03 Jul, 16:00 UTCRaufoss10Strømmen IF
  • Fri 03 Jul, 16:00 UTCKongsvinger51Sogndal IL
  • Thu 02 Jul, 16:00 UTCLyn FK62Åsane
  • Sat 27 Jun, 18:00 UTCSogndal IL42Egersund
  • Sat 27 Jun, 16:00 UTCStrømsgodset22Odds BK
  • Sat 27 Jun, 14:00 UTCÅsane30Ranheim IL
  • Sat 27 Jun, 14:00 UTCStrømmen IF32Moss FK
  • Sat 27 Jun, 14:00 UTCStabæk Fotball20Bryne FK
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": 15,
      "status": "finished",
      "utc_date": "2026-07-25T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Haugesund"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Bryne FK"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Norwegian 1st Division result?

Haugesund 1-2 Bryne FK on Saturday 25 July.

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.