EUROPE · FIXTURES
Eliteserien Fixtures
Next Eliteserien fixtures: Lillestrøm SK v Vålerenga IF (Saturday 12 September), Rosenborg BK v Tromsø IL (Saturday 12 September), Viking FK v Kristiansund BK (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:10 UTC
- Sat 12 Sept, 14:00 UTCLillestrøm SKvVålerenga IF
- Sat 12 Sept, 16:00 UTCRosenborg BKvTromsø IL
- Sun 13 Sept, 12:30 UTCViking FKvKristiansund BK
- Sun 13 Sept, 15:00 UTCIK StartvSK Brann
- Sun 13 Sept, 15:00 UTCKFUM OslovAalesunds FK
- Sun 13 Sept, 15:00 UTCHamKamvMolde FK
- Sun 13 Sept, 17:15 UTCFredrikstad FKvSarpsborg 08
- Mon 14 Sept, 17:00 UTCBodø/GlimtvSandefjord Fotball
- Fri 18 Sept, 17:00 UTCSarpsborg 08vKFUM Oslo
- Sat 19 Sept, 14:00 UTCKristiansund BKvRosenborg BK
- Sat 19 Sept, 16:00 UTCMolde FKvAalesunds FK
- Sun 20 Sept, 12:30 UTCVålerenga IFvFredrikstad FK
- Sun 20 Sept, 15:00 UTCTromsø ILvHamKam
- Sun 20 Sept, 15:00 UTCViking FKvLillestrøm SK
- Sun 20 Sept, 15:00 UTCSandefjord FotballvIK Start
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-09-12T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Lillestrøm SK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Vålerenga IF"
}
}
]
}Frequently Asked Questions
When is the next Eliteserien match?
Lillestrøm SK play Vålerenga IF on Saturday 12 September.
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.