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