ASIA · FIXTURES
CFA Super League Fixtures
Next CFA Super League fixtures: Shenzhen Peng City v Henan FC Jiuzu Dukang (Friday 9 October), Zhejiang v Shanghai Port (Friday 9 October), Chengdu Rongcheng v Tianjin Jinmen Tiger (Saturday 10 October). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:28 UTC
- Fri 09 Oct, 11:35 UTCShenzhen Peng CityvHenan FC Jiuzu Dukang
- Fri 09 Oct, 12:00 UTCZhejiangvShanghai Port
- Sat 10 Oct, 11:35 UTCChengdu RongchengvTianjin Jinmen Tiger
- Sat 10 Oct, 11:35 UTCShanghai ShenhuavYunnan Yukun
- Sat 10 Oct, 12:00 UTCQingdao HainiuvBeijing Guoan
- Sun 11 Oct, 10:00 UTCQingdao West CoastvDalian Yingbo FC
- Sun 11 Oct, 11:35 UTCChongqing Tonglianglong FCvShandong Taishan
- Sun 11 Oct, 11:35 UTCLiaoning Tieren FCvWuhan Three Towns
- Fri 16 Oct, 11:35 UTCHenan FC Jiuzu DukangvTianjin Jinmen Tiger
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-10-09T11:35:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Shenzhen Peng City"
},
"away_team": {
"id": "tm_yyyy",
"name": "Henan FC Jiuzu Dukang"
}
}
]
}Frequently Asked Questions
When is the next CFA Super League match?
Shenzhen Peng City play Henan FC Jiuzu Dukang on Friday 9 October.
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.