EUROPE · LEAGUE TABLE

Eliteserien Table

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

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:33 UTC
Eliteserien league table
#TeamPWDLGFGAGDPts
1Viking FK1311023313+2033
2Bodø/Glimt1410223411+2332
3Tromsø IL159422615+1131
4Lillestrøm SK148152214+825
5Molde FK136252117+420
6SK Brann146172822+619
7Sarpsborg 08135351416-218
8HamKam135352025-518
9Vålerenga IF135261922-317
10Rosenborg BK134361518-315
11Sandefjord Fotball134361317-415
12Fredrikstad FK134271523-814
13KFUM Oslo133371321-812
14Aalesunds FK132651828-1012
15Kristiansund BK143381223-1112
16IK Start152491634-1810
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": "Viking FK"
      },
      "position": 1,
      "matches_played": 13,
      "wins": 11,
      "draws": 0,
      "losses": 2,
      "goals_for": 33,
      "goals_against": 13,
      "goal_difference": 20,
      "points": 33
    }
  ]
}

Frequently Asked Questions

Who is top of the Eliteserien?

Viking FK are top of the Eliteserien 2026 with 33 points from 13 matches, 1 point clear of Bodø/Glimt.

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.