EUROPE · FIXTURES

Challenge League Fixtures

Next Challenge League fixtures: FC Stade-Lausanne-Ouchy v FC Wil 1900 (Friday 11 September), Stade Nyonnais v Neuchâtel Xamax (Friday 11 September), FC Rapperswil-Jona v Yverdon-Sport FC (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:28 UTC
  • Fri 11 Sept, 17:30 UTCFC Stade-Lausanne-OuchyvFC Wil 1900
  • Fri 11 Sept, 17:30 UTCStade NyonnaisvNeuchâtel Xamax
  • Fri 11 Sept, 17:30 UTCFC Rapperswil-JonavYverdon-Sport FC
  • Fri 11 Sept, 18:15 UTCÉtoile Carouge FCvFC Winterthur
  • Sat 12 Sept, 16:00 UTCFC AarauvSC Kriens
  • Fri 18 Sept, 17:30 UTCSC KriensvÉtoile Carouge FC
  • Fri 18 Sept, 17:30 UTCNeuchâtel XamaxvFC Rapperswil-Jona
  • Fri 18 Sept, 17:30 UTCFC Wil 1900vStade Nyonnais
  • Fri 18 Sept, 18:15 UTCFC WinterthurvFC Aarau
  • Sun 20 Sept, 12:00 UTCYverdon-Sport FCvFC Stade-Lausanne-Ouchy
  • Sat 10 Oct, 14:00 UTCSC KriensvFC Wil 1900
  • Sat 10 Oct, 14:00 UTCNeuchâtel XamaxvFC Winterthur
  • Sat 10 Oct, 14:00 UTCÉtoile Carouge FCvYverdon-Sport FC
  • Sat 10 Oct, 14:00 UTCStade NyonnaisvFC Aarau
  • Sat 10 Oct, 14:00 UTCFC Rapperswil-JonavFC Stade-Lausanne-Ouchy
Get this via API

Get Challenge League fixtures via API

Fetch upcoming Challenge League matches with competition_id=comp_6258.

GET /football/matches?competition_id=comp_6258&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6258&season_id=sn_4581761&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6258",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T17:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Stade-Lausanne-Ouchy"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Wil 1900"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Challenge League match?

FC Stade-Lausanne-Ouchy play FC Wil 1900 on Friday 11 September.

How do I get Challenge League fixtures via API?

Call the matches endpoint with competition_id=comp_6258 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Challenge League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.