EUROPE · RESULTS

Allsvenskan Results

Latest Allsvenskan results: Kalmar FF 2-1 Mjällby AIF, Degerfors IF 0-1 Djurgårdens IF, Västerås SK 2-0 Örgryte IS. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sat 25 Jul, 15:30 UTCKalmar FF21Mjällby AIF
  • Sat 25 Jul, 13:00 UTCDegerfors IF01Djurgårdens IF
  • Fri 24 Jul, 17:00 UTCVästerås SK20Örgryte IS
  • Mon 20 Jul, 17:00 UTCKalmar FF22Malmö FF
  • Mon 20 Jul, 17:00 UTCÖrgryte IS00Djurgårdens IF
  • Sun 19 Jul, 14:30 UTCHalmstads BK02BK Häcken
  • Sun 19 Jul, 14:30 UTCIF Elfsborg13IK Sirius
  • Sun 19 Jul, 14:30 UTCHammarby IF40Degerfors IF
  • Sat 18 Jul, 13:00 UTCAIK20GAIS
  • Fri 17 Jul, 17:00 UTCMjällby AIF00Västerås SK
  • Fri 17 Jul, 17:00 UTCIFK Göteborg21IF Brommapojkarna
  • Mon 13 Jul, 17:00 UTCDjurgårdens IF30Halmstads BK
  • Sun 12 Jul, 14:30 UTCIF Brommapojkarna12IK Sirius
  • Sun 12 Jul, 14:30 UTCGAIS10IF Elfsborg
  • Sun 12 Jul, 12:00 UTCVästerås SK20Degerfors IF
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": 14,
      "status": "finished",
      "utc_date": "2026-07-25T15:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kalmar FF"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mjällby AIF"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Allsvenskan result?

Kalmar FF 2-1 Mjällby AIF on Saturday 25 July.

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.