EUROPE · FIXTURES
Allsvenskan Fixtures
Next Allsvenskan fixtures: Mjällby AIF v IK Sirius (Saturday 15 August), Degerfors IF v IFK Göteborg (Sunday 16 August), IF Brommapojkarna v Örgryte IS (Sunday 16 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 12:58 UTC
- Sat 15 Aug, 13:00 UTCMjällby AIFvIK Sirius
- Sun 16 Aug, 12:00 UTCDegerfors IFvIFK Göteborg
- Sun 16 Aug, 12:00 UTCIF BrommapojkarnavÖrgryte IS
- Sun 16 Aug, 12:00 UTCDjurgårdens IFvAIK
- Sun 16 Aug, 14:30 UTCGAISvMalmö FF
- Sun 16 Aug, 14:30 UTCKalmar FFvHammarby IF
- Mon 17 Aug, 17:00 UTCBK HäckenvHalmstads BK
- Fri 21 Aug, 17:00 UTCIK SiriusvBK Häcken
- Sat 22 Aug, 13:00 UTCÖrgryte ISvHalmstads BK
- Sun 23 Aug, 12:00 UTCVästerås SKvKalmar FF
- Sun 23 Aug, 12:00 UTCIFK GöteborgvIF Elfsborg
- Sun 23 Aug, 14:30 UTCIF BrommapojkarnavDegerfors IF
- Sun 23 Aug, 14:30 UTCHammarby IFvGAIS
- Mon 24 Aug, 17:00 UTCMalmö FFvDjurgårdens IF
- Sat 29 Aug, 13:00 UTCIF ElfsborgvDegerfors IF
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-08-15T13:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Mjällby AIF"
},
"away_team": {
"id": "tm_yyyy",
"name": "IK Sirius"
}
}
]
}Frequently Asked Questions
When is the next Allsvenskan match?
Mjällby AIF play IK Sirius on Saturday 15 August.
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.