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 UTCGAIS0–1Malmö FF
- Sun 16 Aug, 14:30 UTCKalmar FF0–4Hammarby IF
- Sun 16 Aug, 12:00 UTCDegerfors IF3–0IFK Göteborg
- Sun 16 Aug, 12:00 UTCIF Brommapojkarna3–1Örgryte IS
- Sun 16 Aug, 12:00 UTCDjurgårdens IF1–3AIK
- Sat 15 Aug, 13:00 UTCMjällby AIF4–3IK Sirius
- Fri 14 Aug, 17:00 UTCIF Elfsborg3–0Västerås SK
- Mon 10 Aug, 17:00 UTCIK Sirius2–2IF Brommapojkarna
- Mon 10 Aug, 17:00 UTCVästerås SK1–0Djurgårdens IF
- Sun 09 Aug, 14:30 UTCHalmstads BK0–2GAIS
- Sun 09 Aug, 14:30 UTCIFK Göteborg3–2Kalmar FF
- Sun 09 Aug, 12:00 UTCMalmö FF1–2Degerfors IF
- Sun 09 Aug, 12:00 UTCHammarby IF3–0BK Häcken
- Sat 08 Aug, 15:30 UTCMjällby AIF0–1IF Elfsborg
- Sat 08 Aug, 13:00 UTCÖrgryte IS3–4AIK
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.