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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Neuchâtel Xamax | 3 | 3 | 0 | 0 | 6 | 3 | +3 | 9 |
| 2 | FC Stade-Lausanne-Ouchy | 3 | 2 | 1 | 0 | 5 | 1 | +4 | 7 |
| 3 | Yverdon-Sport FC | 3 | 1 | 2 | 0 | 5 | 3 | +2 | 5 |
| 4 | FC Winterthur | 3 | 1 | 1 | 1 | 7 | 4 | +3 | 4 |
| 5 | Étoile Carouge FC | 3 | 1 | 1 | 1 | 4 | 2 | +2 | 4 |
| 6 | FC Aarau | 3 | 1 | 1 | 1 | 3 | 5 | -2 | 4 |
| 7 | SC Kriens | 3 | 1 | 0 | 2 | 4 | 5 | -1 | 3 |
| 8 | FC Rapperswil-Jona | 3 | 1 | 0 | 2 | 6 | 8 | -2 | 3 |
| 9 | FC Wil 1900 | 3 | 1 | 0 | 2 | 6 | 11 | -5 | 3 |
| 10 | Stade Nyonnais | 3 | 0 | 0 | 3 | 2 | 6 | -4 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_6258/seasons/sn_4581761/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Challenge League resources
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.