EUROPE · LEAGUE TABLE

Ligue 1 Table

As of 9 September 2026, AS Monaco lead the Ligue 1 26/27 with 9 points from 3 matches, 2 points clear of Paris FC. Auxerre sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:46 UTC
Ligue 1 league table
#TeamPWDLGFGAGDPts
1AS Monaco330051+49
2Paris FC321062+47
3Olympique Lyonnais321062+47
4Lille321052+37
5Stade Rennais321075+27
6RC Strasbourg320187+16
7Stade Brestois312065+15
8Lorient31112204
9Troyes311147-34
10RC Lens310265+13
11Olympique de Marseille310265+13
12Angers310245-13
13Paris Saint-Germain302156-12
14Le Mans302156-12
15Nice302114-32
16Le Havre301224-21
17Toulouse301225-31
18Auxerre3003411-70
Get this via API

Get the Ligue 1 table via API

Fetch the live Ligue 1 standings with competition_id=comp_0256. The same shape works for every competition and season.

GET /football/competitions/comp_0256/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_0256/seasons/sn_3011424/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "AS Monaco"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 5,
      "goals_against": 1,
      "goal_difference": 4,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Ligue 1?

AS Monaco are top of the Ligue 1 26/27 with 9 points from 3 matches, 2 points clear of Paris FC.

How many teams are in the Ligue 1?

18 teams compete in the Ligue 1 26/27.

How do I get the Ligue 1 table via API?

Call the standings endpoint with competition_id=comp_0256 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Ligue 1 data are available?

TheStatsAPI has 7 seasons of Ligue 1 data, going back to 20/21, including historical final tables.

Get Ligue 1 data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.