EUROPE · FIXTURES
Allsvenskan Fixtures
Next Allsvenskan fixtures: BK Häcken v Mjällby AIF (Friday 11 September), AIK v Västerås SK (Saturday 12 September), IFK Göteborg v Halmstads BK (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 01:28 UTC
- Fri 11 Sept, 17:00 UTCBK HäckenvMjällby AIF
- Sat 12 Sept, 13:00 UTCAIKvVästerås SK
- Sat 12 Sept, 15:30 UTCIFK GöteborgvHalmstads BK
- Sun 13 Sept, 12:00 UTCIF ElfsborgvKalmar FF
- Sun 13 Sept, 12:00 UTCHammarby IFvIF Brommapojkarna
- Sun 13 Sept, 14:30 UTCMalmö FFvÖrgryte IS
- Mon 14 Sept, 17:00 UTCIK SiriusvDegerfors IF
- Mon 14 Sept, 17:00 UTCDjurgårdens IFvGAIS
- Wed 16 Sept, 17:00 UTCAIKvMjällby AIF
- Sat 19 Sept, 13:00 UTCVästerås SKvMalmö FF
- Sat 19 Sept, 13:00 UTCIF BrommapojkarnavIFK Göteborg
- Sat 19 Sept, 15:30 UTCÖrgryte ISvIK Sirius
- Sun 20 Sept, 12:00 UTCHalmstads BKvAIK
- Sun 20 Sept, 12:00 UTCKalmar FFvBK Häcken
- Sun 20 Sept, 12:00 UTCDjurgårdens IFvIF Elfsborg
Get this via API
Get Allsvenskan fixtures via API
Fetch upcoming Allsvenskan matches with competition_id=comp_1002.
GET /football/matches?competition_id=comp_1002&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1002&season_id=sn_4576877&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1002",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "BK Häcken"
},
"away_team": {
"id": "tm_yyyy",
"name": "Mjällby AIF"
}
}
]
}Frequently Asked Questions
When is the next Allsvenskan match?
BK Häcken play Mjällby AIF on Friday 11 September.
How do I get Allsvenskan fixtures via API?
Call the matches endpoint with competition_id=comp_1002 and status=scheduled. 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.