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 FC22Pittsburgh Riverhounds
  • Sun 06 Sept, 02:30 UTCLas Vegas Lights12New Mexico United
  • Sun 06 Sept, 02:00 UTCMonterey Bay FC11Phoenix Rising FC
  • Sun 06 Sept, 01:00 UTCOrange County SC11Sacramento Republic FC
  • Sun 06 Sept, 00:30 UTCSan Antonio FC00FC Tulsa
  • Sat 05 Sept, 23:30 UTCFC Tampa Bay Rowdies20Brooklyn FC
  • Sat 05 Sept, 23:30 UTCRhode Island FC11Louisville City FC
  • Sat 05 Sept, 23:00 UTCSC Jacksonville32Lexington SC
  • Sat 05 Sept, 23:00 UTCDetroit City FC11Hartford Athletic
  • Sat 05 Sept, 23:00 UTCIndy Eleven22Birmingham Legion FC
  • Fri 04 Sept, 23:00 UTCLoudoun United FC45Colorado Springs Switchbacks FC
  • Wed 02 Sept, 23:00 UTCCharleston Battery12Hartford Athletic
  • Sun 30 Aug, 02:35 UTCNew Mexico United12San Antonio FC
  • Sun 30 Aug, 02:30 UTCPhoenix Rising FC21Indy Eleven
  • Sun 30 Aug, 02:30 UTCLas Vegas Lights02Charleston 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.