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 FC10Lexington SC
  • Sun 16 Aug, 02:30 UTCLas Vegas Lights21Brooklyn FC
  • Sun 16 Aug, 02:00 UTCOrange County SC23Louisville City FC
  • Sun 16 Aug, 02:00 UTCOakland Roots SC11Monterey Bay FC
  • Sun 16 Aug, 01:30 UTCNew Mexico United10FC Tulsa
  • Sun 16 Aug, 01:00 UTCSan Antonio FC03El Paso Locomotive FC
  • Sun 16 Aug, 01:00 UTCColorado Springs Switchbacks FC32Birmingham Legion FC
  • Sat 15 Aug, 23:30 UTCFC Tampa Bay Rowdies20Rhode Island FC
  • Sat 15 Aug, 23:00 UTCSC Jacksonville01Indy Eleven
  • Sat 15 Aug, 23:00 UTCPittsburgh Riverhounds31Charleston Battery
  • Sat 15 Aug, 23:00 UTCDetroit City FC00Loudoun United FC
  • Sat 15 Aug, 23:00 UTCHartford Athletic21Miami FC
  • Sun 09 Aug, 21:00 UTCIndy Eleven11Hartford Athletic
  • Sun 09 Aug, 02:00 UTCOrange County SC03FC Tampa Bay Rowdies
  • Sun 09 Aug, 02:00 UTCMonterey Bay FC25New 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.