ASIA · LEAGUE TABLE

CFA Super League Table

As of 15 August 2026, Chengdu Rongcheng lead the CFA Super League 2026 with 48 points from 23 matches, 14 points clear of Yunnan Yukun. Qingdao Hainiu sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 14:45 UTC
CFA Super League league table
#TeamPWDLGFGAGDPts
1Chengdu Rongcheng2314634524+2148
2Yunnan Yukun2310494642+434
3Shandong Taishan2312384238+433
4Qingdao West Coast2371242629-333
5Beijing Guoan2210754229+1332
6Dalian Yingbo FC22102103339-632
7Chongqing Tonglianglong FC237972527-230
8Shenzhen Peng City2382133242-1026
9Shanghai Shenhua2210574235+725
10Shanghai Port228683631+525
11Zhejiang228593339-624
12Liaoning Tieren FC2273122935-624
13Henan FC Jiuzu Dukang228592729-223
14Tianjin Jinmen Tiger227693230+217
15Wuhan Three Towns214893038-815
16Qingdao Hainiu2363143144-1314
Get this via API

Get the CFA Super League table via API

Fetch the live CFA Super League standings with competition_id=comp_7712. The same shape works for every competition and season.

GET /football/competitions/comp_7712/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_7712/seasons/sn_7290909/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Chengdu Rongcheng"
      },
      "position": 1,
      "matches_played": 23,
      "wins": 14,
      "draws": 6,
      "losses": 3,
      "goals_for": 45,
      "goals_against": 24,
      "goal_difference": 21,
      "points": 48
    }
  ]
}

Frequently Asked Questions

Who is top of the CFA Super League?

Chengdu Rongcheng are top of the CFA Super League 2026 with 48 points from 23 matches, 14 points clear of Yunnan Yukun.

How many teams are in the CFA Super League?

16 teams compete in the CFA Super League 2026.

How do I get the CFA Super League table via API?

Call the standings endpoint with competition_id=comp_7712 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of CFA Super League data are available?

TheStatsAPI has 7 seasons of CFA Super League data, going back to 2020, including historical final tables.

Get CFA Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.