EUROPE · FIXTURES
Ligue 2 Fixtures
Next Ligue 2 fixtures: Rodez AF v Grenoble Foot 38 (Friday 11 September), Nancy v Stade de Reims (Friday 11 September), Clermont Foot v US Boulogne Côte-d'Opale (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:38 UTC
- Fri 11 Sept, 18:00 UTCRodez AFvGrenoble Foot 38
- Fri 11 Sept, 18:00 UTCNancyvStade de Reims
- Fri 11 Sept, 18:00 UTCClermont FootvUS Boulogne Côte-d'Opale
- Fri 11 Sept, 18:00 UTCMontpelliervPau FC
- Fri 11 Sept, 18:00 UTCDijonvStade Lavallois
- Sat 12 Sept, 12:00 UTCSochauxvNantes
- Sat 12 Sept, 12:00 UTCGuingampvAnnecy FC
- Sat 12 Sept, 18:00 UTCUSL DunkerquevSaint-Étienne
- Mon 14 Sept, 18:45 UTCRed Star FCvMetz
- Fri 18 Sept, 18:00 UTCStade de ReimsvMontpellier
- Fri 18 Sept, 18:00 UTCRodez AFvNancy
- Fri 18 Sept, 18:00 UTCPau FCvUSL Dunkerque
- Fri 18 Sept, 18:00 UTCStade LavalloisvSochaux
- Fri 18 Sept, 18:00 UTCGrenoble Foot 38vClermont Foot
- Fri 18 Sept, 18:00 UTCAnnecy FCvDijon
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-09-11T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Rodez AF"
},
"away_team": {
"id": "tm_yyyy",
"name": "Grenoble Foot 38"
}
}
]
}Frequently Asked Questions
When is the next Ligue 2 match?
Rodez AF play Grenoble Foot 38 on Friday 11 September.
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.