ASIA · RESULTS
A-League Men Results
Latest A-League Men results: Auckland FC 0-0 Sydney FC, Newcastle Jets 1-1 Sydney FC, Adelaide United 0-3 Auckland FC. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:35 UTC
- Sat 23 May, 08:10 UTCAuckland FC0–0Sydney FC
- Sat 16 May, 09:40 UTCNewcastle Jets1–1Sydney FC
- Fri 15 May, 09:35 UTCAdelaide United0–3Auckland FC
- Sat 09 May, 09:40 UTCSydney FC1–1Newcastle Jets
- Sat 09 May, 06:00 UTCAuckland FC1–1Adelaide United
- Sat 02 May, 09:40 UTCMelbourne Victory0–1Sydney FC
- Sat 02 May, 05:00 UTCAuckland FC1–1Melbourne City
- Sun 26 Apr, 07:30 UTCMelbourne City1–2Adelaide United
- Sun 26 Apr, 05:00 UTCSydney FC2–2Auckland FC
- Sat 25 Apr, 11:45 UTCPerth Glory2–1Brisbane Roar
- Sat 25 Apr, 09:35 UTCWestern Sydney Wanderers0–2Melbourne Victory
- Sat 25 Apr, 07:00 UTCNewcastle Jets4–0Central Coast Mariners
- Fri 24 Apr, 09:35 UTCMacarthur FC4–0Wellington Phoenix
- Sun 19 Apr, 05:30 UTCAdelaide United3–1Macarthur FC
- Sun 19 Apr, 03:00 UTCAuckland FC0–1Central Coast Mariners
Get this via API
Get A-League Men results via API
Fetch the latest final A-League Men scores with competition_id=comp_6151.
GET /football/matches?competition_id=comp_6151&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6151&season_id=sn_5714897&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6151",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-23T08:10:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Auckland FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sydney FC"
},
"score": {
"home": 0,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest A-League Men result?
Auckland FC 0-0 Sydney FC on Saturday 23 May.
How do I get A-League Men results via API?
Call the matches endpoint with competition_id=comp_6151 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get A-League Men data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.