EUROPE · FIXTURES
Ligue 1 Fixtures
Next Ligue 1 fixtures: Stade Rennais v Olympique de Marseille (Friday 11 September), RC Strasbourg v AS Monaco (Saturday 12 September), Paris FC v Olympique Lyonnais (Saturday 12 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:47 UTC
- Fri 11 Sept, 18:45 UTCStade RennaisvOlympique de Marseille
- Sat 12 Sept, 15:15 UTCRC StrasbourgvAS Monaco
- Sat 12 Sept, 18:45 UTCParis FCvOlympique Lyonnais
- Sat 12 Sept, 18:45 UTCLorientvToulouse
- Sat 12 Sept, 18:45 UTCLe HavrevAngers
- Sat 12 Sept, 18:45 UTCAuxerrevNice
- Sun 13 Sept, 13:00 UTCLillevTroyes
- Sun 13 Sept, 15:15 UTCLe MansvRC Lens
- Sun 13 Sept, 18:45 UTCStade BrestoisvParis Saint-Germain
- Sat 19 Sept, 18:45 UTCToulousevLe Havre
- Sat 19 Sept, 19:00 UTCParis FCvRC Strasbourg
- Sat 19 Sept, 19:00 UTCNicevLille
- Sat 19 Sept, 19:00 UTCAS MonacovRC Lens
- Sat 19 Sept, 19:00 UTCOlympique LyonnaisvStade Rennais
- Sat 19 Sept, 19:00 UTCLe MansvLorient
Get this via API
Get Ligue 1 fixtures via API
Fetch upcoming Ligue 1 matches with competition_id=comp_0256.
GET /football/matches?competition_id=comp_0256&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0256&season_id=sn_3011424&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0256",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T18:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Stade Rennais"
},
"away_team": {
"id": "tm_yyyy",
"name": "Olympique de Marseille"
}
}
]
}Frequently Asked Questions
When is the next Ligue 1 match?
Stade Rennais play Olympique de Marseille on Friday 11 September.
How do I get Ligue 1 fixtures via API?
Call the matches endpoint with competition_id=comp_0256 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Ligue 1 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.