ASIA · FIXTURES
CFA Super League Fixtures
Next CFA Super League fixtures: Yunnan Yukun v Shenzhen Peng City (Sunday 26 July), Shandong Taishan v Henan FC Jiuzu Dukang (Sunday 26 July), Chengdu Rongcheng v Beijing Guoan (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
- Sun 26 Jul, 11:00 UTCYunnan YukunvShenzhen Peng City
- Sun 26 Jul, 11:35 UTCShandong TaishanvHenan FC Jiuzu Dukang
- Sun 26 Jul, 11:35 UTCChengdu RongchengvBeijing Guoan
- Sun 26 Jul, 12:00 UTCZhejiangvDalian Yingbo FC
- Fri 31 Jul, 11:35 UTCHenan FC Jiuzu DukangvDalian Yingbo FC
- Sat 01 Aug, 11:00 UTCTianjin Jinmen TigervYunnan Yukun
- Sat 01 Aug, 11:35 UTCBeijing GuoanvZhejiang
- Sat 01 Aug, 11:35 UTCShanghai PortvShandong Taishan
- Sat 01 Aug, 12:00 UTCChengdu RongchengvWuhan Three Towns
- Sun 02 Aug, 10:00 UTCQingdao West CoastvQingdao Hainiu
- Sun 02 Aug, 11:35 UTCLiaoning Tieren FCvShanghai Shenhua
- Sun 02 Aug, 12:00 UTCShenzhen Peng CityvChongqing Tonglianglong FC
- Fri 07 Aug, 11:35 UTCBeijing GuoanvShenzhen Peng City
- Sat 08 Aug, 11:00 UTCQingdao HainiuvShanghai Shenhua
- Sat 08 Aug, 11:35 UTCZhejiangvWuhan Three Towns
Get this via API
Get CFA Super League fixtures via API
Fetch upcoming CFA Super League matches with competition_id=comp_7712.
GET /football/matches?competition_id=comp_7712&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7712&season_id=sn_7290909&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7712",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-07-26T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Yunnan Yukun"
},
"away_team": {
"id": "tm_yyyy",
"name": "Shenzhen Peng City"
}
}
]
}Frequently Asked Questions
When is the next CFA Super League match?
Yunnan Yukun play Shenzhen Peng City on Sunday 26 July.
How do I get CFA Super League fixtures via API?
Call the matches endpoint with competition_id=comp_7712 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CFA Super League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.