NORTH AMERICA · RESULTS
USL Championship Results
Latest USL Championship results: Sacramento Republic FC 1-0 Lexington SC, Las Vegas Lights 2-1 Brooklyn FC, Orange County SC 2-3 Louisville City FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
- Sun 16 Aug, 03:00 UTCSacramento Republic FC1–0Lexington SC
- Sun 16 Aug, 02:30 UTCLas Vegas Lights2–1Brooklyn FC
- Sun 16 Aug, 02:00 UTCOrange County SC2–3Louisville City FC
- Sun 16 Aug, 02:00 UTCOakland Roots SC1–1Monterey Bay FC
- Sun 16 Aug, 01:30 UTCNew Mexico United1–0FC Tulsa
- Sun 16 Aug, 01:00 UTCSan Antonio FC0–3El Paso Locomotive FC
- Sun 16 Aug, 01:00 UTCColorado Springs Switchbacks FC3–2Birmingham Legion FC
- Sat 15 Aug, 23:30 UTCFC Tampa Bay Rowdies2–0Rhode Island FC
- Sat 15 Aug, 23:00 UTCSC Jacksonville0–1Indy Eleven
- Sat 15 Aug, 23:00 UTCPittsburgh Riverhounds3–1Charleston Battery
- Sat 15 Aug, 23:00 UTCDetroit City FC0–0Loudoun United FC
- Sat 15 Aug, 23:00 UTCHartford Athletic2–1Miami FC
- Sun 09 Aug, 21:00 UTCIndy Eleven1–1Hartford Athletic
- Sun 09 Aug, 02:00 UTCOrange County SC0–3FC Tampa Bay Rowdies
- Sun 09 Aug, 02:00 UTCMonterey Bay FC2–5New Mexico United
Get this via API
Get USL Championship results via API
Fetch the latest final USL Championship scores with competition_id=comp_586859.
GET /football/matches?competition_id=comp_586859&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_586859&season_id=sn_2960977&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_586859",
"matchday": 1,
"status": "finished",
"utc_date": "2026-08-16T03:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Sacramento Republic FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Lexington SC"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest USL Championship result?
Sacramento Republic FC 1-0 Lexington SC on Sunday 16 August.
How do I get USL Championship results via API?
Call the matches endpoint with competition_id=comp_586859 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get USL Championship data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.