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 FC00Sydney FC
  • Sat 16 May, 09:40 UTCNewcastle Jets11Sydney FC
  • Fri 15 May, 09:35 UTCAdelaide United03Auckland FC
  • Sat 09 May, 09:40 UTCSydney FC11Newcastle Jets
  • Sat 09 May, 06:00 UTCAuckland FC11Adelaide United
  • Sat 02 May, 09:40 UTCMelbourne Victory01Sydney FC
  • Sat 02 May, 05:00 UTCAuckland FC11Melbourne City
  • Sun 26 Apr, 07:30 UTCMelbourne City12Adelaide United
  • Sun 26 Apr, 05:00 UTCSydney FC22Auckland FC
  • Sat 25 Apr, 11:45 UTCPerth Glory21Brisbane Roar
  • Sat 25 Apr, 09:35 UTCWestern Sydney Wanderers02Melbourne Victory
  • Sat 25 Apr, 07:00 UTCNewcastle Jets40Central Coast Mariners
  • Fri 24 Apr, 09:35 UTCMacarthur FC40Wellington Phoenix
  • Sun 19 Apr, 05:30 UTCAdelaide United31Macarthur FC
  • Sun 19 Apr, 03:00 UTCAuckland FC01Central 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.