ASIA · FIXTURES

K League 2 Fixtures

Next K League 2 fixtures: Gimpo FC v Yongin City FC (Sunday 26 July), Paju Citizen FC v Ansan Greeners FC (Sunday 26 July), Cheonan City FC v Yongin City FC (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:38 UTC
  • Sun 26 Jul, 10:30 UTCGimpo FCvYongin City FC
  • Sun 26 Jul, 10:30 UTCPaju Citizen FCvAnsan Greeners FC
  • Sat 01 Aug, 10:30 UTCCheonan City FCvYongin City FC
  • Sat 01 Aug, 10:30 UTCHwaseong FCvDaegu FC
  • Sat 01 Aug, 10:30 UTCCheongju FCvSuwon Samsung Bluewings
  • Sat 01 Aug, 10:30 UTCChungnam Asan FCvSeongnam FC
  • Sun 02 Aug, 10:30 UTCAnsan Greeners FCvGimhae City FC
  • Sun 02 Aug, 10:30 UTCGimpo FCvGyeongnam FC
  • Sun 02 Aug, 10:30 UTCBusan I ParkvSeoul E-Land FC
  • Sun 02 Aug, 10:30 UTCJeonnam DragonsvPaju Citizen FC
  • Fri 07 Aug, 10:30 UTCYongin City FCvBusan I Park
  • Fri 07 Aug, 10:30 UTCSuwon Samsung BluewingsvGimhae City FC
  • Fri 07 Aug, 10:30 UTCHwaseong FCvSeoul E-Land FC
  • Fri 07 Aug, 10:30 UTCGyeongnam FCvDaegu FC
  • Fri 07 Aug, 10:30 UTCGimpo FCvCheongju FC
Get this via API

Get K League 2 fixtures via API

Fetch upcoming K League 2 matches with competition_id=comp_30517.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_30517&season_id=sn_3088424&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_30517",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Gimpo FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Yongin City FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next K League 2 match?

Gimpo FC play Yongin City FC on Sunday 26 July.

How do I get K League 2 fixtures via API?

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