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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AS Monaco | 3 | 3 | 0 | 0 | 5 | 1 | +4 | 9 |
| 2 | Paris FC | 3 | 2 | 1 | 0 | 6 | 2 | +4 | 7 |
| 3 | Olympique Lyonnais | 3 | 2 | 1 | 0 | 6 | 2 | +4 | 7 |
| 4 | Lille | 3 | 2 | 1 | 0 | 5 | 2 | +3 | 7 |
| 5 | Stade Rennais | 3 | 2 | 1 | 0 | 7 | 5 | +2 | 7 |
| 6 | RC Strasbourg | 3 | 2 | 0 | 1 | 8 | 7 | +1 | 6 |
| 7 | Stade Brestois | 3 | 1 | 2 | 0 | 6 | 5 | +1 | 5 |
| 8 | Lorient | 3 | 1 | 1 | 1 | 2 | 2 | 0 | 4 |
| 9 | Troyes | 3 | 1 | 1 | 1 | 4 | 7 | -3 | 4 |
| 10 | RC Lens | 3 | 1 | 0 | 2 | 6 | 5 | +1 | 3 |
| 11 | Olympique de Marseille | 3 | 1 | 0 | 2 | 6 | 5 | +1 | 3 |
| 12 | Angers | 3 | 1 | 0 | 2 | 4 | 5 | -1 | 3 |
| 13 | Paris Saint-Germain | 3 | 0 | 2 | 1 | 5 | 6 | -1 | 2 |
| 14 | Le Mans | 3 | 0 | 2 | 1 | 5 | 6 | -1 | 2 |
| 15 | Nice | 3 | 0 | 2 | 1 | 1 | 4 | -3 | 2 |
| 16 | Le Havre | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 17 | Toulouse | 3 | 0 | 1 | 2 | 2 | 5 | -3 | 1 |
| 18 | Auxerre | 3 | 0 | 0 | 3 | 4 | 11 | -7 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_0256/seasons/sn_3011424/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.