ASIA · FIXTURES

A-League Men Fixtures

Next A-League Men fixtures: Sydney FC v Western Sydney Wanderers (Friday 16 October). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:27 UTC
  • Fri 16 Oct, 09:00 UTCSydney FCvWestern Sydney Wanderers
Get this via API

Get A-League Men fixtures via API

Fetch upcoming A-League Men matches with competition_id=comp_6151.

GET /football/matches?competition_id=comp_6151&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6151&season_id=sn_2983998&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6151",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-10-16T09:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sydney FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Western Sydney Wanderers"
      }
    }
  ]
}

Frequently Asked Questions

When is the next A-League Men match?

Sydney FC play Western Sydney Wanderers on Friday 16 October.

How do I get A-League Men fixtures via API?

Call the matches endpoint with competition_id=comp_6151 and status=scheduled. 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.