ASIA · FIXTURES
K League 2 Fixtures
Next K League 2 fixtures: Daegu FC v Yongin City FC (Saturday 12 September), Seoul E-Land FC v Suwon Samsung Bluewings (Saturday 12 September), Chungnam Asan FC v Cheongju FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:08 UTC
- Sat 12 Sept, 07:30 UTCDaegu FCvYongin City FC
- Sat 12 Sept, 07:30 UTCSeoul E-Land FCvSuwon Samsung Bluewings
- Sat 12 Sept, 10:00 UTCChungnam Asan FCvCheongju FC
- Sat 12 Sept, 10:00 UTCAnsan Greeners FCvHwaseong FC
- Sun 13 Sept, 07:30 UTCGyeongnam FCvSeongnam FC
- Sun 13 Sept, 07:30 UTCJeonnam DragonsvGimpo FC
- Sun 13 Sept, 10:00 UTCSuwon FCvCheonan City FC
- Sun 13 Sept, 10:00 UTCBusan I ParkvGimhae City FC
- Sat 19 Sept, 07:30 UTCJeonnam DragonsvSuwon FC
- Sat 19 Sept, 07:30 UTCChungnam Asan FCvCheonan City FC
- Sat 19 Sept, 10:00 UTCSeoul E-Land FCvDaegu FC
- Sat 19 Sept, 10:00 UTCGimpo FCvBusan I Park
- Sun 20 Sept, 07:30 UTCYongin City FCvGyeongnam FC
- Sun 20 Sept, 07:30 UTCAnsan Greeners FCvCheongju FC
- Sun 20 Sept, 10:00 UTCSeongnam FCvHwaseong 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-09-12T07:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Daegu FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Yongin City FC"
}
}
]
}Frequently Asked Questions
When is the next K League 2 match?
Daegu FC play Yongin City FC on Saturday 12 September.
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.