EUROPE · RESULTS

Ligue 1 Results

Latest Ligue 1 results: Olympique de Marseille 2-3 Paris FC, Angers 1-2 Stade Rennais, Troyes 2-6 RC Strasbourg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:31 UTC
  • Sun 06 Sept, 18:45 UTCOlympique de Marseille23Paris FC
  • Sun 06 Sept, 15:15 UTCAngers12Stade Rennais
  • Sun 06 Sept, 13:00 UTCTroyes26RC Strasbourg
  • Sat 05 Sept, 18:45 UTCNice11Le Mans
  • Sat 05 Sept, 18:45 UTCLe Havre12Stade Brestois
  • Sat 05 Sept, 15:15 UTCRC Lens01Lorient
  • Fri 04 Sept, 19:05 UTCParis Saint-Germain12AS Monaco
  • Fri 04 Sept, 17:00 UTCOlympique Lyonnais31Auxerre
  • Thu 03 Sept, 18:45 UTCToulouse01Lille
  • Sun 30 Aug, 18:45 UTCAS Monaco20Olympique de Marseille
  • Sun 30 Aug, 15:15 UTCStade Rennais32Le Mans
  • Sun 30 Aug, 13:00 UTCParis FC30Nice
  • Sat 29 Aug, 18:45 UTCOlympique Lyonnais11Le Havre
  • Sat 29 Aug, 18:45 UTCLorient12Troyes
  • Sat 29 Aug, 18:45 UTCStade Brestois22Toulouse
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_3011424&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0256",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-06T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Olympique de Marseille"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Paris FC"
      },
      "score": {
        "home": 2,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ligue 1 result?

Olympique de Marseille 2-3 Paris FC on Sunday 6 September.

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.