EUROPE · RESULTS
Norwegian 1st Division Results
Latest Norwegian 1st Division results: Sogndal IL 2-0 Sandnes Ulf, Raufoss 1-2 Åsane, Kongsvinger 3-2 Haugesund. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 18 Aug 2026, 07:01 UTC
- Sun 16 Aug, 15:00 UTCSogndal IL2–0Sandnes Ulf
- Sun 16 Aug, 15:00 UTCRaufoss1–2Åsane
- Sun 16 Aug, 15:00 UTCKongsvinger3–2Haugesund
- Sun 16 Aug, 15:00 UTCHødd IL4–3Strømmen IF
- Sun 16 Aug, 15:00 UTCEgersund0–4Stabæk Fotball
- Sat 15 Aug, 14:00 UTCRanheim IL1–3Strømsgodset
- Sat 15 Aug, 14:00 UTCLyn FK5–1Odds BK
- Sat 15 Aug, 14:00 UTCBryne FK2–1Moss FK
- Mon 10 Aug, 17:00 UTCMoss FK3–3Odds BK
- Sun 09 Aug, 15:00 UTCÅsane1–2Kongsvinger
- Sun 09 Aug, 15:00 UTCStrømsgodset0–2Egersund
- Sun 09 Aug, 15:00 UTCStrømmen IF1–4Ranheim IL
- Sun 09 Aug, 15:00 UTCSogndal IL0–2Bryne FK
- Sun 09 Aug, 15:00 UTCSandnes Ulf3–4Hødd IL
- Sun 09 Aug, 15:00 UTCHaugesund7–2Raufoss
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": 18,
"status": "finished",
"utc_date": "2026-08-16T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Sogndal IL"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sandnes Ulf"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Norwegian 1st Division result?
Sogndal IL 2-0 Sandnes Ulf on Sunday 16 August.
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.