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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | East Bengal FC | 12 | 6 | 5 | 1 | 28 | 10 | +18 | 23 |
| 2 | Mohun Bagan Super Giant | 12 | 6 | 5 | 1 | 21 | 8 | +13 | 23 |
| 3 | Bengaluru FC | 13 | 6 | 5 | 2 | 18 | 12 | +6 | 23 |
| 4 | Punjab FC | 12 | 6 | 4 | 2 | 18 | 10 | +8 | 22 |
| 5 | Mumbai City FC | 12 | 6 | 4 | 2 | 15 | 9 | +6 | 22 |
| 6 | Jamshedpur FC | 12 | 6 | 3 | 3 | 15 | 10 | +5 | 21 |
| 7 | FC Goa | 13 | 5 | 5 | 3 | 15 | 11 | +4 | 20 |
| 8 | Kerala Blasters | 13 | 5 | 2 | 6 | 15 | 17 | -2 | 17 |
| 9 | NorthEast United | 13 | 4 | 4 | 5 | 16 | 21 | -5 | 16 |
| 10 | Inter Kashi FC | 12 | 3 | 4 | 5 | 10 | 15 | -5 | 13 |
| 11 | Hyderabad FC | 12 | 2 | 5 | 5 | 12 | 15 | -3 | 11 |
| 12 | Odisha FC | 12 | 2 | 4 | 6 | 14 | 22 | -8 | 10 |
| 13 | Chennaiyin FC | 13 | 2 | 3 | 8 | 9 | 21 | -12 | 9 |
| 14 | Mohammedan SC | 13 | 0 | 3 | 10 | 7 | 32 | -25 | 3 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_19603/seasons/sn_1307457/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Indian Super League resources
Fixtures, results, player and team stats for Indian Super League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.