NORTH AMERICA · RESULTS

Leagues Cup Results

Latest Leagues Cup results: Portland Timbers 3-1 Club Tijuana, Cruz Azul 1-2 Chicago Fire, Club América 1-1 Austin FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 20:53 UTC
  • Fri 14 Aug, 02:30 UTCPortland Timbers31Club Tijuana
  • Fri 14 Aug, 01:00 UTCCruz Azul12Chicago Fire
  • Fri 14 Aug, 00:30 UTCClub América11Austin FC
  • Thu 13 Aug, 23:30 UTCNew York City FC12Club Necaxa
  • Thu 13 Aug, 23:00 UTCPhiladelphia Union02Santos Laguna
  • Thu 13 Aug, 02:30 UTCSeattle Sounders FC12CD Guadalajara
  • Thu 13 Aug, 02:30 UTCLos Angeles FC11Querétaro FC
  • Thu 13 Aug, 02:15 UTCSan Diego FC32Club Puebla
  • Thu 13 Aug, 02:00 UTCCD Toluca31FC Dallas
  • Thu 13 Aug, 00:00 UTCCF Monterrey21Nashville SC
  • Wed 12 Aug, 23:30 UTCOrlando City SC22Atlético San Luis
  • Wed 12 Aug, 23:30 UTCInter Miami CF23Club León
  • Wed 12 Aug, 02:00 UTCTigres UANL11Vancouver Whitecaps
  • Wed 12 Aug, 01:30 UTCReal Salt Lake30FC Juárez
  • Wed 12 Aug, 00:52 UTCCharlotte FC01CF Pachuca
Get this via API

Get Leagues Cup results via API

Fetch the latest final Leagues Cup scores with competition_id=comp_586572.

GET /football/matches?competition_id=comp_586572&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_586572&season_id=sn_5729999&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_586572",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-08-14T02:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Portland Timbers"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Club Tijuana"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Leagues Cup result?

Portland Timbers 3-1 Club Tijuana on Friday 14 August.

How do I get Leagues Cup results via API?

Call the matches endpoint with competition_id=comp_586572 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Leagues Cup data via API

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