ASIA · LEAGUE TABLE

AFC Champions League Two Table

The AFC Champions League Two 25/26 is played across 8 groups. A is led by Al Wasl on 14 points. Full group tables - points, goal difference and form for every team - are below and available via API.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:32 UTC
A
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Al Wasl6420156+914
2Esteghlal FC6222810-28
3Al-Muharraq62138807
4Al-Wehdat6114512-74
B
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Al-Ahli Doha624074+310
2Arkadag FK614156-17
3Al Khalidiyah61323306
4PFK Andijon605113-25
C
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Al Hussein Irbid430184+49
2Sepahan S.C.421153+27
3Ahal FK4013410-61
D
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Al-Nassr6600222+2018
2Al-Zawraa6303811-39
3FC Istiklol6303713-69
4FC Goa6006314-110
E
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Macarthur FC6411116+513
2Công An Hà Nội622297+28
3Wofoo Tai Po6213712-57
4Beijing Guoan61231012-25
F
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Gamba Osaka6600162+1418
2Ratchaburi6303158+79
3Nam Định6303147+79
4Eastern SC6006230-280
G
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Persib Bandung6411116+513
2True Bangkok United631287+110
3Lion City Sailors6312108+210
4Selangor Football Club6015715-81
H
AFC Champions League Two league table
#TeamPWDLGFGAGDPts
1Tampines Rovers6510145+916
2Pohang Steelers641172+513
3BG Pathum United620458-36
4Kaya-Iloilo6006415-110
Get this via API

Get the AFC Champions League Two table via API

Fetch the live AFC Champions League Two standings with competition_id=comp_8833. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8833/seasons/sn_7240505/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al Wasl"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 4,
      "draws": 2,
      "losses": 0,
      "goals_for": 15,
      "goals_against": 6,
      "goal_difference": 9,
      "points": 14
    }
  ]
}

Frequently Asked Questions

How many groups are in the AFC Champions League Two?

The AFC Champions League Two 25/26 is contested across 8 groups, each with its own table sorted by points, goal difference and goals scored.

How do I get the AFC Champions League Two table via API?

Call the standings endpoint with competition_id=comp_8833 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 AFC Champions League Two data are available?

TheStatsAPI has 10 seasons of AFC Champions League Two data, going back to 2015, including historical final tables.

Get AFC Champions League Two data via API

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