NORTH AMERICA · RESULTS
USL Championship Results
Latest USL Championship results: El Paso Locomotive FC 2-0 SC Jacksonville, Colorado Springs Switchbacks FC 2-1 Charleston Battery, FC Tulsa 0-0 Lexington SC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:42 UTC
- Sun 26 Jul, 01:00 UTCEl Paso Locomotive FC2–0SC Jacksonville
- Sun 26 Jul, 01:00 UTCColorado Springs Switchbacks FC2–1Charleston Battery
- Sun 26 Jul, 00:30 UTCFC Tulsa0–0Lexington SC
- Sat 25 Jul, 23:00 UTCPittsburgh Riverhounds0–1Rhode Island FC
- Sat 25 Jul, 23:00 UTCIndy Eleven0–1Loudoun United FC
- Sat 25 Jul, 23:00 UTCMiami FC2–3FC Tampa Bay Rowdies
- Sat 25 Jul, 23:00 UTCDetroit City FC0–1Las Vegas Lights
- Sat 25 Jul, 23:00 UTCBrooklyn FC0–1San Antonio FC
- Thu 23 Jul, 01:00 UTCColorado Springs Switchbacks FC2–0Miami FC
- Wed 22 Jul, 23:00 UTCLexington SC2–0Oakland Roots SC
- Sun 19 Jul, 02:30 UTCPhoenix Rising FC3–2Monterey Bay FC
- Sun 19 Jul, 01:00 UTCSan Antonio FC1–2Las Vegas Lights
- Sun 19 Jul, 00:30 UTCFC Tulsa1–0El Paso Locomotive FC
- Sat 18 Jul, 23:30 UTCRhode Island FC1–0Hartford Athletic
- Sat 18 Jul, 23:30 UTCCharleston Battery1–1Sacramento Republic FC
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-07-26T01:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "El Paso Locomotive FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "SC Jacksonville"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest USL Championship result?
El Paso Locomotive FC 2-0 SC Jacksonville on Sunday 26 July.
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.