NORTH AMERICA · FIXTURES

USL Championship Fixtures

Next USL Championship fixtures: Birmingham Legion FC v New Mexico United (Sunday 26 July), Monterey Bay FC v Orange County SC (Sunday 26 July), Oakland Roots SC v Sacramento Republic FC (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:42 UTC
  • Sun 26 Jul, 00:00 UTCBirmingham Legion FCvNew Mexico United
  • Sun 26 Jul, 02:00 UTCMonterey Bay FCvOrange County SC
  • Sun 26 Jul, 02:00 UTCOakland Roots SCvSacramento Republic FC
  • Sun 26 Jul, 02:30 UTCPhoenix Rising FCvHartford Athletic
  • Wed 29 Jul, 23:00 UTCPittsburgh RiverhoundsvFC Tulsa
  • Wed 29 Jul, 23:30 UTCLouisville City FCvBirmingham Legion FC
  • Sat 01 Aug, 01:00 UTCSan Antonio FCvIndy Eleven
  • Sat 01 Aug, 23:00 UTCLoudoun United FCvHartford Athletic
  • Sat 01 Aug, 23:00 UTCMiami FCvDetroit City FC
  • Sat 01 Aug, 23:00 UTCLexington SCvMonterey Bay FC
  • Sat 01 Aug, 23:30 UTCCharleston BatteryvBrooklyn FC
  • Sun 02 Aug, 00:00 UTCFC Tampa Bay RowdiesvLouisville City FC
  • Sun 02 Aug, 00:00 UTCBirmingham Legion FCvRhode Island FC
  • Sun 02 Aug, 01:30 UTCNew Mexico UnitedvColorado Springs Switchbacks FC
  • Sun 02 Aug, 02:00 UTCOrange County SCvEl Paso Locomotive 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-07-26T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Birmingham Legion FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "New Mexico United"
      }
    }
  ]
}

Frequently Asked Questions

When is the next USL Championship match?

Birmingham Legion FC play New Mexico United on Sunday 26 July.

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.