EUROPE · RESULTS
Norwegian 1st Division Results
Latest Norwegian 1st Division results: Lyn FK 1-1 Egersund, Stabæk Fotball 2-3 Moss FK, Åsane 2-2 Hødd IL. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:47 UTC
- Sun 06 Sept, 15:00 UTCLyn FK1–1Egersund
- Sat 05 Sept, 18:00 UTCStabæk Fotball2–3Moss FK
- Sat 05 Sept, 14:00 UTCÅsane2–2Hødd IL
- Sat 05 Sept, 14:00 UTCStrømmen IF2–0Bryne FK
- Sat 05 Sept, 14:00 UTCSandnes Ulf1–1Ranheim IL
- Sat 05 Sept, 14:00 UTCOdds BK1–1Strømsgodset
- Sat 05 Sept, 14:00 UTCKongsvinger9–1Raufoss
- Sat 05 Sept, 14:00 UTCHaugesund2–0Sogndal IL
- Sun 30 Aug, 15:00 UTCSogndal IL2–3Strømsgodset
- Sun 30 Aug, 15:00 UTCRaufoss0–3Sandnes Ulf
- Sun 30 Aug, 15:00 UTCRanheim IL3–5Odds BK
- Sun 30 Aug, 15:00 UTCMoss FK1–2Strømmen IF
- Sun 30 Aug, 15:00 UTCKongsvinger4–4Lyn FK
- Sun 30 Aug, 15:00 UTCHødd IL2–1Stabæk Fotball
- Sun 30 Aug, 15:00 UTCEgersund2–2Åsane
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": 21,
"status": "finished",
"utc_date": "2026-09-06T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Lyn FK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Egersund"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Norwegian 1st Division result?
Lyn FK 1-1 Egersund on Sunday 6 September.
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.