EUROPE · LEAGUE TABLE

Eliteserien Table

As of 15 August 2026, Bodø/Glimt lead the Eliteserien 2026 with 41 points from 17 matches, 1 point clear of Viking FK. IK Start sit bottom on 10. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:54 UTC
Eliteserien league table
#TeamPWDLGFGAGDPts
1Bodø/Glimt1713224312+3141
2Viking FK1713134017+2340
3Tromsø IL1610423217+1534
4Lillestrøm SK178272321+226
5Molde FK167362924+524
6Rosenborg BK177372522+324
7SK Brann167183327+622
8Sarpsborg 08166461921-222
9HamKam166462427-322
10Vålerenga IF166282329-620
11Fredrikstad FK166281727-1020
12KFUM Oslo175481927-819
13Sandefjord Fotball164391322-915
14Kristiansund BK164391526-1115
15Aalesunds FK162862236-1414
16IK Start1724111638-2210
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": 17,
      "wins": 13,
      "draws": 2,
      "losses": 2,
      "goals_for": 43,
      "goals_against": 12,
      "goal_difference": 31,
      "points": 41
    }
  ]
}

Frequently Asked Questions

Who is top of the Eliteserien?

Bodø/Glimt are top of the Eliteserien 2026 with 41 points from 17 matches, 1 point 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.