EUROPE · RESULTS
Superettan Results
Latest Superettan results: Ljungskile SK 2-3 Östers IF, Landskrona BoIS 1-1 IK Oddevold, IK Brage 3-3 Örebro SK. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 14:45 UTC
- Sat 15 Aug, 11:00 UTCLjungskile SK2–3Östers IF
- Fri 14 Aug, 17:00 UTCLandskrona BoIS1–1IK Oddevold
- Fri 14 Aug, 17:00 UTCIK Brage3–3Örebro SK
- Tue 11 Aug, 17:00 UTCHelsingborgs IF1–2IFK Värnamo
- Mon 10 Aug, 17:00 UTCNorrby IF3–1Örebro SK
- Sun 09 Aug, 13:00 UTCVarbergs BoIS0–1Sandvikens IF
- Sat 08 Aug, 15:00 UTCIFK Norrköping3–0IK Brage
- Sat 08 Aug, 13:00 UTCÖsters IF0–1Landskrona BoIS
- Sat 08 Aug, 11:00 UTCFalkenbergs FF1–1United IK Nordic
- Sat 08 Aug, 11:00 UTCLjungskile SK0–1IK Oddevold
- Fri 07 Aug, 17:00 UTCÖstersunds FK1–0GIF Sundsvall
- Mon 03 Aug, 17:05 UTCÖrebro SK1–3IFK Värnamo
- Sun 02 Aug, 13:00 UTCUnited IK Nordic2–2Ljungskile SK
- Sat 01 Aug, 15:00 UTCIFK Norrköping2–0Helsingborgs IF
- Sat 01 Aug, 15:00 UTCIK Brage2–1Landskrona BoIS
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": 19,
"status": "finished",
"utc_date": "2026-08-15T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Ljungskile SK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Östers IF"
},
"score": {
"home": 2,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest Superettan result?
Ljungskile SK 2-3 Östers IF on Saturday 15 August.
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.