EUROPE · LEAGUE TABLE

Challenge League Table

As of 9 September 2026, FC Stade-Lausanne-Ouchy lead the Challenge League 26/27 with 17 points from 7 matches, 2 points clear of Yverdon-Sport FC. Stade Nyonnais sit bottom on 2. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:47 UTC
Challenge League league table
#TeamPWDLGFGAGDPts
1FC Stade-Lausanne-Ouchy7520133+1017
2Yverdon-Sport FC7430147+715
3FC Winterthur7331167+912
4FC Aarau73221112-111
5SC Kriens7313108+210
6Étoile Carouge FC72327709
7Neuchâtel Xamax7304913-49
8FC Wil 190071331017-76
9FC Rapperswil-Jona71151016-64
10Stade Nyonnais7025515-102
Get this via API

Get the Challenge League table via API

Fetch the live Challenge League standings with competition_id=comp_6258. The same shape works for every competition and season.

GET /football/competitions/comp_6258/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6258/seasons/sn_4581761/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Stade-Lausanne-Ouchy"
      },
      "position": 1,
      "matches_played": 7,
      "wins": 5,
      "draws": 2,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 3,
      "goal_difference": 10,
      "points": 17
    }
  ]
}

Frequently Asked Questions

Who is top of the Challenge League?

FC Stade-Lausanne-Ouchy are top of the Challenge League 26/27 with 17 points from 7 matches, 2 points clear of Yverdon-Sport FC.

How many teams are in the Challenge League?

10 teams compete in the Challenge League 26/27.

How do I get the Challenge League table via API?

Call the standings endpoint with competition_id=comp_6258 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Challenge League data are available?

TheStatsAPI has 7 seasons of Challenge League data, going back to 12/13, including historical final tables.

Get Challenge League data via API

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