ASIA · LEAGUE TABLE

K League 1 Table

As of 9 September 2026, FC Seoul lead the K League 1 2026 with 59 points from 28 matches, 15 points clear of Ulsan HD. Gwangju FC sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:39 UTC
K League 1 league table
#TeamPWDLGFGAGDPts
1FC Seoul2818555322+3159
2Ulsan HD28136104237+544
3Jeonbuk Hyundai Motors2711973423+1142
4Gangwon FC26101063324+940
5Jeju SK28101083127+440
6Incheon United27107103430+437
7Daejeon Hana Citizen2798104032+835
8Pohang Steelers27105122431-735
9FC Anyang2781093342-934
10Bucheon FC 199528710112936-731
11Gimcheon Sangmu FC2841772836-829
12Gwangju FC28111162061-4114
Get this via API

Get the K League 1 table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1646/seasons/sn_6133361/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Seoul"
      },
      "position": 1,
      "matches_played": 28,
      "wins": 18,
      "draws": 5,
      "losses": 5,
      "goals_for": 53,
      "goals_against": 22,
      "goal_difference": 31,
      "points": 59
    }
  ]
}

Frequently Asked Questions

Who is top of the K League 1?

FC Seoul are top of the K League 1 2026 with 59 points from 28 matches, 15 points clear of Ulsan HD.

How many teams are in the K League 1?

12 teams compete in the K League 1 2026.

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

Call the standings endpoint with competition_id=comp_1646 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 1 data are available?

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

Get K League 1 data via API

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