EUROPE · LEAGUE TABLE

Eliteserien Table

As of 9 September 2026, Bodø/Glimt lead the Eliteserien 2026 with 47 points from 19 matches, 3 points clear of Viking FK. IK Start sit bottom on 13. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:34 UTC
Eliteserien league table
#TeamPWDLGFGAGDPts
1Bodø/Glimt1915224915+3447
2Viking FK1914234319+2444
3Tromsø IL1910543422+1235
4Molde FK1910363829+933
5Lillestrøm SK199282626029
6Rosenborg BK198383126+527
7SK Brann198293729+826
8Fredrikstad FK198292330-726
9Sarpsborg 08196672225-324
10HamKam196582636-1023
11Vålerenga IF196493340-722
12Sandefjord Fotball195591624-820
13Kristiansund BK1954101929-1019
14KFUM Oslo1954102033-1319
15Aalesunds FK193973043-1318
16IK Start1934122041-2113
Get this via API

Get the Eliteserien table via API

Fetch the live Eliteserien standings with competition_id=comp_1992. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1992/seasons/sn_7293915/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Bodø/Glimt"
      },
      "position": 1,
      "matches_played": 19,
      "wins": 15,
      "draws": 2,
      "losses": 2,
      "goals_for": 49,
      "goals_against": 15,
      "goal_difference": 34,
      "points": 47
    }
  ]
}

Frequently Asked Questions

Who is top of the Eliteserien?

Bodø/Glimt are top of the Eliteserien 2026 with 47 points from 19 matches, 3 points clear of Viking FK.

How many teams are in the Eliteserien?

16 teams compete in the Eliteserien 2026.

How do I get the Eliteserien table via API?

Call the standings endpoint with competition_id=comp_1992 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 Eliteserien data are available?

TheStatsAPI has 7 seasons of Eliteserien data, going back to 2020, including historical final tables.

Get Eliteserien data via API

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