USL Championship Fixtures
Next USL Championship fixtures: Detroit City FC v Pittsburgh Riverhounds (Saturday 19 September), FC Tampa Bay Rowdies v Birmingham Legion FC (Saturday 19 September), Rhode Island FC v Miami FC (Saturday 19 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Sat 19 Sept, 23:00 UTCDetroit City FCvPittsburgh Riverhounds
- Sat 19 Sept, 23:30 UTCFC Tampa Bay RowdiesvBirmingham Legion FC
- Sat 19 Sept, 23:30 UTCRhode Island FCvMiami FC
- Sun 20 Sept, 01:00 UTCColorado Springs Switchbacks FCvNew Mexico United
- Sun 20 Sept, 02:00 UTCPhoenix Rising FCvEl Paso Locomotive FC
- Sun 20 Sept, 02:30 UTCLas Vegas LightsvHartford Athletic
- Sun 20 Sept, 21:00 UTCIndy ElevenvOakland Roots SC
- Sun 20 Sept, 23:00 UTCSacramento Republic FCvSan Antonio FC
- Wed 23 Sept, 16:00 UTCBirmingham Legion FCvBrooklyn FC
- Fri 25 Sept, 23:00 UTCHartford AthleticvLouisville City FC
- Fri 25 Sept, 23:30 UTCSC JacksonvillevLoudoun United FC
- Sat 26 Sept, 01:00 UTCEl Paso Locomotive FCvFC Tulsa
- Sat 26 Sept, 23:00 UTCIndy ElevenvMiami FC
- Sat 26 Sept, 23:00 UTCCharleston BatteryvRhode Island FC
- Sat 26 Sept, 23:00 UTCDetroit City FCvColorado Springs Switchbacks FC
Get USL Championship fixtures via API
Fetch upcoming USL Championship matches with competition_id=comp_586859.
GET /football/matches?competition_id=comp_586859&status=scheduled
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_586859&season_id=sn_2960977&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_586859",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-19T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Detroit City FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Pittsburgh Riverhounds"
}
}
]
}Frequently Asked Questions
When is the next USL Championship match?
Detroit City FC play Pittsburgh Riverhounds on Saturday 19 September.
How do I get USL Championship fixtures via API?
Call the matches endpoint with competition_id=comp_586859 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get USL Championship data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.