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 FC20SC Jacksonville
  • Sun 26 Jul, 01:00 UTCColorado Springs Switchbacks FC21Charleston Battery
  • Sun 26 Jul, 00:30 UTCFC Tulsa00Lexington SC
  • Sat 25 Jul, 23:00 UTCPittsburgh Riverhounds01Rhode Island FC
  • Sat 25 Jul, 23:00 UTCIndy Eleven01Loudoun United FC
  • Sat 25 Jul, 23:00 UTCMiami FC23FC Tampa Bay Rowdies
  • Sat 25 Jul, 23:00 UTCDetroit City FC01Las Vegas Lights
  • Sat 25 Jul, 23:00 UTCBrooklyn FC01San Antonio FC
  • Thu 23 Jul, 01:00 UTCColorado Springs Switchbacks FC20Miami FC
  • Wed 22 Jul, 23:00 UTCLexington SC20Oakland Roots SC
  • Sun 19 Jul, 02:30 UTCPhoenix Rising FC32Monterey Bay FC
  • Sun 19 Jul, 01:00 UTCSan Antonio FC12Las Vegas Lights
  • Sun 19 Jul, 00:30 UTCFC Tulsa10El Paso Locomotive FC
  • Sat 18 Jul, 23:30 UTCRhode Island FC10Hartford Athletic
  • Sat 18 Jul, 23:30 UTCCharleston Battery11Sacramento 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.