NORTH AMERICA · FIXTURES

USL League One Fixtures

Next USL League One fixtures: AV Alta FC v Westchester SC (Sunday 26 July), Portland Hearts of Pine v Sarasota Paradise (Sunday 26 July), Greenville Triumph SC v AC Boise (Wednesday 29 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:28 UTC
  • Sun 26 Jul, 03:00 UTCAV Alta FCvWestchester SC
  • Sun 26 Jul, 22:30 UTCPortland Hearts of PinevSarasota Paradise
  • Wed 29 Jul, 23:00 UTCGreenville Triumph SCvAC Boise
  • Thu 30 Jul, 00:00 UTCForward Madison FCvChattanooga Red Wolves SC
  • Sat 01 Aug, 23:00 UTCChattanooga Red Wolves SCvSpokane Velocity FC
  • Sat 01 Aug, 23:00 UTCGreenville Triumph SCvPortland Hearts of Pine
  • Sat 01 Aug, 23:00 UTCRichmond KickersvAV Alta FC
  • Sat 01 Aug, 23:00 UTCCharlotte IndependencevOne Knoxville SC
  • Sat 01 Aug, 23:30 UTCSarasota ParadisevFC Naples
  • Sat 01 Aug, 23:30 UTCFort Wayne FCvUnion Omaha SC
  • Sat 01 Aug, 23:30 UTCSouth Georgia Tormenta FCvNew York Cosmos
  • Sun 02 Aug, 00:00 UTCForward Madison FCvWestchester SC
  • Sun 02 Aug, 01:30 UTCAC BoisevCorpus Christi FC
  • Wed 05 Aug, 23:00 UTCRichmond KickersvNew York Cosmos
  • Wed 05 Aug, 23:30 UTCFC NaplesvAV Alta FC
Get this via API

Get USL League One fixtures via API

Fetch upcoming USL League One matches with competition_id=comp_970794.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_970794&season_id=sn_7293253&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_970794",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T03:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AV Alta FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Westchester SC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next USL League One match?

AV Alta FC play Westchester SC on Sunday 26 July.

How do I get USL League One fixtures via API?

Call the matches endpoint with competition_id=comp_970794 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get USL League One data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.