ASIA · FIXTURES

K League 2 Fixtures

Next K League 2 fixtures: Ansan Greeners FC v Seongnam FC (Saturday 22 August), Daegu FC v Busan I Park (Saturday 22 August), Cheonan City FC v Suwon Samsung Bluewings (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 10:53 UTC
  • Sat 22 Aug, 10:30 UTCAnsan Greeners FCvSeongnam FC
  • Sat 22 Aug, 10:30 UTCDaegu FCvBusan I Park
  • Sat 22 Aug, 10:30 UTCCheonan City FCvSuwon Samsung Bluewings
  • Sat 22 Aug, 10:30 UTCSuwon FCvGimhae City FC
  • Sun 23 Aug, 10:30 UTCChungnam Asan FCvYongin City FC
  • Sun 23 Aug, 10:30 UTCSeoul E-Land FCvPaju Citizen FC
  • Sun 23 Aug, 10:30 UTCJeonnam DragonsvHwaseong FC
  • Sun 23 Aug, 10:30 UTCCheongju FCvGyeongnam FC
  • Fri 28 Aug, 10:30 UTCAnsan Greeners FCvDaegu FC
  • Fri 28 Aug, 10:30 UTCJeonnam DragonsvCheonan City FC
  • Sat 29 Aug, 10:30 UTCGyeongnam FCvPaju Citizen FC
  • Sat 29 Aug, 10:30 UTCHwaseong FCvCheongju FC
  • Sat 29 Aug, 10:30 UTCSeongnam FCvSeoul E-Land FC
  • Sat 29 Aug, 10:30 UTCGimpo FCvSuwon Samsung Bluewings
  • Sun 30 Aug, 10:30 UTCGimhae City FCvYongin City 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-08-22T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Ansan Greeners FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Seongnam FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next K League 2 match?

Ansan Greeners FC play Seongnam FC on Saturday 22 August.

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.