ASIA · RESULTS

K League 2 Results

Latest K League 2 results: Paju Citizen FC 2-1 Seongnam FC, Gimpo FC 1-1 Cheonan City FC, Daegu FC 2-0 Chungnam Asan FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 20:49 UTC
  • Sun 16 Aug, 10:30 UTCPaju Citizen FC21Seongnam FC
  • Sun 16 Aug, 10:30 UTCGimpo FC11Cheonan City FC
  • Sun 16 Aug, 10:30 UTCDaegu FC20Chungnam Asan FC
  • Sun 16 Aug, 10:30 UTCSeoul E-Land FC31Ansan Greeners FC
  • Sat 15 Aug, 10:30 UTCBusan I Park00Hwaseong FC
  • Sat 15 Aug, 10:30 UTCGimhae City FC11Gyeongnam FC
  • Sat 15 Aug, 10:30 UTCSuwon Samsung Bluewings22Suwon FC
  • Sat 15 Aug, 10:30 UTCCheongju FC21Jeonnam Dragons
  • Sat 08 Aug, 11:00 UTCSeongnam FC32Cheonan City FC
  • Sat 08 Aug, 11:00 UTCPaju Citizen FC01Suwon FC
  • Fri 07 Aug, 11:00 UTCYongin City FC20Busan I Park
  • Fri 07 Aug, 11:00 UTCSuwon Samsung Bluewings10Gimhae City FC
  • Fri 07 Aug, 11:00 UTCHwaseong FC00Seoul E-Land FC
  • Fri 07 Aug, 11:00 UTCGyeongnam FC01Daegu FC
  • Fri 07 Aug, 11:00 UTCGimpo FC30Cheongju FC
Get this via API

Get K League 2 results via API

Fetch the latest final K League 2 scores with competition_id=comp_30517.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_30517&season_id=sn_3088424&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_30517",
      "matchday": 22,
      "status": "finished",
      "utc_date": "2026-08-16T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Paju Citizen FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Seongnam FC"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest K League 2 result?

Paju Citizen FC 2-1 Seongnam FC on Sunday 16 August.

How do I get K League 2 results via API?

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

Get K League 2 data via API

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