NORTH AMERICA · RESULTS

USL League One Results

Latest USL League One results: Portland Hearts of Pine 2-1 Westchester SC, AV Alta FC 1-2 One Knoxville SC, Corpus Christi FC 0-2 Forward Madison FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:50 UTC
  • Sun 06 Sept, 22:00 UTCPortland Hearts of Pine21Westchester SC
  • Sun 06 Sept, 02:30 UTCAV Alta FC12One Knoxville SC
  • Sun 06 Sept, 00:30 UTCCorpus Christi FC02Forward Madison FC
  • Sun 06 Sept, 00:05 UTCFC Naples02AC Boise
  • Sun 06 Sept, 00:00 UTCUnion Omaha SC20Charlotte Independence
  • Sat 05 Sept, 23:30 UTCSarasota Paradise11Spokane Velocity FC
  • Sat 05 Sept, 23:30 UTCFort Wayne FC24New York Cosmos
  • Sat 05 Sept, 23:00 UTCChattanooga Red Wolves SC31Greenville Triumph SC
  • Thu 03 Sept, 00:00 UTCForward Madison FC11One Knoxville SC
  • Wed 02 Sept, 23:30 UTCFort Wayne FC20Richmond Kickers
  • Wed 02 Sept, 23:30 UTCNew York Cosmos12Sarasota Paradise
  • Wed 02 Sept, 23:30 UTCCharlotte Independence32Portland Hearts of Pine
  • Wed 02 Sept, 23:00 UTCWestchester SC01Chattanooga Red Wolves SC
  • Sun 30 Aug, 00:00 UTCUnion Omaha SC11New York Cosmos
  • Sat 29 Aug, 23:00 UTCPortland Hearts of Pine14Fort Wayne FC
Get this via API

Get USL League One results via API

Fetch the latest final USL League One scores with competition_id=comp_970794.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_970794&season_id=sn_7293253&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_970794",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-09-06T22:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Portland Hearts of Pine"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Westchester SC"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest USL League One result?

Portland Hearts of Pine 2-1 Westchester SC on Sunday 6 September.

How do I get USL League One results via API?

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