ASIA · FIXTURES

K League 1 Fixtures

Next K League 1 fixtures: Pohang Steelers v Gimcheon Sangmu FC (Wednesday 9 September), Gangwon FC v Jeonbuk Hyundai Motors (Wednesday 9 September), Daejeon Hana Citizen v FC Anyang (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:21 UTC
  • Wed 09 Sept, 10:30 UTCPohang SteelersvGimcheon Sangmu FC
  • Wed 09 Sept, 10:30 UTCGangwon FCvJeonbuk Hyundai Motors
  • Wed 09 Sept, 10:30 UTCDaejeon Hana CitizenvFC Anyang
  • Wed 09 Sept, 10:30 UTCGwangju FCvJeju SK
  • Sat 12 Sept, 07:30 UTCBucheon FC 1995vJeju SK
  • Sat 12 Sept, 07:30 UTCUlsan HDvIncheon United
  • Sat 12 Sept, 07:30 UTCJeonbuk Hyundai MotorsvFC Seoul
  • Sat 12 Sept, 10:00 UTCDaejeon Hana CitizenvPohang Steelers
  • Sun 13 Sept, 07:30 UTCGimcheon Sangmu FCvGangwon FC
  • Sun 13 Sept, 10:00 UTCGwangju FCvFC Anyang
  • Sat 19 Sept, 07:30 UTCBucheon FC 1995vGimcheon Sangmu FC
  • Sat 19 Sept, 10:00 UTCFC AnyangvUlsan HD
  • Sun 20 Sept, 07:30 UTCJeonbuk Hyundai MotorsvGwangju FC
  • Sun 20 Sept, 07:30 UTCGangwon FCvJeju SK
  • Sun 20 Sept, 10:00 UTCIncheon UnitedvDaejeon Hana Citizen
Get this via API

Get K League 1 fixtures via API

Fetch upcoming K League 1 matches with competition_id=comp_1646.

GET /football/matches?competition_id=comp_1646&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1646&season_id=sn_6133361&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1646",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-09T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Pohang Steelers"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gimcheon Sangmu FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next K League 1 match?

Pohang Steelers play Gimcheon Sangmu FC on Wednesday 9 September.

How do I get K League 1 fixtures via API?

Call the matches endpoint with competition_id=comp_1646 and status=scheduled. 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.