NORTH AMERICA · LEAGUE TABLE

USL League One Table

As of 9 September 2026, Charlotte Independence lead the USL League One 2026 with 49 points from 24 matches, level on points with Union Omaha SC. Richmond Kickers sit bottom on 19. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 03:03 UTC
USL League One league table
#TeamPWDLGFGAGDPts
1Charlotte Independence2415455533+2249
2Union Omaha SC2515464327+1649
3Forward Madison FC2414554624+2247
4One Knoxville SC2412754027+1343
5AC Boise2412573833+541
6Spokane Velocity FC2212373328+539
7Chattanooga Red Wolves SC2312294436+838
8Fort Wayne FC239683429+533
9AV Alta FC2688103436-232
10Corpus Christi FC247982834-630
12Sarasota Paradise2475122638-1226
13FC Naples2482142741-1426
13Portland Hearts of Pine2568113745-826
14Westchester SC2465133537-223
15Greenville Triumph SC2365122838-1023
16New York Cosmos2464143048-1822
17Richmond Kickers2354142145-2419
Get this via API

Get the USL League One table via API

Fetch the live USL League One standings with competition_id=comp_970794. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_970794/seasons/sn_7293253/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Charlotte Independence"
      },
      "position": 1,
      "matches_played": 24,
      "wins": 15,
      "draws": 4,
      "losses": 5,
      "goals_for": 55,
      "goals_against": 33,
      "goal_difference": 22,
      "points": 49
    }
  ]
}

Frequently Asked Questions

Who is top of the USL League One?

Charlotte Independence are top of the USL League One 2026 with 49 points from 24 matches.

How many teams are in the USL League One?

17 teams compete in the USL League One 2026.

How do I get the USL League One table via API?

Call the standings endpoint with competition_id=comp_970794 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 League One data are available?

TheStatsAPI has 8 seasons of USL League One data, going back to 2019, including historical final tables.

Get USL League One data via API

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