NORTH AMERICA · RESULTS

USL League One Results

Latest USL League One results: Spokane Velocity FC 3-1 Fort Wayne FC, Corpus Christi FC 1-0 Greenville Triumph SC, Forward Madison FC 3-1 FC Naples. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:28 UTC
  • Sun 26 Jul, 01:00 UTCSpokane Velocity FC31Fort Wayne FC
  • Sun 26 Jul, 00:30 UTCCorpus Christi FC10Greenville Triumph SC
  • Sat 25 Jul, 23:00 UTCForward Madison FC31FC Naples
  • Sat 25 Jul, 23:00 UTCChattanooga Red Wolves SC10One Knoxville SC
  • Sat 25 Jul, 23:00 UTCNew York Cosmos12AC Boise
  • Sat 25 Jul, 23:00 UTCCharlotte Independence31Richmond Kickers
  • Thu 23 Jul, 01:00 UTCSpokane Velocity FC30Charlotte Independence
  • Wed 22 Jul, 23:00 UTCWestchester SC30New York Cosmos
  • Wed 22 Jul, 23:00 UTCPortland Hearts of Pine12Union Omaha SC
  • Sat 18 Jul, 23:35 UTCRichmond Kickers02Spokane Velocity FC
  • Sat 18 Jul, 23:30 UTCFort Wayne FC30Greenville Triumph SC
  • Sat 18 Jul, 23:30 UTCOne Knoxville SC23AV Alta FC
  • Sat 18 Jul, 23:00 UTCUnion Omaha SC22Westchester SC
  • Sat 18 Jul, 23:00 UTCCharlotte Independence24Chattanooga Red Wolves SC
  • Sat 18 Jul, 23:00 UTCNew York Cosmos00Corpus Christi 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-07-26T01:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Spokane Velocity FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Fort Wayne FC"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest USL League One result?

Spokane Velocity FC 3-1 Fort Wayne FC on Sunday 26 July.

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.