NORTH AMERICA · LEAGUE TABLE

USL Championship Table

As of 9 September 2026, FC Tampa Bay Rowdies lead the USL Championship 2026 with 48 points from 23 matches, 8 points clear of El Paso Locomotive FC. SC Jacksonville sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 04:39 UTC
USL Championship league table
#TeamPWDLGFGAGDPts
1FC Tampa Bay Rowdies2314634020+2048
1El Paso Locomotive FC2312473929+1040
2Charleston Battery2312384729+1839
2New Mexico United2112453121+1040
3Detroit City FC2210752818+1037
3FC Tulsa2210662619+736
4Pittsburgh Riverhounds2410592725+235
4Orange County SC239953432+236
5Louisville City FC239683837+133
5San Antonio FC239952826+236
6Hartford Athletic2271052122-131
6Colorado Springs Switchbacks FC2310493836+234
7Rhode Island FC218583124+729
7Sacramento Republic FC228952920+933
8Indy Eleven218582626029
8Lexington SC2394103329+431
9Miami FC2358102741-1423
9Phoenix Rising FC237973231+130
10Loudoun United FC2231182639-1320
10Las Vegas Lights2385102934-529
11Birmingham Legion FC213992632-618
11Oakland Roots SC236982831-327
12Brooklyn FC2144132238-1616
12Monterey Bay FC2446142542-1718
13SC Jacksonville2335153060-3014
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": 23,
      "wins": 14,
      "draws": 6,
      "losses": 3,
      "goals_for": 40,
      "goals_against": 20,
      "goal_difference": 20,
      "points": 48
    }
  ]
}

Frequently Asked Questions

Who is top of the USL Championship?

FC Tampa Bay Rowdies are top of the USL Championship 2026 with 48 points from 23 matches, 8 points clear of El Paso Locomotive FC.

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.