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 SK23Östers IF
  • Fri 14 Aug, 17:00 UTCLandskrona BoIS11IK Oddevold
  • Fri 14 Aug, 17:00 UTCIK Brage33Örebro SK
  • Tue 11 Aug, 17:00 UTCHelsingborgs IF12IFK Värnamo
  • Mon 10 Aug, 17:00 UTCNorrby IF31Örebro SK
  • Sun 09 Aug, 13:00 UTCVarbergs BoIS01Sandvikens IF
  • Sat 08 Aug, 15:00 UTCIFK Norrköping30IK Brage
  • Sat 08 Aug, 13:00 UTCÖsters IF01Landskrona BoIS
  • Sat 08 Aug, 11:00 UTCFalkenbergs FF11United IK Nordic
  • Sat 08 Aug, 11:00 UTCLjungskile SK01IK Oddevold
  • Fri 07 Aug, 17:00 UTCÖstersunds FK10GIF Sundsvall
  • Mon 03 Aug, 17:05 UTCÖrebro SK13IFK Värnamo
  • Sun 02 Aug, 13:00 UTCUnited IK Nordic22Ljungskile SK
  • Sat 01 Aug, 15:00 UTCIFK Norrköping20Helsingborgs IF
  • Sat 01 Aug, 15:00 UTCIK Brage21Landskrona 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.