EUROPE · RESULTS

Swiss Super League Results

Latest Swiss Super League results: FC Luzern 1-3 FC Thun, Servette FC 0-1 Basel, FC Lausanne-Sport 1-1 Grasshopper Club Zürich. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 04:11 UTC
  • Sat 25 Jul, 18:30 UTCFC Luzern13FC Thun
  • Sat 25 Jul, 16:00 UTCServette FC01Basel
  • Sat 25 Jul, 16:00 UTCFC Lausanne-Sport11Grasshopper Club Zürich
Get this via API

Get Swiss Super League results via API

Fetch the latest final Swiss Super League scores with competition_id=comp_4084.

GET /football/matches?competition_id=comp_4084&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4084&season_id=sn_7250992&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4084",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-07-25T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Luzern"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Thun"
      },
      "score": {
        "home": 1,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Swiss Super League result?

FC Luzern 1-3 FC Thun on Saturday 25 July.

How do I get Swiss Super League results via API?

Call the matches endpoint with competition_id=comp_4084 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Swiss Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.