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 UTCNantes1–0Nancy
- Sat 05 Sept, 18:00 UTCSaint-Étienne3–1Montpellier
- Sat 05 Sept, 12:00 UTCMetz4–1Rodez AF
- Sat 05 Sept, 12:00 UTCStade de Reims2–2Guingamp
- Fri 04 Sept, 18:00 UTCUSL Dunkerque1–1Clermont Foot
- Fri 04 Sept, 18:00 UTCUS Boulogne Côte-d'Opale1–1Dijon
- Fri 04 Sept, 18:00 UTCPau FC1–1Sochaux
- Fri 04 Sept, 18:00 UTCStade Lavallois1–2Red Star FC
- Fri 04 Sept, 18:00 UTCGrenoble Foot 381–2Annecy FC
- Mon 31 Aug, 18:45 UTCDijon2–3Saint-Étienne
- Sat 29 Aug, 18:00 UTCGuingamp3–3Nantes
- Sat 29 Aug, 12:00 UTCRed Star FC1–4Stade de Reims
- Sat 29 Aug, 12:00 UTCAnnecy FC1–1Metz
- Fri 28 Aug, 18:00 UTCClermont Foot0–0Sochaux
- Fri 28 Aug, 18:00 UTCRodez AF2–2Pau 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.