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 Coast00Chongqing Tonglianglong FC
  • Fri 14 Aug, 11:35 UTCShandong Taishan31Qingdao Hainiu
  • Fri 14 Aug, 11:35 UTCWuhan Three Towns23Shanghai Port
  • Sun 09 Aug, 12:00 UTCShandong Taishan21Tianjin Jinmen Tiger
  • Sun 09 Aug, 11:35 UTCChongqing Tonglianglong FC23Shanghai Port
  • Sun 09 Aug, 11:00 UTCHenan FC Jiuzu Dukang00Qingdao West Coast
  • Sat 08 Aug, 12:00 UTCYunnan Yukun10Chengdu Rongcheng
  • Sat 08 Aug, 11:35 UTCDalian Yingbo FC10Liaoning Tieren FC
  • Sat 08 Aug, 11:00 UTCQingdao Hainiu01Shanghai Shenhua
  • Fri 07 Aug, 11:35 UTCBeijing Guoan40Shenzhen Peng City
  • Sun 02 Aug, 12:00 UTCShenzhen Peng City20Chongqing Tonglianglong FC
  • Sun 02 Aug, 11:35 UTCLiaoning Tieren FC31Shanghai Shenhua
  • Sun 02 Aug, 10:00 UTCQingdao West Coast20Qingdao Hainiu
  • Sat 01 Aug, 12:00 UTCChengdu Rongcheng11Wuhan Three Towns
  • Sat 01 Aug, 11:35 UTCBeijing Guoan21Zhejiang
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.