EUROPE · LEAGUE TABLE

Challenge League Table

As of 15 August 2026, Neuchâtel Xamax lead the Challenge League 26/27 with 9 points from 3 matches, 2 points clear of FC Stade-Lausanne-Ouchy. Stade Nyonnais sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 13:43 UTC
Challenge League league table
#TeamPWDLGFGAGDPts
1Neuchâtel Xamax330063+39
2FC Stade-Lausanne-Ouchy321051+47
3Yverdon-Sport FC312053+25
4FC Winterthur311174+34
5Étoile Carouge FC311142+24
6FC Aarau311135-24
7SC Kriens310245-13
8FC Rapperswil-Jona310268-23
9FC Wil 19003102611-53
10Stade Nyonnais300326-40
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": "Neuchâtel Xamax"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 3,
      "goal_difference": 3,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Challenge League?

Neuchâtel Xamax are top of the Challenge League 26/27 with 9 points from 3 matches, 2 points clear of FC Stade-Lausanne-Ouchy.

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.