EUROPE · FIXTURES
Superettan Fixtures
Next Superettan fixtures: United IK Nordic v IFK Värnamo (Wednesday 9 September), Sandvikens IF v IK Oddevold (Wednesday 9 September), Ljungskile SK v Norrby IF (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:39 UTC
- Wed 09 Sept, 17:00 UTCUnited IK NordicvIFK Värnamo
- Wed 09 Sept, 17:00 UTCSandvikens IFvIK Oddevold
- Wed 09 Sept, 17:00 UTCLjungskile SKvNorrby IF
- Wed 09 Sept, 17:00 UTCLandskrona BoISvHelsingborgs IF
- Thu 10 Sept, 17:00 UTCFalkenbergs FFvÖsters IF
- Thu 10 Sept, 17:00 UTCVarbergs BoISvIFK Norrköping
- Thu 10 Sept, 17:00 UTCÖstersunds FKvIK Brage
- Thu 10 Sept, 17:00 UTCGIF SundsvallvÖrebro SK
- Sun 13 Sept, 13:00 UTCIFK NorrköpingvIK Oddevold
- Sun 13 Sept, 15:00 UTCLjungskile SKvFalkenbergs FF
- Mon 14 Sept, 17:00 UTCNorrby IFvVarbergs BoIS
- Mon 14 Sept, 17:00 UTCÖrebro SKvUnited IK Nordic
- Mon 14 Sept, 17:05 UTCÖstersunds FKvHelsingborgs IF
- Tue 15 Sept, 17:00 UTCIFK VärnamovÖsters IF
- Tue 15 Sept, 17:00 UTCIK BragevSandvikens IF
Get this via API
Get Superettan fixtures via API
Fetch upcoming Superettan matches with competition_id=comp_6917.
GET /football/matches?competition_id=comp_6917&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6917&season_id=sn_0842342&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6917",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-09T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "United IK Nordic"
},
"away_team": {
"id": "tm_yyyy",
"name": "IFK Värnamo"
}
}
]
}Frequently Asked Questions
When is the next Superettan match?
United IK Nordic play IFK Värnamo on Wednesday 9 September.
How do I get Superettan fixtures via API?
Call the matches endpoint with competition_id=comp_6917 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Superettan data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.