EUROPE · RESULTS

Superettan Results

Latest Superettan results: IFK Värnamo 0-0 IK Brage, Falkenbergs FF 2-3 Helsingborgs IF, Norrby IF 3-1 GIF Sundsvall. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:41 UTC
  • Sat 25 Jul, 13:00 UTCIFK Värnamo00IK Brage
  • Tue 21 Jul, 17:00 UTCFalkenbergs FF23Helsingborgs IF
  • Mon 20 Jul, 17:00 UTCNorrby IF31GIF Sundsvall
  • Sun 19 Jul, 13:00 UTCUnited IK Nordic20Örebro SK
  • Sun 19 Jul, 13:00 UTCIFK Värnamo23Ljungskile SK
  • Sun 19 Jul, 11:00 UTCIFK Norrköping30Sandvikens IF
  • Sat 18 Jul, 15:00 UTCÖsters IF32IK Brage
  • Sat 18 Jul, 13:00 UTCÖstersunds FK20Landskrona BoIS
  • Sat 18 Jul, 11:00 UTCIK Oddevold24Varbergs BoIS
  • Sun 28 Jun, 15:00 UTCSandvikens IF42Helsingborgs IF
  • Sun 28 Jun, 13:00 UTCLandskrona BoIS10IFK Värnamo
  • Sun 28 Jun, 13:00 UTCIFK Norrköping01Norrby IF
  • Sat 27 Jun, 15:00 UTCGIF Sundsvall02Östersunds FK
  • Sat 27 Jun, 15:00 UTCUnited IK Nordic33IK Oddevold
  • Sat 27 Jun, 13:00 UTCVarbergs BoIS21Östers IF
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": 16,
      "status": "finished",
      "utc_date": "2026-07-25T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "IFK Värnamo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "IK Brage"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Superettan result?

IFK Värnamo 0-0 IK Brage on Saturday 25 July.

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.