EUROPE · RESULTS

Allsvenskan Results

Latest Allsvenskan results: GAIS 0-1 Malmö FF, Kalmar FF 0-4 Hammarby IF, Degerfors IF 3-0 IFK Göteborg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
  • Sun 16 Aug, 14:30 UTCGAIS01Malmö FF
  • Sun 16 Aug, 14:30 UTCKalmar FF04Hammarby IF
  • Sun 16 Aug, 12:00 UTCDegerfors IF30IFK Göteborg
  • Sun 16 Aug, 12:00 UTCIF Brommapojkarna31Örgryte IS
  • Sun 16 Aug, 12:00 UTCDjurgårdens IF13AIK
  • Sat 15 Aug, 13:00 UTCMjällby AIF43IK Sirius
  • Fri 14 Aug, 17:00 UTCIF Elfsborg30Västerås SK
  • Mon 10 Aug, 17:00 UTCIK Sirius22IF Brommapojkarna
  • Mon 10 Aug, 17:00 UTCVästerås SK10Djurgårdens IF
  • Sun 09 Aug, 14:30 UTCHalmstads BK02GAIS
  • Sun 09 Aug, 14:30 UTCIFK Göteborg32Kalmar FF
  • Sun 09 Aug, 12:00 UTCMalmö FF12Degerfors IF
  • Sun 09 Aug, 12:00 UTCHammarby IF30BK Häcken
  • Sat 08 Aug, 15:30 UTCMjällby AIF01IF Elfsborg
  • Sat 08 Aug, 13:00 UTCÖrgryte IS34AIK
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": 17,
      "status": "finished",
      "utc_date": "2026-08-16T14:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "GAIS"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Malmö FF"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Allsvenskan result?

GAIS 0-1 Malmö FF on Sunday 16 August.

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.