NORTH AMERICA · FIXTURES

USL Championship Fixtures

Next USL Championship fixtures: Loudoun United FC v Colorado Springs Switchbacks FC (Friday 4 September), SC Jacksonville v Lexington SC (Saturday 5 September), Detroit City FC v Hartford Athletic (Saturday 5 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
  • Fri 04 Sept, 23:00 UTCLoudoun United FCvColorado Springs Switchbacks FC
  • Sat 05 Sept, 23:00 UTCSC JacksonvillevLexington SC
  • Sat 05 Sept, 23:00 UTCDetroit City FCvHartford Athletic
  • Sat 05 Sept, 23:00 UTCMiami FCvPittsburgh Riverhounds
  • Sat 05 Sept, 23:00 UTCIndy ElevenvBirmingham Legion FC
  • Sat 05 Sept, 23:30 UTCFC Tampa Bay RowdiesvBrooklyn FC
  • Sat 05 Sept, 23:30 UTCRhode Island FCvLouisville City FC
  • Sun 06 Sept, 00:30 UTCSan Antonio FCvFC Tulsa
  • Sun 06 Sept, 02:00 UTCOrange County SCvSacramento Republic FC
  • Sun 06 Sept, 02:00 UTCMonterey Bay FCvPhoenix Rising FC
  • Sun 06 Sept, 02:30 UTCLas Vegas LightsvNew Mexico United
  • Sat 12 Sept, 01:30 UTCNew Mexico UnitedvIndy Eleven
  • Sat 12 Sept, 02:00 UTCColorado Springs Switchbacks FCvSan Antonio FC
  • Sat 12 Sept, 23:00 UTCSC JacksonvillevRhode Island FC
  • Sat 12 Sept, 23:00 UTCPittsburgh RiverhoundsvLoudoun United FC
Get this via API

Get USL Championship fixtures via API

Fetch upcoming USL Championship matches with competition_id=comp_586859.

GET /football/matches?competition_id=comp_586859&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_586859&season_id=sn_2960977&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_586859",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-04T23:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Loudoun United FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Colorado Springs Switchbacks FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next USL Championship match?

Loudoun United FC play Colorado Springs Switchbacks FC on Friday 4 September.

How do I get USL Championship fixtures via API?

Call the matches endpoint with competition_id=comp_586859 and status=scheduled. 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.