EUROPE · RESULTS
Superettan Results
Latest Superettan results: Örebro SK 0-1 Östersunds FK, IK Brage 0-1 GIF Sundsvall, Helsingborgs IF 0-2 Sandvikens IF. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:15 UTC
- Mon 07 Sept, 17:05 UTCÖrebro SK0–1Östersunds FK
- Sat 05 Sept, 15:00 UTCIK Brage0–1GIF Sundsvall
- Sat 05 Sept, 15:00 UTCHelsingborgs IF0–2Sandvikens IF
- Sat 05 Sept, 13:00 UTCNorrby IF1–3Landskrona BoIS
- Sat 05 Sept, 13:00 UTCIK Oddevold2–1Falkenbergs FF
- Sat 05 Sept, 11:00 UTCIFK Värnamo1–1Varbergs BoIS
- Fri 04 Sept, 17:00 UTCÖsters IF1–2United IK Nordic
- Fri 04 Sept, 17:00 UTCIFK Norrköping2–2Ljungskile SK
- Tue 01 Sept, 17:00 UTCHelsingborgs IF1–1Örebro SK
- Mon 31 Aug, 17:00 UTCGIF Sundsvall1–0Norrby IF
- Sun 30 Aug, 15:00 UTCSandvikens IF1–1Östers IF
- Sun 30 Aug, 13:00 UTCVarbergs BoIS3–1IK Oddevold
- Sat 29 Aug, 15:00 UTCUnited IK Nordic1–3IFK Norrköping
- Sat 29 Aug, 13:00 UTCFalkenbergs FF4–1IK Brage
- Sat 29 Aug, 11:00 UTCLandskrona BoIS1–1Östersunds FK
Get this via API
Get Superettan results via API
Fetch the latest final Superettan scores with competition_id=comp_6917.
GET /football/matches?competition_id=comp_6917&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6917&season_id=sn_0842342&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6917",
"matchday": 22,
"status": "finished",
"utc_date": "2026-09-07T17:05:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Örebro SK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Östersunds FK"
},
"score": {
"home": 0,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Superettan result?
Örebro SK 0-1 Östersunds FK on Monday 7 September.
How do I get Superettan results via API?
Call the matches endpoint with competition_id=comp_6917 and status=finished. 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.