ASIA · RESULTS

Indonesia Liga 1 Results

Latest Indonesia Liga 1 results: Persib Bandung 3-1 PSM Makassar, Madura United FC 2-0 Persijap Jepara, Malut United FC 1-1 Garudayaksa FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:01 UTC
  • Sun 06 Sept, 12:00 UTCPersib Bandung31PSM Makassar
  • Sun 06 Sept, 12:00 UTCMadura United FC20Persijap Jepara
  • Sun 06 Sept, 08:30 UTCMalut United FC11Garudayaksa FC
  • Sat 05 Sept, 12:00 UTCBorneo FC Samarinda01Persija Jakarta
  • Sat 05 Sept, 08:30 UTCPersik Kediri01Dewa United FC
  • Sat 05 Sept, 08:30 UTCBhayangkara Presisi Indonesia FC11Persebaya Surabaya
  • Sat 05 Sept, 08:30 UTCPSIM Yogyakarta11Persita Tangerang
  • Fri 04 Sept, 12:00 UTCBali United FC21PSS Sleman
  • Fri 04 Sept, 08:30 UTCArema FC40Adhyaksa FC
Get this via API

Get Indonesia Liga 1 results via API

Fetch the latest final Indonesia Liga 1 scores with competition_id=comp_45672.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45672&season_id=sn_0891920&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45672",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-06T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Persib Bandung"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "PSM Makassar"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Indonesia Liga 1 result?

Persib Bandung 3-1 PSM Makassar on Sunday 6 September.

How do I get Indonesia Liga 1 results via API?

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

Get Indonesia Liga 1 data via API

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