EUROPE · LEAGUE TABLE

Challenge League Table

As of 26 July 2026, Étoile Carouge FC lead the Challenge League 26/27 with 3 points from 1 matches, level on points with FC Stade-Lausanne-Ouchy. FC Aarau sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:32 UTC
Challenge League league table
#TeamPWDLGFGAGDPts
1Étoile Carouge FC110030+33
2FC Stade-Lausanne-Ouchy110020+23
3FC Wil 1900110054+13
4Neuchâtel Xamax110032+13
5FC Winterthur10102201
6Yverdon-Sport FC10102201
7FC Rapperswil-Jona100145-10
8SC Kriens100123-10
9Stade Nyonnais100102-20
10FC Aarau100103-30
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": "Étoile Carouge FC"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 3,
      "goals_against": 0,
      "goal_difference": 3,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the Challenge League?

Étoile Carouge FC are top of the Challenge League 26/27 with 3 points from 1 matches.

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.