EUROPE · FIXTURES
Superettan Fixtures
Next Superettan fixtures: GIF Sundsvall v Falkenbergs FF (Sunday 26 July), Ljungskile SK v Sandvikens IF (Sunday 26 July), Norrby IF v Östersunds FK (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, 03:41 UTC
- Sun 26 Jul, 11:00 UTCGIF SundsvallvFalkenbergs FF
- Sun 26 Jul, 13:00 UTCLjungskile SKvSandvikens IF
- Sun 26 Jul, 15:00 UTCNorrby IFvÖstersunds FK
- Mon 27 Jul, 17:00 UTCÖrebro SKvIK Oddevold
- Mon 27 Jul, 17:05 UTCÖsters IFvVarbergs BoIS
- Tue 28 Jul, 17:00 UTCHelsingborgs IFvUnited IK Nordic
- Tue 28 Jul, 17:00 UTCLandskrona BoISvIFK Norrköping
- Fri 31 Jul, 17:00 UTCIK OddevoldvNorrby IF
- Sat 01 Aug, 11:00 UTCÖstersunds FKvÖsters IF
- Sat 01 Aug, 13:00 UTCVarbergs BoISvFalkenbergs FF
- Sat 01 Aug, 13:00 UTCSandvikens IFvGIF Sundsvall
- Sat 01 Aug, 15:00 UTCIFK NorrköpingvHelsingborgs IF
- Sat 01 Aug, 15:00 UTCIK BragevLandskrona BoIS
- Sun 02 Aug, 13:00 UTCUnited IK NordicvLjungskile SK
- Mon 03 Aug, 17:05 UTCÖrebro SKvIFK Värnamo
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-07-26T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "GIF Sundsvall"
},
"away_team": {
"id": "tm_yyyy",
"name": "Falkenbergs FF"
}
}
]
}Frequently Asked Questions
When is the next Superettan match?
GIF Sundsvall play Falkenbergs FF on Sunday 26 July.
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.