EUROPE · RESULTS

Ligue 2 Results

Latest Ligue 2 results: Nantes 1-0 Nancy, Saint-Étienne 3-1 Montpellier, Metz 4-1 Rodez AF. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:00 UTC
  • Mon 07 Sept, 18:45 UTCNantes10Nancy
  • Sat 05 Sept, 18:00 UTCSaint-Étienne31Montpellier
  • Sat 05 Sept, 12:00 UTCMetz41Rodez AF
  • Sat 05 Sept, 12:00 UTCStade de Reims22Guingamp
  • Fri 04 Sept, 18:00 UTCUSL Dunkerque11Clermont Foot
  • Fri 04 Sept, 18:00 UTCUS Boulogne Côte-d'Opale11Dijon
  • Fri 04 Sept, 18:00 UTCPau FC11Sochaux
  • Fri 04 Sept, 18:00 UTCStade Lavallois12Red Star FC
  • Fri 04 Sept, 18:00 UTCGrenoble Foot 3812Annecy FC
  • Mon 31 Aug, 18:45 UTCDijon23Saint-Étienne
  • Sat 29 Aug, 18:00 UTCGuingamp33Nantes
  • Sat 29 Aug, 12:00 UTCRed Star FC14Stade de Reims
  • Sat 29 Aug, 12:00 UTCAnnecy FC11Metz
  • Fri 28 Aug, 18:00 UTCClermont Foot00Sochaux
  • Fri 28 Aug, 18:00 UTCRodez AF22Pau FC
Get this via API

Get Ligue 2 results via API

Fetch the latest final Ligue 2 scores with competition_id=comp_9777.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9777&season_id=sn_7255696&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9777",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-07T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Nantes"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Nancy"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ligue 2 result?

Nantes 1-0 Nancy on Monday 7 September.

How do I get Ligue 2 results via API?

Call the matches endpoint with competition_id=comp_9777 and status=finished. 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.