NORTH AMERICA · RESULTS

USL League One Results

Latest USL League One results: Union Omaha SC 5-1 Richmond Kickers, Portland Hearts of Pine 1-2 Forward Madison FC, Spokane Velocity FC 2-3 Corpus Christi FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 19:26 UTC
  • Sun 16 Aug, 23:00 UTCUnion Omaha SC51Richmond Kickers
  • Sun 16 Aug, 22:30 UTCPortland Hearts of Pine12Forward Madison FC
  • Sun 16 Aug, 01:00 UTCSpokane Velocity FC23Corpus Christi FC
  • Sat 15 Aug, 23:30 UTCFort Wayne FC12Chattanooga Red Wolves SC
  • Sat 15 Aug, 23:00 UTCCharlotte Independence31Sarasota Paradise
  • Sat 15 Aug, 23:00 UTCWestchester SC32FC Naples
  • Sat 15 Aug, 23:00 UTCNew York Cosmos10AV Alta FC
  • Sat 15 Aug, 23:00 UTCGreenville Triumph SC11One Knoxville SC
  • Thu 13 Aug, 00:00 UTCForward Madison FC11Greenville Triumph SC
  • Sun 09 Aug, 03:00 UTCAV Alta FC30Fort Wayne FC
  • Sun 09 Aug, 01:30 UTCAC Boise21Forward Madison FC
  • Sat 08 Aug, 23:30 UTCOne Knoxville SC21Sarasota Paradise
  • Sat 08 Aug, 23:00 UTCPortland Hearts of Pine02Corpus Christi FC
  • Sat 08 Aug, 23:00 UTCCharlotte Independence10Greenville Triumph SC
  • Sat 08 Aug, 23:00 UTCChattanooga Red Wolves SC13Union Omaha SC
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-08-16T23:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Union Omaha SC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Richmond Kickers"
      },
      "score": {
        "home": 5,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest USL League One result?

Union Omaha SC 5-1 Richmond Kickers on Sunday 16 August.

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.