EUROPE · FIXTURES
Norwegian 1st Division Fixtures
Next Norwegian 1st Division fixtures: Åsane v Egersund (Sunday 26 July), Strømmen IF v Odds BK (Sunday 26 July), Sogndal IL v Ranheim IL (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:27 UTC
- Sun 26 Jul, 15:00 UTCÅsanevEgersund
- Sun 26 Jul, 15:00 UTCStrømmen IFvOdds BK
- Sun 26 Jul, 15:00 UTCSogndal ILvRanheim IL
- Sun 26 Jul, 15:00 UTCSandnes UlfvKongsvinger
- Sun 26 Jul, 15:00 UTCMoss FKvRaufoss
- Mon 27 Jul, 17:00 UTCStabæk FotballvHødd IL
- Sat 01 Aug, 15:00 UTCBryne FKvStrømsgodset
- Sun 02 Aug, 15:00 UTCRaufossvStabæk Fotball
- Sun 02 Aug, 15:00 UTCOdds BKvÅsane
- Sun 02 Aug, 15:00 UTCLyn FKvSogndal IL
- Sun 02 Aug, 15:00 UTCKongsvingervStrømmen IF
- Sun 02 Aug, 15:00 UTCHødd ILvMoss FK
- Sun 02 Aug, 15:00 UTCEgersundvSandnes Ulf
- Mon 03 Aug, 17:00 UTCRanheim ILvHaugesund
- Sat 08 Aug, 14:00 UTCStabæk FotballvLyn FK
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-07-26T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Åsane"
},
"away_team": {
"id": "tm_yyyy",
"name": "Egersund"
}
}
]
}Frequently Asked Questions
When is the next Norwegian 1st Division match?
Åsane play Egersund on Sunday 26 July.
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.