ASIA · RESULTS

Indian Super League Results

Latest Indian Super League results: NorthEast United 2-0 Mohammedan SC, Kerala Blasters 2-1 FC Goa, Mohun Bagan Super Giant 1-1 East Bengal FC. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:38 UTC
  • Tue 19 May, 11:30 UTCNorthEast United20Mohammedan SC
  • Mon 18 May, 14:00 UTCKerala Blasters21FC Goa
  • Sun 17 May, 14:00 UTCMohun Bagan Super Giant11East Bengal FC
  • Sun 17 May, 11:30 UTCHyderabad FC00Inter Kashi FC
  • Sat 16 May, 14:00 UTCOdisha FC23Punjab FC
  • Sat 16 May, 11:30 UTCChennaiyin FC12Bengaluru FC
  • Fri 15 May, 14:00 UTCMohammedan SC04Mumbai City FC
  • Tue 12 May, 14:00 UTCMohun Bagan Super Giant00Inter Kashi FC
  • Mon 11 May, 14:00 UTCEast Bengal FC00Punjab FC
  • Sun 10 May, 14:00 UTCNorthEast United41Chennaiyin FC
  • Sun 10 May, 11:30 UTCKerala Blasters31Mohammedan SC
  • Sat 09 May, 14:00 UTCJamshedpur FC01Bengaluru FC
  • Sat 09 May, 11:30 UTCFC Goa11Mohun Bagan Super Giant
  • Fri 08 May, 11:30 UTCHyderabad FC12Odisha FC
  • Wed 06 May, 14:00 UTCPunjab FC10Chennaiyin FC
Get this via API

Get Indian Super League results via API

Fetch the latest final Indian Super League scores with competition_id=comp_19603.

GET /football/matches?competition_id=comp_19603&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_19603&season_id=sn_1307457&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_19603",
      "matchday": 13,
      "status": "finished",
      "utc_date": "2026-05-19T11:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "NorthEast United"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mohammedan SC"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Indian Super League result?

NorthEast United 2-0 Mohammedan SC on Tuesday 19 May.

How do I get Indian Super League results via API?

Call the matches endpoint with competition_id=comp_19603 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Indian Super League data via API

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