ASIA · RESULTS

K League 1 Results

Latest K League 1 results: Incheon United 1-1 Gimcheon Sangmu FC, Ulsan HD 2-3 Gangwon FC, Bucheon FC 1995 3-2 Jeonbuk Hyundai Motors. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 21:19 UTC
  • Sun 16 Aug, 10:30 UTCIncheon United11Gimcheon Sangmu FC
  • Sun 16 Aug, 10:30 UTCUlsan HD23Gangwon FC
  • Sun 16 Aug, 10:30 UTCBucheon FC 199532Jeonbuk Hyundai Motors
  • Sat 15 Aug, 10:30 UTCJeju SK20FC Anyang
  • Sat 15 Aug, 10:30 UTCFC Seoul42Daejeon Hana Citizen
  • Sat 15 Aug, 10:30 UTCGwangju FC12Pohang Steelers
  • Sat 08 Aug, 11:00 UTCPohang Steelers02Ulsan HD
  • Sat 08 Aug, 11:00 UTCJeonbuk Hyundai Motors13Jeju SK
  • Sat 08 Aug, 11:00 UTCGimcheon Sangmu FC00FC Seoul
  • Sat 08 Aug, 11:00 UTCBucheon FC 199500Gwangju FC
  • Sat 08 Aug, 11:00 UTCFC Anyang12Daejeon Hana Citizen
  • Sun 02 Aug, 10:30 UTCDaejeon Hana Citizen20Gwangju FC
  • Sun 02 Aug, 10:30 UTCUlsan HD31FC Anyang
  • Sun 02 Aug, 10:30 UTCJeju SK33Incheon United
  • Sat 01 Aug, 10:30 UTCJeonbuk Hyundai Motors00FC Seoul
Get this via API

Get K League 1 results via API

Fetch the latest final K League 1 scores with competition_id=comp_1646.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1646&season_id=sn_6133361&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1646",
      "matchday": 23,
      "status": "finished",
      "utc_date": "2026-08-16T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Incheon United"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gimcheon Sangmu FC"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest K League 1 result?

Incheon United 1-1 Gimcheon Sangmu FC on Sunday 16 August.

How do I get K League 1 results via API?

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

Get K League 1 data via API

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