NORTH AMERICA · LEAGUE TABLE

USL League One Table

As of 15 August 2026, Union Omaha SC lead the USL League One 2026 with 41 points from 20 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 15 Aug 2026, 15:20 UTC
USL League One league table
#TeamPWDLGFGAGDPts
1Union Omaha SC2013253422+1241
2Charlotte Independence1912344327+1639
3Forward Madison FC1911353820+1836
4One Knoxville SC1911353321+1236
5AC Boise2110473129+234
6AV Alta FC228863226+632
7Spokane Velocity FC1810262522+332
8Chattanooga Red Wolves SC179173125+628
9Fort Wayne FC197662522+327
10Corpus Christi FC206862326-326
11Portland Hearts of Pine195682933-421
12FC Naples1962112131-1020
13Westchester SC1954102827+119
14Greenville Triumph SC1954102132-1119
15Sarasota Paradise1953111830-1218
16Richmond Kickers1953111835-1718
17New York Cosmos1832131840-2211
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": 20,
      "wins": 13,
      "draws": 2,
      "losses": 5,
      "goals_for": 34,
      "goals_against": 22,
      "goal_difference": 12,
      "points": 41
    }
  ]
}

Frequently Asked Questions

Who is top of the USL League One?

Union Omaha SC are top of the USL League One 2026 with 41 points from 20 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.