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 FF0–1Djurgårdens IF
- Mon 07 Sept, 17:00 UTCMalmö FF0–0AIK
- Mon 07 Sept, 17:00 UTCMjällby AIF1–4IFK Göteborg
- Sun 06 Sept, 14:30 UTCIF Brommapojkarna2–1IF Elfsborg
- Sun 06 Sept, 12:00 UTCÖrgryte IS1–1Hammarby IF
- Sat 05 Sept, 15:30 UTCVästerås SK0–1IK Sirius
- Sat 05 Sept, 13:00 UTCDegerfors IF2–0Halmstads BK
- Sat 05 Sept, 13:00 UTCGAIS0–0BK Häcken
- Thu 03 Sept, 17:00 UTCMjällby AIF0–2Djurgårdens IF
- Mon 31 Aug, 17:00 UTCIK Sirius0–1Malmö FF
- Mon 31 Aug, 17:00 UTCGAIS4–0IF Brommapojkarna
- Mon 31 Aug, 17:00 UTCDjurgårdens IF4–0Mjällby AIF
- Sun 30 Aug, 14:30 UTCIFK Göteborg1–0Örgryte IS
- Sun 30 Aug, 12:00 UTCAIK3–2Hammarby IF
- Sat 29 Aug, 15:30 UTCHalmstads BK1–0Kalmar 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.