ASIA · RESULTS

Indonesia Liga 1 Results

Latest Indonesia Liga 1 results: Persebaya Surabaya 5-0 Persik Kediri, Persija Jakarta 3-0 Semen Padang FC, Persib Bandung 0-0 Persijap Jepara. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:38 UTC
  • Sat 23 May, 09:00 UTCPersebaya Surabaya50Persik Kediri
  • Sat 23 May, 09:00 UTCPersija Jakarta30Semen Padang FC
  • Sat 23 May, 09:00 UTCPersib Bandung00Persijap Jepara
  • Sat 23 May, 09:00 UTCPersita Tangerang13Persis Solo
  • Sat 23 May, 09:00 UTCBorneo FC Samarinda71Malut United FC
  • Sat 23 May, 09:00 UTCMadura United FC20PSM Makassar
  • Sat 23 May, 09:00 UTCBhayangkara Presisi Indonesia FC70PSBS Biak
  • Fri 22 May, 12:00 UTCDewa United FC01Bali United FC
  • Fri 22 May, 08:30 UTCArema FC31PSIM Yogyakarta
  • Sun 17 May, 12:00 UTCPSM Makassar12Persib Bandung
  • Sun 17 May, 12:00 UTCPSIM Yogyakarta21Madura United FC
  • Sun 17 May, 12:00 UTCPersijap Jepara00Borneo FC Samarinda
  • Sun 17 May, 08:30 UTCBali United FC41Bhayangkara Presisi Indonesia FC
  • Sat 16 May, 12:00 UTCMalut United FC11Persita Tangerang
  • Sat 16 May, 12:00 UTCPersis Solo10Dewa United 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_1391899&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45672",
      "matchday": 34,
      "status": "finished",
      "utc_date": "2026-05-23T09:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Persebaya Surabaya"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Persik Kediri"
      },
      "score": {
        "home": 5,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Indonesia Liga 1 result?

Persebaya Surabaya 5-0 Persik Kediri on Saturday 23 May.

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.