ASIA · RESULTS

K League 1 Results

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

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:24 UTC
  • Tue 08 Sept, 10:30 UTCUlsan HD10FC Seoul
  • Tue 08 Sept, 10:30 UTCIncheon United21Bucheon FC 1995
  • Sun 06 Sept, 10:00 UTCGimcheon Sangmu FC22Gwangju FC
  • Sun 06 Sept, 10:00 UTCFC Anyang03Gangwon FC
  • Sat 05 Sept, 10:00 UTCJeonbuk Hyundai Motors20Pohang Steelers
  • Sat 05 Sept, 10:00 UTCFC Seoul10Incheon United
  • Sat 05 Sept, 10:00 UTCBucheon FC 199505Daejeon Hana Citizen
  • Sat 05 Sept, 10:00 UTCJeju SK00Ulsan HD
  • Sun 30 Aug, 10:30 UTCGangwon FC00Pohang Steelers
  • Sun 30 Aug, 10:30 UTCIncheon United11Jeonbuk Hyundai Motors
  • Sun 30 Aug, 10:30 UTCJeju SK31Daejeon Hana Citizen
  • Sun 30 Aug, 10:30 UTCGwangju FC25FC Seoul
  • Sat 29 Aug, 10:30 UTCUlsan HD31Gimcheon Sangmu FC
  • Sat 29 Aug, 10:30 UTCBucheon FC 199511FC Anyang
  • Wed 26 Aug, 10:30 UTCGangwon FC22Gwangju FC
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": 28,
      "status": "finished",
      "utc_date": "2026-09-08T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Ulsan HD"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Seoul"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest K League 1 result?

Ulsan HD 1-0 FC Seoul on Tuesday 8 September.

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.