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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Newcastle Jets | 26 | 15 | 3 | 8 | 55 | 39 | +16 | 48 |
| 2 | Adelaide United | 26 | 12 | 7 | 7 | 46 | 36 | +10 | 43 |
| 3 | Auckland FC | 26 | 11 | 9 | 6 | 42 | 29 | +13 | 42 |
| 4 | Melbourne Victory | 26 | 11 | 7 | 8 | 44 | 33 | +11 | 40 |
| 5 | Sydney FC | 26 | 11 | 6 | 9 | 33 | 25 | +8 | 39 |
| 6 | Melbourne City | 26 | 10 | 8 | 8 | 33 | 33 | 0 | 38 |
| 7 | Macarthur FC | 26 | 9 | 7 | 10 | 37 | 44 | -7 | 34 |
| 8 | Wellington Phoenix | 26 | 9 | 6 | 11 | 36 | 48 | -12 | 33 |
| 9 | Central Coast Mariners | 26 | 8 | 8 | 10 | 35 | 42 | -7 | 32 |
| 10 | Perth Glory | 26 | 8 | 7 | 11 | 32 | 39 | -7 | 31 |
| 11 | Brisbane Roar | 26 | 6 | 8 | 12 | 27 | 36 | -9 | 26 |
| 12 | Western Sydney Wanderers | 26 | 5 | 6 | 15 | 27 | 43 | -16 | 21 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_6151/seasons/sn_5714897/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.