EUROPE · LEAGUE TABLE

Norwegian 1st Division Table

As of 9 September 2026, Kongsvinger lead the Norwegian 1st Division 2026 with 46 points from 21 matches, level on points with Haugesund. Raufoss sit bottom on 16. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 00:24 UTC
Norwegian 1st Division league table
#TeamPWDLGFGAGDPts
1Kongsvinger2114436233+2946
2Haugesund2115156436+2846
3Stabæk Fotball2113355526+2942
4Strømsgodset2112635430+2442
5Hødd IL2110473738-134
6Odds BK219664133+833
7Bryne FK2192102631-529
8Egersund218493438-428
9Lyn FK2174103644-825
10Ranheim IL2173115055-524
11Sandnes Ulf2173113036-624
12Strømmen IF2173113247-1524
13Moss FK2164113547-1222
14Sogndal IL2164113650-1422
15Åsane2154123246-1418
16Raufoss2151152458-3416
Get this via API

Get the Norwegian 1st Division table via API

Fetch the live Norwegian 1st Division standings with competition_id=comp_9715. The same shape works for every competition and season.

GET /football/competitions/comp_9715/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9715/seasons/sn_3087845/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Kongsvinger"
      },
      "position": 1,
      "matches_played": 21,
      "wins": 14,
      "draws": 4,
      "losses": 3,
      "goals_for": 62,
      "goals_against": 33,
      "goal_difference": 29,
      "points": 46
    }
  ]
}

Frequently Asked Questions

Who is top of the Norwegian 1st Division?

Kongsvinger are top of the Norwegian 1st Division 2026 with 46 points from 21 matches.

How many teams are in the Norwegian 1st Division?

16 teams compete in the Norwegian 1st Division 2026.

How do I get the Norwegian 1st Division table via API?

Call the standings endpoint with competition_id=comp_9715 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Norwegian 1st Division data are available?

TheStatsAPI has 7 seasons of Norwegian 1st Division data, going back to 2020, including historical final tables.

Get Norwegian 1st Division data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.