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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Stade-Lausanne-Ouchy | 7 | 5 | 2 | 0 | 13 | 3 | +10 | 17 |
| 2 | Yverdon-Sport FC | 7 | 4 | 3 | 0 | 14 | 7 | +7 | 15 |
| 3 | FC Winterthur | 7 | 3 | 3 | 1 | 16 | 7 | +9 | 12 |
| 4 | FC Aarau | 7 | 3 | 2 | 2 | 11 | 12 | -1 | 11 |
| 5 | SC Kriens | 7 | 3 | 1 | 3 | 10 | 8 | +2 | 10 |
| 6 | Étoile Carouge FC | 7 | 2 | 3 | 2 | 7 | 7 | 0 | 9 |
| 7 | Neuchâtel Xamax | 7 | 3 | 0 | 4 | 9 | 13 | -4 | 9 |
| 8 | FC Wil 1900 | 7 | 1 | 3 | 3 | 10 | 17 | -7 | 6 |
| 9 | FC Rapperswil-Jona | 7 | 1 | 1 | 5 | 10 | 16 | -6 | 4 |
| 10 | Stade Nyonnais | 7 | 0 | 2 | 5 | 5 | 15 | -10 | 2 |
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": "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
}
]
}Challenge League resources
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.