NORTH AMERICA · FIXTURES

USL League One Fixtures

Next USL League One fixtures: Charlotte Independence v AV Alta FC (Friday 28 August), Portland Hearts of Pine v Fort Wayne FC (Saturday 29 August), Chattanooga Red Wolves SC v AC Boise (Saturday 29 August). 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 28 Aug, 23:00 UTCCharlotte IndependencevAV Alta FC
  • Sat 29 Aug, 23:00 UTCPortland Hearts of PinevFort Wayne FC
  • Sat 29 Aug, 23:00 UTCChattanooga Red Wolves SCvAC Boise
  • Sat 29 Aug, 23:00 UTCRichmond KickersvForward Madison FC
  • Sat 29 Aug, 23:00 UTCWestchester SCvSpokane Velocity FC
  • Sat 29 Aug, 23:00 UTCGreenville Triumph SCvFC Naples
  • Sun 30 Aug, 00:00 UTCUnion Omaha SCvNew York Cosmos
  • Wed 02 Sept, 23:00 UTCWestchester SCvChattanooga Red Wolves SC
  • Wed 02 Sept, 23:00 UTCNew York CosmosvSarasota Paradise
  • Wed 02 Sept, 23:30 UTCFort Wayne FCvRichmond Kickers
  • Wed 02 Sept, 23:30 UTCCharlotte IndependencevPortland Hearts of Pine
  • Thu 03 Sept, 00:00 UTCForward Madison FCvOne Knoxville SC
  • Sat 05 Sept, 23:00 UTCChattanooga Red Wolves SCvGreenville Triumph SC
  • Sat 05 Sept, 23:30 UTCSarasota ParadisevSpokane Velocity FC
  • Sat 05 Sept, 23:30 UTCFort Wayne FCvNew York Cosmos
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-08-28T23:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Charlotte Independence"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AV Alta FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next USL League One match?

Charlotte Independence play AV Alta FC on Friday 28 August.

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.