ASIA · LEAGUE TABLE

V-League 1 Table

As of 9 September 2026, Nam Định lead the V-League 1 26/27 with 3 points from 1 matches, level on points with Phù Đổng Ninh Bình. Hoàng Anh Gia Lai sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:02 UTC
V-League 1 league table
#TeamPWDLGFGAGDPts
1Nam Định110040+43
2Phù Đổng Ninh Bình110041+33
3Hồ Chí Minh City110031+23
4Công An Hà Nội110020+23
5Thể Công - Viettel110020+23
6Đông Á Thanh Hóa110032+13
7Sông Lam Nghệ An110010+13
8SHB Đà Nẵng100123-10
9Bắc Ninh FC100101-10
10Hà Nội100113-20
11Hồng Lĩnh Hà Tĩnh100102-20
12Trường Tươi Đồng Nai100102-20
13Hải Phòng100114-30
14Hoàng Anh Gia Lai100104-40
Get this via API

Get the V-League 1 table via API

Fetch the live V-League 1 standings with competition_id=comp_6059. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6059/seasons/sn_2985729/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Nam Định"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 4,
      "goals_against": 0,
      "goal_difference": 4,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the V-League 1?

Nam Định are top of the V-League 1 26/27 with 3 points from 1 matches.

How many teams are in the V-League 1?

14 teams compete in the V-League 1 26/27.

How do I get the V-League 1 table via API?

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

TheStatsAPI has 9 seasons of V-League 1 data, going back to 2019, including historical final tables.

Get V-League 1 data via API

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