EUROPE · FIXTURES

Allsvenskan Fixtures

Next Allsvenskan fixtures: IK Sirius v IFK Göteborg (Sunday 26 July), IF Brommapojkarna v Hammarby IF (Sunday 26 July), Malmö FF v IF Elfsborg (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sun 26 Jul, 12:00 UTCIK SiriusvIFK Göteborg
  • Sun 26 Jul, 12:00 UTCIF BrommapojkarnavHammarby IF
  • Sun 26 Jul, 14:30 UTCMalmö FFvIF Elfsborg
  • Sun 26 Jul, 14:30 UTCGAISvHalmstads BK
  • Mon 27 Jul, 17:00 UTCBK HäckenvAIK
  • Sat 01 Aug, 13:00 UTCBK HäckenvKalmar FF
  • Sun 02 Aug, 12:00 UTCIF BrommapojkarnavMalmö FF
  • Sun 02 Aug, 12:00 UTCIFK GöteborgvDegerfors IF
  • Sun 02 Aug, 14:30 UTCAIKvÖrgryte IS
  • Mon 03 Aug, 17:00 UTCHalmstads BKvIK Sirius
  • Mon 03 Aug, 17:00 UTCDjurgårdens IFvVästerås SK
  • Sat 08 Aug, 13:00 UTCÖrgryte ISvAIK
Get this via API

Get Allsvenskan fixtures via API

Fetch upcoming Allsvenskan matches with competition_id=comp_1002.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1002&season_id=sn_4576877&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1002",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "IK Sirius"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "IFK Göteborg"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Allsvenskan match?

IK Sirius play IFK Göteborg on Sunday 26 July.

How do I get Allsvenskan fixtures via API?

Call the matches endpoint with competition_id=comp_1002 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Allsvenskan data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.