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 United2–0Mohammedan SC
- Mon 18 May, 14:00 UTCKerala Blasters2–1FC Goa
- Sun 17 May, 14:00 UTCMohun Bagan Super Giant1–1East Bengal FC
- Sun 17 May, 11:30 UTCHyderabad FC0–0Inter Kashi FC
- Sat 16 May, 14:00 UTCOdisha FC2–3Punjab FC
- Sat 16 May, 11:30 UTCChennaiyin FC1–2Bengaluru FC
- Fri 15 May, 14:00 UTCMohammedan SC0–4Mumbai City FC
- Tue 12 May, 14:00 UTCMohun Bagan Super Giant0–0Inter Kashi FC
- Mon 11 May, 14:00 UTCEast Bengal FC0–0Punjab FC
- Sun 10 May, 14:00 UTCNorthEast United4–1Chennaiyin FC
- Sun 10 May, 11:30 UTCKerala Blasters3–1Mohammedan SC
- Sat 09 May, 14:00 UTCJamshedpur FC0–1Bengaluru FC
- Sat 09 May, 11:30 UTCFC Goa1–1Mohun Bagan Super Giant
- Fri 08 May, 11:30 UTCHyderabad FC1–2Odisha FC
- Wed 06 May, 14:00 UTCPunjab FC1–0Chennaiyin 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.