EUROPE · FIXTURES

Eliteserien Fixtures

Next Eliteserien fixtures: Aalesunds FK v Vålerenga IF (Sunday 16 August), Sarpsborg 08 v Sandefjord Fotball (Sunday 16 August), Molde FK v Tromsø IL (Sunday 16 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 17:38 UTC
  • Sun 16 Aug, 12:30 UTCAalesunds FKvVålerenga IF
  • Sun 16 Aug, 15:00 UTCSarpsborg 08vSandefjord Fotball
  • Sun 16 Aug, 15:00 UTCMolde FKvTromsø IL
  • Sun 16 Aug, 15:00 UTCSK BrannvHamKam
  • Sun 16 Aug, 17:15 UTCFredrikstad FKvKristiansund BK
  • Sat 29 Aug, 14:00 UTCVålerenga IFvMolde FK
  • Sat 29 Aug, 16:00 UTCViking FKvAalesunds FK
  • Sun 30 Aug, 12:30 UTCBodø/GlimtvRosenborg BK
  • Sun 30 Aug, 15:00 UTCTromsø ILvSarpsborg 08
  • Sun 30 Aug, 15:00 UTCIK StartvKFUM Oslo
  • Sun 30 Aug, 15:00 UTCSandefjord FotballvSK Brann
  • Sun 30 Aug, 15:00 UTCHamKamvKristiansund BK
  • Sun 30 Aug, 17:15 UTCLillestrøm SKvFredrikstad FK
  • Fri 04 Sept, 17:00 UTCAalesunds FKvIK Start
  • Fri 04 Sept, 17:00 UTCFredrikstad FKvBodø/Glimt
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-08-16T12:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Aalesunds FK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Vålerenga IF"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Eliteserien match?

Aalesunds FK play Vålerenga IF on Sunday 16 August.

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.