NORTH AMERICA · LEAGUE TABLE

USL Championship Table

As of 26 July 2026, FC Tampa Bay Rowdies lead the USL Championship 2026 with 35 points from 17 matches, 6 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 26 Jul 2026, 03:35 UTC
USL Championship league table
#TeamPWDLGFGAGDPts
1FC Tampa Bay Rowdies1710522815+1335
1Orange County SC177822518+729
2Charleston Battery178363123+827
2San Antonio FC177732219+328
3Detroit City FC168352315+827
3Colorado Springs Switchbacks FC167452722+525
4New Mexico United147341915+424
4Louisville City FC167362625+124
5Pittsburgh Riverhounds167271919023
5FC Tulsa156541816+223
6Rhode Island FC156452518+722
6Lexington SC166462420+422
7Indy Eleven156361817+121
7El Paso Locomotive FC166462625+122
8Oakland Roots SC175752525022
8Miami FC185672229-721
9Sacramento Republic FC155641715+221
9Hartford Athletic154741214-219
10Loudoun United FC162951929-1015
10Las Vegas Lights166372426-221
11Birmingham Legion FC152851619-314
11Phoenix Rising FC165562324-120
12Monterey Bay FC174491625-916
12Brooklyn FC163491727-1013
13SC Jacksonville1815122345-228
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": 17,
      "wins": 10,
      "draws": 5,
      "losses": 2,
      "goals_for": 28,
      "goals_against": 15,
      "goal_difference": 13,
      "points": 35
    }
  ]
}

Frequently Asked Questions

Who is top of the USL Championship?

FC Tampa Bay Rowdies are top of the USL Championship 2026 with 35 points from 17 matches, 6 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.