EUROPE · FIXTURES

Superettan Fixtures

Next Superettan fixtures: IFK Värnamo v Östersunds FK (Sunday 16 August), IK Oddevold v Helsingborgs IF (Sunday 23 August), IK Brage v United IK Nordic (Sunday 23 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:01 UTC
  • Sun 16 Aug, 11:00 UTCIFK VärnamovÖstersunds FK
  • Sun 23 Aug, 11:00 UTCIK OddevoldvHelsingborgs IF
  • Sun 23 Aug, 13:00 UTCIK BragevUnited IK Nordic
  • Sun 23 Aug, 15:00 UTCNorrby IFvSandvikens IF
  • Mon 24 Aug, 17:00 UTCIFK VärnamovLandskrona BoIS
  • Mon 24 Aug, 17:00 UTCÖstersunds FKvLjungskile SK
  • Mon 24 Aug, 17:05 UTCIFK NorrköpingvFalkenbergs FF
  • Tue 25 Aug, 17:00 UTCÖsters IFvGIF Sundsvall
  • Tue 25 Aug, 17:00 UTCÖrebro SKvVarbergs BoIS
  • Sat 29 Aug, 11:00 UTCLandskrona BoISvÖstersunds FK
  • Sat 29 Aug, 11:00 UTCLjungskile SKvIFK Värnamo
  • Sat 29 Aug, 13:00 UTCFalkenbergs FFvIK Brage
  • Sat 29 Aug, 15:00 UTCUnited IK NordicvIFK Norrköping
  • Sun 30 Aug, 13:00 UTCVarbergs BoISvIK Oddevold
  • Sun 30 Aug, 15:00 UTCSandvikens IFvÖsters IF
Get this via API

Get Superettan fixtures via API

Fetch upcoming Superettan matches with competition_id=comp_6917.

GET /football/matches?competition_id=comp_6917&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6917&season_id=sn_0842342&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6917",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-16T11:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "IFK Värnamo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Östersunds FK"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Superettan match?

IFK Värnamo play Östersunds FK on Sunday 16 August.

How do I get Superettan fixtures via API?

Call the matches endpoint with competition_id=comp_6917 and status=scheduled. 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.