ASIA · LEAGUE TABLE

Indian Super League Table

Indian Super League 2026 final table: East Bengal FC finished top with 23 points from 12 matches, level on points with Mohun Bagan Super Giant. Mohammedan SC sit bottom on 3. Full table with goal difference and form below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:33 UTC
Indian Super League league table
#TeamPWDLGFGAGDPts
1East Bengal FC126512810+1823
2Mohun Bagan Super Giant12651218+1323
3Bengaluru FC136521812+623
4Punjab FC126421810+822
5Mumbai City FC12642159+622
6Jamshedpur FC126331510+521
7FC Goa135531511+420
8Kerala Blasters135261517-217
9NorthEast United134451621-516
10Inter Kashi FC123451015-513
11Hyderabad FC122551215-311
12Odisha FC122461422-810
13Chennaiyin FC13238921-129
14Mohammedan SC130310732-253
Get this via API

Get the Indian Super League table via API

Fetch the live Indian Super League standings with competition_id=comp_19603. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_19603/seasons/sn_1307457/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "East Bengal FC"
      },
      "position": 1,
      "matches_played": 12,
      "wins": 6,
      "draws": 5,
      "losses": 1,
      "goals_for": 28,
      "goals_against": 10,
      "goal_difference": 18,
      "points": 23
    }
  ]
}

Frequently Asked Questions

Who is top of the Indian Super League?

East Bengal FC finished top of the Indian Super League 2026 with 23 points.

How many teams are in the Indian Super League?

14 teams compete in the Indian Super League 2026.

How do I get the Indian Super League table via API?

Call the standings endpoint with competition_id=comp_19603 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 Indian Super League data are available?

TheStatsAPI has 7 seasons of Indian Super League data, going back to 19/20, including historical final tables.

Get Indian Super League data via API

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