EUROPE · FIXTURES

Ligue 2 Fixtures

Next Ligue 2 fixtures: Sochaux v Guingamp (Friday 21 August), Pau FC v Nancy (Friday 21 August), Clermont Foot v Dijon (Friday 21 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 19:37 UTC
  • Fri 21 Aug, 18:00 UTCSochauxvGuingamp
  • Fri 21 Aug, 18:00 UTCPau FCvNancy
  • Fri 21 Aug, 18:00 UTCClermont FootvDijon
  • Fri 21 Aug, 18:00 UTCUSL DunkerquevMontpellier
  • Fri 21 Aug, 18:00 UTCUS Boulogne Côte-d'OpalevRed Star FC
  • Sat 22 Aug, 12:00 UTCNantesvRodez AF
  • Sat 22 Aug, 12:00 UTCMetzvStade Lavallois
  • Sat 22 Aug, 18:00 UTCSaint-ÉtiennevGrenoble Foot 38
  • Mon 24 Aug, 18:45 UTCStade de ReimsvAnnecy FC
  • Fri 28 Aug, 18:00 UTCClermont FootvSochaux
  • Fri 28 Aug, 18:00 UTCRodez AFvPau FC
  • Fri 28 Aug, 18:00 UTCMontpelliervUS Boulogne Côte-d'Opale
  • Fri 28 Aug, 18:00 UTCNancyvUSL Dunkerque
  • Fri 28 Aug, 18:00 UTCStade LavalloisvGrenoble Foot 38
  • Sat 29 Aug, 12:00 UTCRed Star FCvStade de Reims
Get this via API

Get Ligue 2 fixtures via API

Fetch upcoming Ligue 2 matches with competition_id=comp_9777.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9777&season_id=sn_7255696&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9777",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-21T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sochaux"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Guingamp"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ligue 2 match?

Sochaux play Guingamp on Friday 21 August.

How do I get Ligue 2 fixtures via API?

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

Get Ligue 2 data via API

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