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 SK01Östersunds FK
  • Sat 05 Sept, 15:00 UTCIK Brage01GIF Sundsvall
  • Sat 05 Sept, 15:00 UTCHelsingborgs IF02Sandvikens IF
  • Sat 05 Sept, 13:00 UTCNorrby IF13Landskrona BoIS
  • Sat 05 Sept, 13:00 UTCIK Oddevold21Falkenbergs FF
  • Sat 05 Sept, 11:00 UTCIFK Värnamo11Varbergs BoIS
  • Fri 04 Sept, 17:00 UTCÖsters IF12United IK Nordic
  • Fri 04 Sept, 17:00 UTCIFK Norrköping22Ljungskile SK
  • Tue 01 Sept, 17:00 UTCHelsingborgs IF11Örebro SK
  • Mon 31 Aug, 17:00 UTCGIF Sundsvall10Norrby IF
  • Sun 30 Aug, 15:00 UTCSandvikens IF11Östers IF
  • Sun 30 Aug, 13:00 UTCVarbergs BoIS31IK Oddevold
  • Sat 29 Aug, 15:00 UTCUnited IK Nordic13IFK Norrköping
  • Sat 29 Aug, 13:00 UTCFalkenbergs FF41IK Brage
  • Sat 29 Aug, 11:00 UTCLandskrona BoIS11Ö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.