EUROPE · FIXTURES

Norwegian 1st Division Fixtures

Next Norwegian 1st Division fixtures: Bryne FK v Stabæk Fotball (Saturday 12 September), Strømsgodset v Sandnes Ulf (Sunday 13 September), Sogndal IL v Strømmen IF (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:36 UTC
  • Sat 12 Sept, 18:00 UTCBryne FKvStabæk Fotball
  • Sun 13 Sept, 15:00 UTCStrømsgodsetvSandnes Ulf
  • Sun 13 Sept, 15:00 UTCSogndal ILvStrømmen IF
  • Sun 13 Sept, 15:00 UTCRaufossvOdds BK
  • Sun 13 Sept, 15:00 UTCRanheim ILvÅsane
  • Sun 13 Sept, 15:00 UTCMoss FKvHaugesund
  • Sun 13 Sept, 15:00 UTCHødd ILvLyn FK
  • Sun 13 Sept, 15:00 UTCEgersundvKongsvinger
  • Sat 19 Sept, 14:00 UTCÅsanevBryne FK
  • Sun 20 Sept, 15:00 UTCStabæk FotballvSogndal IL
  • Sun 20 Sept, 15:00 UTCSandnes UlfvMoss FK
  • Sun 20 Sept, 15:00 UTCRaufossvStrømsgodset
  • Sun 20 Sept, 15:00 UTCOdds BKvEgersund
  • Sun 20 Sept, 15:00 UTCLyn FKvRanheim IL
  • Sun 20 Sept, 15:00 UTCKongsvingervHødd IL
Get this via API

Get Norwegian 1st Division fixtures via API

Fetch upcoming Norwegian 1st Division matches with competition_id=comp_9715.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9715&season_id=sn_3087845&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9715",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-12T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Bryne FK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Stabæk Fotball"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Norwegian 1st Division match?

Bryne FK play Stabæk Fotball on Saturday 12 September.

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

Call the matches endpoint with competition_id=comp_9715 and status=scheduled. 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.