ASIA · LEAGUE TABLE

CFA Super League Table

As of 9 September 2026, Chengdu Rongcheng lead the CFA Super League 2026 with 52 points from 26 matches, 12 points clear of Dalian Yingbo FC. Qingdao Hainiu sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:30 UTC
CFA Super League league table
#TeamPWDLGFGAGDPts
1Chengdu Rongcheng2615745130+2152
2Dalian Yingbo FC26124103842-440
3Beijing Guoan26111054933+1638
4Yunnan Yukun26115105451+338
5Qingdao West Coast2681443132-138
6Shandong Taishan2613494643+337
7Shanghai Port2610884033+733
8Shanghai Shenhua2612595246+631
9Chongqing Tonglianglong FC2671092732-531
10Zhejiang2596104142-128
11Shenzhen Peng City2684143445-1128
12Henan FC Jiuzu Dukang258893234-226
13Liaoning Tieren FC2574143446-1225
14Tianjin Jinmen Tiger258893532+322
15Wuhan Three Towns2451093741-420
16Qingdao Hainiu2663173453-1914
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": 26,
      "wins": 15,
      "draws": 7,
      "losses": 4,
      "goals_for": 51,
      "goals_against": 30,
      "goal_difference": 21,
      "points": 52
    }
  ]
}

Frequently Asked Questions

Who is top of the CFA Super League?

Chengdu Rongcheng are top of the CFA Super League 2026 with 52 points from 26 matches, 12 points clear of Dalian Yingbo FC.

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.