ASIA · LEAGUE TABLE

K League 2 Table

As of 8 September 2026, Suwon Samsung Bluewings lead the K League 2 2026 with 50 points from 24 matches, 5 points clear of Seoul E-Land FC. Gimhae City FC sit bottom on 13. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 23:18 UTC
K League 2 league table
#TeamPWDLGFGAGDPts
1Suwon Samsung Bluewings2415543820+1850
2Seoul E-Land FC2413654328+1545
3Suwon FC2312834628+1844
4Daegu FC2412754432+1243
5Hwaseong FC2411763725+1240
6Busan I Park2411583933+638
7Chungnam Asan FC238783129+231
8Gimpo FC2371062828031
9Gyeongnam FC237973030030
10Seongnam FC237972627-130
11Yongin City FC2351173032-226
12Paju Citizen FC2475122228-626
13Cheongju FC2431472739-1223
14Cheonan City FC24410102833-522
15Ansan Greeners FC2464142544-1922
16Jeonnam Dragons2348112638-1220
17Gimhae City FC2327141945-2613
Get this via API

Get the K League 2 table via API

Fetch the live K League 2 standings with competition_id=comp_30517. The same shape works for every competition and season.

GET /football/competitions/comp_30517/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_30517/seasons/sn_3088424/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Suwon Samsung Bluewings"
      },
      "position": 1,
      "matches_played": 24,
      "wins": 15,
      "draws": 5,
      "losses": 4,
      "goals_for": 38,
      "goals_against": 20,
      "goal_difference": 18,
      "points": 50
    }
  ]
}

Frequently Asked Questions

Who is top of the K League 2?

Suwon Samsung Bluewings are top of the K League 2 2026 with 50 points from 24 matches, 5 points clear of Seoul E-Land FC.

How many teams are in the K League 2?

17 teams compete in the K League 2 2026.

How do I get the K League 2 table via API?

Call the standings endpoint with competition_id=comp_30517 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of K League 2 data are available?

TheStatsAPI has 7 seasons of K League 2 data, going back to 2020, including historical final tables.

Get K League 2 data via API

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