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 Timbers3–1Club Tijuana
- Fri 14 Aug, 01:00 UTCCruz Azul1–2Chicago Fire
- Fri 14 Aug, 00:30 UTCClub América1–1Austin FC
- Thu 13 Aug, 23:30 UTCNew York City FC1–2Club Necaxa
- Thu 13 Aug, 23:00 UTCPhiladelphia Union0–2Santos Laguna
- Thu 13 Aug, 02:30 UTCSeattle Sounders FC1–2CD Guadalajara
- Thu 13 Aug, 02:30 UTCLos Angeles FC1–1Querétaro FC
- Thu 13 Aug, 02:15 UTCSan Diego FC3–2Club Puebla
- Thu 13 Aug, 02:00 UTCCD Toluca3–1FC Dallas
- Thu 13 Aug, 00:00 UTCCF Monterrey2–1Nashville SC
- Wed 12 Aug, 23:30 UTCOrlando City SC2–2Atlético San Luis
- Wed 12 Aug, 23:30 UTCInter Miami CF2–3Club León
- Wed 12 Aug, 02:00 UTCTigres UANL1–1Vancouver Whitecaps
- Wed 12 Aug, 01:30 UTCReal Salt Lake3–0FC Juárez
- Wed 12 Aug, 00:52 UTCCharlotte FC0–1CF 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.