NORTH AMERICA · LEAGUE TABLE

USL League One Table

As of 26 July 2026, Union Omaha SC lead the USL League One 2026 with 35 points from 18 matches, 2 points clear of Charlotte Independence. New York Cosmos sit bottom on 11. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:28 UTC
USL League One league table
#TeamPWDLGFGAGDPts
1Union Omaha SC1811252921+835
2Charlotte Independence1710343926+1333
3One Knoxville SC1710343017+1333
4Spokane Velocity FC1810262522+332
5AC Boise189362725+230
6Forward Madison FC159242915+1429
7AV Alta FC197842621+529
8Chattanooga Red Wolves SC159152817+1128
9Fort Wayne FC177642517+827
10Corpus Christi FC185762126-522
11Portland Hearts of Pine175572628-220
12Westchester SC185492825+319
13Sarasota Paradise1853101728-1118
14FC Naples1852111930-1117
15Greenville Triumph SC154291425-1114
16Richmond Kickers1733111333-2012
17New York Cosmos1732121838-2011
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": "Union Omaha SC"
      },
      "position": 1,
      "matches_played": 18,
      "wins": 11,
      "draws": 2,
      "losses": 5,
      "goals_for": 29,
      "goals_against": 21,
      "goal_difference": 8,
      "points": 35
    }
  ]
}

Frequently Asked Questions

Who is top of the USL League One?

Union Omaha SC are top of the USL League One 2026 with 35 points from 18 matches, 2 points clear of Charlotte Independence.

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.