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 Pine2–1Westchester SC
- Sun 06 Sept, 02:30 UTCAV Alta FC1–2One Knoxville SC
- Sun 06 Sept, 00:30 UTCCorpus Christi FC0–2Forward Madison FC
- Sun 06 Sept, 00:05 UTCFC Naples0–2AC Boise
- Sun 06 Sept, 00:00 UTCUnion Omaha SC2–0Charlotte Independence
- Sat 05 Sept, 23:30 UTCSarasota Paradise1–1Spokane Velocity FC
- Sat 05 Sept, 23:30 UTCFort Wayne FC2–4New York Cosmos
- Sat 05 Sept, 23:00 UTCChattanooga Red Wolves SC3–1Greenville Triumph SC
- Thu 03 Sept, 00:00 UTCForward Madison FC1–1One Knoxville SC
- Wed 02 Sept, 23:30 UTCFort Wayne FC2–0Richmond Kickers
- Wed 02 Sept, 23:30 UTCNew York Cosmos1–2Sarasota Paradise
- Wed 02 Sept, 23:30 UTCCharlotte Independence3–2Portland Hearts of Pine
- Wed 02 Sept, 23:00 UTCWestchester SC0–1Chattanooga Red Wolves SC
- Sun 30 Aug, 00:00 UTCUnion Omaha SC1–1New York Cosmos
- Sat 29 Aug, 23:00 UTCPortland Hearts of Pine1–4Fort 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.