EUROPE · RESULTS

Allsvenskan Results

Latest Allsvenskan results: Kalmar FF 0-1 Djurgårdens IF, Malmö FF 0-0 AIK, Mjällby AIF 1-4 IFK Göteborg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:14 UTC
  • Mon 07 Sept, 17:00 UTCKalmar FF01Djurgårdens IF
  • Mon 07 Sept, 17:00 UTCMalmö FF00AIK
  • Mon 07 Sept, 17:00 UTCMjällby AIF14IFK Göteborg
  • Sun 06 Sept, 14:30 UTCIF Brommapojkarna21IF Elfsborg
  • Sun 06 Sept, 12:00 UTCÖrgryte IS11Hammarby IF
  • Sat 05 Sept, 15:30 UTCVästerås SK01IK Sirius
  • Sat 05 Sept, 13:00 UTCDegerfors IF20Halmstads BK
  • Sat 05 Sept, 13:00 UTCGAIS00BK Häcken
  • Thu 03 Sept, 17:00 UTCMjällby AIF02Djurgårdens IF
  • Mon 31 Aug, 17:00 UTCIK Sirius01Malmö FF
  • Mon 31 Aug, 17:00 UTCGAIS40IF Brommapojkarna
  • Mon 31 Aug, 17:00 UTCDjurgårdens IF40Mjällby AIF
  • Sun 30 Aug, 14:30 UTCIFK Göteborg10Örgryte IS
  • Sun 30 Aug, 12:00 UTCAIK32Hammarby IF
  • Sat 29 Aug, 15:30 UTCHalmstads BK10Kalmar FF
Get this via API

Get Allsvenskan results via API

Fetch the latest final Allsvenskan scores with competition_id=comp_1002.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1002&season_id=sn_4576877&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1002",
      "matchday": 20,
      "status": "finished",
      "utc_date": "2026-09-07T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kalmar FF"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Djurgårdens IF"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Allsvenskan result?

Kalmar FF 0-1 Djurgårdens IF on Monday 7 September.

How do I get Allsvenskan results via API?

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