ASIA · LEAGUE TABLE

A-League Men Table

A-League Men 25/26 final table: Newcastle Jets finished top with 48 points from 26 matches, 5 points ahead of Adelaide United. Western Sydney Wanderers sit bottom on 21. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:31 UTC
A-League Men league table
#TeamPWDLGFGAGDPts
1Newcastle Jets2615385539+1648
2Adelaide United2612774636+1043
3Auckland FC2611964229+1342
4Melbourne Victory2611784433+1140
5Sydney FC2611693325+839
6Melbourne City2610883333038
7Macarthur FC2697103744-734
8Wellington Phoenix2696113648-1233
9Central Coast Mariners2688103542-732
10Perth Glory2687113239-731
11Brisbane Roar2668122736-926
12Western Sydney Wanderers2656152743-1621
Get this via API

Get the A-League Men table via API

Fetch the live A-League Men standings with competition_id=comp_6151. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6151/seasons/sn_5714897/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Newcastle Jets"
      },
      "position": 1,
      "matches_played": 26,
      "wins": 15,
      "draws": 3,
      "losses": 8,
      "goals_for": 55,
      "goals_against": 39,
      "goal_difference": 16,
      "points": 48
    }
  ]
}

Frequently Asked Questions

Who is top of the A-League Men?

Newcastle Jets finished top of the A-League Men 25/26 with 48 points, 5 ahead of Adelaide United.

How many teams are in the A-League Men?

12 teams compete in the A-League Men 25/26.

How do I get the A-League Men table via API?

Call the standings endpoint with competition_id=comp_6151 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 A-League Men data are available?

TheStatsAPI has 6 seasons of A-League Men data, going back to 20/21, including historical final tables.

Get A-League Men data via API

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