EUROPE · LEAGUE TABLE

Ligue 2 Table

As of 9 September 2026, Saint-Étienne lead the Ligue 2 26/27 with 15 points from 5 matches, 5 points clear of Annecy FC. Dijon sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:03 UTC
Ligue 2 league table
#TeamPWDLGFGAGDPts
1Saint-Étienne5500164+1215
2Annecy FC531175+210
3Stade de Reims5230127+59
4Metz523084+49
5Montpellier52214408
6Red Star FC522156-18
7Nancy521232+17
8Rodez AF5212111107
9Sochaux513124-26
10USL Dunkerque512289-15
11Guingamp512278-15
12Pau FC512245-15
13US Boulogne Côte-d'Opale504123-14
14Clermont Foot504135-24
15Nantes5113711-44
16Grenoble Foot 385113610-44
17Stade Lavallois5113510-54
18Dijon503257-23
Get this via API

Get the Ligue 2 table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9777/seasons/sn_7255696/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Saint-Étienne"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 16,
      "goals_against": 4,
      "goal_difference": 12,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Ligue 2?

Saint-Étienne are top of the Ligue 2 26/27 with 15 points from 5 matches, 5 points clear of Annecy FC.

How many teams are in the Ligue 2?

18 teams compete in the Ligue 2 26/27.

How do I get the Ligue 2 table via API?

Call the standings endpoint with competition_id=comp_9777 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 2 data are available?

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

Get Ligue 2 data via API

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