EUROPE · FIXTURES
Norwegian 1st Division Fixtures
Next Norwegian 1st Division fixtures: Sogndal IL v Sandnes Ulf (Sunday 16 August), Raufoss v Åsane (Sunday 16 August), Kongsvinger v Haugesund (Sunday 16 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:42 UTC
- Sun 16 Aug, 15:00 UTCSogndal ILvSandnes Ulf
- Sun 16 Aug, 15:00 UTCRaufossvÅsane
- Sun 16 Aug, 15:00 UTCKongsvingervHaugesund
- Sun 16 Aug, 15:00 UTCHødd ILvStrømmen IF
- Sun 16 Aug, 15:00 UTCEgersundvStabæk Fotball
- Wed 26 Aug, 16:00 UTCStrømmen IFvRaufoss
- Wed 26 Aug, 17:00 UTCÅsanevLyn FK
- Wed 26 Aug, 17:00 UTCStrømsgodsetvHødd IL
- Wed 26 Aug, 17:00 UTCStabæk FotballvRanheim IL
- Wed 26 Aug, 17:00 UTCOdds BKvKongsvinger
- Wed 26 Aug, 17:00 UTCMoss FKvSogndal IL
- Wed 26 Aug, 17:00 UTCHaugesundvEgersund
- Sat 29 Aug, 12:00 UTCBryne FKvHaugesund
- Sun 30 Aug, 15:00 UTCSogndal ILvStrømsgodset
- Sun 30 Aug, 15:00 UTCRaufossvSandnes Ulf
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-08-16T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Sogndal IL"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sandnes Ulf"
}
}
]
}Frequently Asked Questions
When is the next Norwegian 1st Division match?
Sogndal IL play Sandnes Ulf on Sunday 16 August.
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.