NORTH AMERICA · LEAGUE TABLE

USL Championship Table

As of 15 August 2026, FC Tampa Bay Rowdies lead the USL Championship 2026 with 41 points from 19 matches, 7 points clear of Orange County SC. SC Jacksonville sit bottom on 8. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 17:19 UTC
USL Championship league table
#TeamPWDLGFGAGDPts
1FC Tampa Bay Rowdies1912523619+1741
1Orange County SC199732922+734
2Charleston Battery1910363824+1433
2San Antonio FC198832621+532
3Detroit City FC189452617+931
3New Mexico United169342517+830
4FC Tulsa188552017+329
4Louisville City FC198473332+128
5Pittsburgh Riverhounds198382020027
5Lexington SC188462822+628
6Rhode Island FC177462719+825
6El Paso Locomotive FC198472927+228
7Indy Eleven176472021-122
7Sacramento Republic FC187652416+827
8Las Vegas Lights197572627-126
8Miami FC205782432-822
9Colorado Springs Switchbacks FC187472826+225
9Hartford Athletic184951317-421
10Loudoun United FC183962130-918
10Phoenix Rising FC195772426-222
11Birmingham Legion FC173861821-317
11Oakland Roots SC205782529-422
12Monterey Bay FC2043132136-1515
12Brooklyn FC1734101732-1513
13SC Jacksonville1915132351-288
Get this via API

Get the USL Championship table via API

Fetch the live USL Championship standings with competition_id=comp_586859. The same shape works for every competition and season.

GET /football/competitions/comp_586859/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_586859/seasons/sn_2960977/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Tampa Bay Rowdies"
      },
      "position": 1,
      "matches_played": 19,
      "wins": 12,
      "draws": 5,
      "losses": 2,
      "goals_for": 36,
      "goals_against": 19,
      "goal_difference": 17,
      "points": 41
    }
  ]
}

Frequently Asked Questions

Who is top of the USL Championship?

FC Tampa Bay Rowdies are top of the USL Championship 2026 with 41 points from 19 matches, 7 points clear of Orange County SC.

How many teams are in the USL Championship?

25 teams compete in the USL Championship 2026.

How do I get the USL Championship table via API?

Call the standings endpoint with competition_id=comp_586859 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of USL Championship data are available?

TheStatsAPI has 7 seasons of USL Championship data, going back to 2020, including historical final tables.

Get USL Championship data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.