ASIA · RESULTS

K League 2 Results

Latest K League 2 results: Suwon Samsung Bluewings 2-0 Chungnam Asan FC, Gimpo FC 1-2 Seongnam FC, Yongin City FC 1-1 Suwon FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:31 UTC
  • Sun 06 Sept, 10:00 UTCSuwon Samsung Bluewings20Chungnam Asan FC
  • Sun 06 Sept, 10:00 UTCGimpo FC12Seongnam FC
  • Sat 05 Sept, 10:00 UTCYongin City FC11Suwon FC
  • Sat 05 Sept, 10:00 UTCGimhae City FC22Jeonnam Dragons
  • Sat 05 Sept, 10:00 UTCCheonan City FC11Hwaseong FC
  • Sat 05 Sept, 10:00 UTCBusan I Park01Ansan Greeners FC
  • Fri 04 Sept, 10:30 UTCPaju Citizen FC00Daegu FC
  • Fri 04 Sept, 10:30 UTCCheongju FC02Seoul E-Land FC
  • Sun 30 Aug, 10:30 UTCGimhae City FC03Yongin City FC
  • Sun 30 Aug, 10:30 UTCSuwon FC21Busan I Park
  • Sat 29 Aug, 10:30 UTCGyeongnam FC10Paju Citizen FC
  • Sat 29 Aug, 10:30 UTCHwaseong FC21Cheongju FC
  • Sat 29 Aug, 10:30 UTCSeongnam FC11Seoul E-Land FC
  • Sat 29 Aug, 10:30 UTCGimpo FC14Suwon Samsung Bluewings
  • Fri 28 Aug, 10:30 UTCAnsan Greeners FC12Daegu 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": 25,
      "status": "finished",
      "utc_date": "2026-09-06T10:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Suwon Samsung Bluewings"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Chungnam Asan FC"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest K League 2 result?

Suwon Samsung Bluewings 2-0 Chungnam Asan FC on Sunday 6 September.

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.