USL League One Fixtures
Next USL League One fixtures: Richmond Kickers v Chattanooga Red Wolves SC (Saturday 12 September), Forward Madison FC v Sarasota Paradise (Saturday 12 September), Greenville Triumph SC v Fort Wayne FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Sat 12 Sept, 22:00 UTCRichmond KickersvChattanooga Red Wolves SC
- Sat 12 Sept, 22:00 UTCForward Madison FCvSarasota Paradise
- Sat 12 Sept, 23:00 UTCGreenville Triumph SCvFort Wayne FC
- Sat 12 Sept, 23:00 UTCCharlotte IndependencevWestchester SC
- Sun 13 Sept, 00:30 UTCCorpus Christi FCvUnion Omaha SC
- Sun 13 Sept, 22:00 UTCPortland Hearts of PinevAV Alta FC
- Sun 13 Sept, 23:00 UTCSpokane Velocity FCvSouth Georgia Tormenta FC
- Wed 16 Sept, 15:00 UTCGreenville Triumph SCvCorpus Christi FC
- Wed 16 Sept, 17:00 UTCUnion Omaha SCvSpokane Velocity FC
- Wed 16 Sept, 23:00 UTCWestchester SCvRichmond Kickers
- Wed 16 Sept, 23:00 UTCChattanooga Red Wolves SCvForward Madison FC
- Wed 16 Sept, 23:30 UTCFort Wayne FCvOne Knoxville SC
- Thu 17 Sept, 01:00 UTCAC BoisevCharlotte Independence
- Sat 19 Sept, 21:00 UTCNew York CosmosvWestchester SC
- Sat 19 Sept, 22:00 UTCRichmond KickersvCharlotte Independence
Get USL League One fixtures via API
Fetch upcoming USL League One matches with competition_id=comp_970794.
GET /football/matches?competition_id=comp_970794&status=scheduled
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_970794&season_id=sn_7293253&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_970794",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-12T22:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Richmond Kickers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Chattanooga Red Wolves SC"
}
}
]
}Frequently Asked Questions
When is the next USL League One match?
Richmond Kickers play Chattanooga Red Wolves SC on Saturday 12 September.
How do I get USL League One fixtures via API?
Call the matches endpoint with competition_id=comp_970794 and status=scheduled. 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.