EUROPE · FIXTURES

Eliteserien Fixtures

Next Eliteserien fixtures: SK Brann v Vålerenga IF (Sunday 26 July), Sarpsborg 08 v HamKam (Sunday 26 July), Sandefjord Fotball v Bodø/Glimt (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 05:20 UTC
  • Sun 26 Jul, 12:30 UTCSK BrannvVålerenga IF
  • Sun 26 Jul, 15:00 UTCSarpsborg 08vHamKam
  • Sun 26 Jul, 15:00 UTCSandefjord FotballvBodø/Glimt
  • Sun 26 Jul, 15:00 UTCKFUM OslovMolde FK
  • Sun 26 Jul, 17:15 UTCAalesunds FKvViking FK
  • Mon 27 Jul, 17:00 UTCRosenborg BKvFredrikstad FK
  • Fri 31 Jul, 17:00 UTCVålerenga IFvHamKam
  • Fri 31 Jul, 19:00 UTCBodø/GlimtvLillestrøm SK
  • Sat 01 Aug, 14:00 UTCFredrikstad FKvSandefjord Fotball
  • Sat 01 Aug, 16:00 UTCIK StartvViking FK
  • Sun 02 Aug, 15:00 UTCMolde FKvSarpsborg 08
  • Sun 02 Aug, 15:00 UTCAalesunds FKvTromsø IL
  • Sun 02 Aug, 15:00 UTCKFUM OslovKristiansund BK
  • Sun 02 Aug, 17:15 UTCSK BrannvRosenborg BK
  • Fri 07 Aug, 17:00 UTCSandefjord FotballvKFUM Oslo
Get this via API

Get Eliteserien fixtures via API

Fetch upcoming Eliteserien matches with competition_id=comp_1992.

GET /football/matches?competition_id=comp_1992&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1992&season_id=sn_7293915&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1992",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T12:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "SK Brann"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Vålerenga IF"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Eliteserien match?

SK Brann play Vålerenga IF on Sunday 26 July.

How do I get Eliteserien fixtures via API?

Call the matches endpoint with competition_id=comp_1992 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Eliteserien data via API

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