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 SC5–1Richmond Kickers
- Sun 16 Aug, 22:30 UTCPortland Hearts of Pine1–2Forward Madison FC
- Sun 16 Aug, 01:00 UTCSpokane Velocity FC2–3Corpus Christi FC
- Sat 15 Aug, 23:30 UTCFort Wayne FC1–2Chattanooga Red Wolves SC
- Sat 15 Aug, 23:00 UTCCharlotte Independence3–1Sarasota Paradise
- Sat 15 Aug, 23:00 UTCWestchester SC3–2FC Naples
- Sat 15 Aug, 23:00 UTCNew York Cosmos1–0AV Alta FC
- Sat 15 Aug, 23:00 UTCGreenville Triumph SC1–1One Knoxville SC
- Thu 13 Aug, 00:00 UTCForward Madison FC1–1Greenville Triumph SC
- Sun 09 Aug, 03:00 UTCAV Alta FC3–0Fort Wayne FC
- Sun 09 Aug, 01:30 UTCAC Boise2–1Forward Madison FC
- Sat 08 Aug, 23:30 UTCOne Knoxville SC2–1Sarasota Paradise
- Sat 08 Aug, 23:00 UTCPortland Hearts of Pine0–2Corpus Christi FC
- Sat 08 Aug, 23:00 UTCCharlotte Independence1–0Greenville Triumph SC
- Sat 08 Aug, 23:00 UTCChattanooga Red Wolves SC1–3Union 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.