NORTH AMERICA · RESULTS
USL Championship Results
Latest USL Championship results: Miami FC 2-2 Pittsburgh Riverhounds, Las Vegas Lights 1-2 New Mexico United, Monterey Bay FC 1-1 Phoenix Rising FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 02:38 UTC
- Sun 06 Sept, 14:45 UTCMiami FC2–2Pittsburgh Riverhounds
- Sun 06 Sept, 02:30 UTCLas Vegas Lights1–2New Mexico United
- Sun 06 Sept, 02:00 UTCMonterey Bay FC1–1Phoenix Rising FC
- Sun 06 Sept, 01:00 UTCOrange County SC1–1Sacramento Republic FC
- Sun 06 Sept, 00:30 UTCSan Antonio FC0–0FC Tulsa
- Sat 05 Sept, 23:30 UTCFC Tampa Bay Rowdies2–0Brooklyn FC
- Sat 05 Sept, 23:30 UTCRhode Island FC1–1Louisville City FC
- Sat 05 Sept, 23:00 UTCSC Jacksonville3–2Lexington SC
- Sat 05 Sept, 23:00 UTCDetroit City FC1–1Hartford Athletic
- Sat 05 Sept, 23:00 UTCIndy Eleven2–2Birmingham Legion FC
- Fri 04 Sept, 23:00 UTCLoudoun United FC4–5Colorado Springs Switchbacks FC
- Wed 02 Sept, 23:00 UTCCharleston Battery1–2Hartford Athletic
- Sun 30 Aug, 02:35 UTCNew Mexico United1–2San Antonio FC
- Sun 30 Aug, 02:30 UTCPhoenix Rising FC2–1Indy Eleven
- Sun 30 Aug, 02:30 UTCLas Vegas Lights0–2Charleston Battery
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-09-06T14:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Miami FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Pittsburgh Riverhounds"
},
"score": {
"home": 2,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest USL Championship result?
Miami FC 2-2 Pittsburgh Riverhounds on Sunday 6 September.
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.