ASIA · RESULTS
CFA Super League Results
Latest CFA Super League results: Qingdao West Coast 0-0 Chongqing Tonglianglong FC, Shandong Taishan 3-1 Qingdao Hainiu, Wuhan Three Towns 2-3 Shanghai Port. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 07:43 UTC
- Fri 14 Aug, 12:00 UTCQingdao West Coast0–0Chongqing Tonglianglong FC
- Fri 14 Aug, 11:35 UTCShandong Taishan3–1Qingdao Hainiu
- Fri 14 Aug, 11:35 UTCWuhan Three Towns2–3Shanghai Port
- Sun 09 Aug, 12:00 UTCShandong Taishan2–1Tianjin Jinmen Tiger
- Sun 09 Aug, 11:35 UTCChongqing Tonglianglong FC2–3Shanghai Port
- Sun 09 Aug, 11:00 UTCHenan FC Jiuzu Dukang0–0Qingdao West Coast
- Sat 08 Aug, 12:00 UTCYunnan Yukun1–0Chengdu Rongcheng
- Sat 08 Aug, 11:35 UTCDalian Yingbo FC1–0Liaoning Tieren FC
- Sat 08 Aug, 11:00 UTCQingdao Hainiu0–1Shanghai Shenhua
- Fri 07 Aug, 11:35 UTCBeijing Guoan4–0Shenzhen Peng City
- Sun 02 Aug, 12:00 UTCShenzhen Peng City2–0Chongqing Tonglianglong FC
- Sun 02 Aug, 11:35 UTCLiaoning Tieren FC3–1Shanghai Shenhua
- Sun 02 Aug, 10:00 UTCQingdao West Coast2–0Qingdao Hainiu
- Sat 01 Aug, 12:00 UTCChengdu Rongcheng1–1Wuhan Three Towns
- Sat 01 Aug, 11:35 UTCBeijing Guoan2–1Zhejiang
Get this via API
Get CFA Super League results via API
Fetch the latest final CFA Super League scores with competition_id=comp_7712.
GET /football/matches?competition_id=comp_7712&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7712&season_id=sn_7290909&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_7712",
"matchday": 23,
"status": "finished",
"utc_date": "2026-08-14T12:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Qingdao West Coast"
},
"away_team": {
"id": "tm_yyyy",
"name": "Chongqing Tonglianglong FC"
},
"score": {
"home": 0,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest CFA Super League result?
Qingdao West Coast 0-0 Chongqing Tonglianglong FC on Friday 14 August.
How do I get CFA Super League results via API?
Call the matches endpoint with competition_id=comp_7712 and status=finished. 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.