EUROPE · RESULTS

Ligue 1 Results

Latest Ligue 1 results: Nice 4-1 Saint-Étienne, Saint-Étienne 0-0 Nice, Olympique Lyonnais 0-4 RC Lens. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
  • Fri 29 May, 18:45 UTCNice41Saint-Étienne
  • Tue 26 May, 18:45 UTCSaint-Étienne00Nice
  • Sun 17 May, 19:00 UTCOlympique Lyonnais04RC Lens
  • Sun 17 May, 19:00 UTCParis FC21Paris Saint-Germain
  • Sun 17 May, 19:00 UTCNice00Metz
  • Sun 17 May, 19:00 UTCStade Brestois11Angers
  • Sun 17 May, 19:00 UTCOlympique de Marseille31Stade Rennais
  • Sun 17 May, 19:00 UTCLille02Auxerre
  • Sun 17 May, 19:00 UTCRC Strasbourg54AS Monaco
  • Sun 17 May, 19:00 UTCLorient02Le Havre
  • Fri 15 May, 18:30 UTCSaint-Étienne00Rodez AF
  • Wed 13 May, 19:00 UTCRC Lens02Paris Saint-Germain
  • Wed 13 May, 17:00 UTCStade Brestois12RC Strasbourg
  • Tue 12 May, 18:30 UTCRed Star FC23Rodez AF
  • Sun 10 May, 19:00 UTCAS Monaco01Lille
Get this via API

Get Ligue 1 results via API

Fetch the latest final Ligue 1 scores with competition_id=comp_0256.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0256&season_id=sn_6120181&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0256",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-05-29T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Nice"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Saint-Étienne"
      },
      "score": {
        "home": 4,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ligue 1 result?

Nice 4-1 Saint-Étienne on Friday 29 May.

How do I get Ligue 1 results via API?

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