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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Nam Định | 1 | 1 | 0 | 0 | 4 | 0 | +4 | 3 |
| 2 | Phù Đổng Ninh Bình | 1 | 1 | 0 | 0 | 4 | 1 | +3 | 3 |
| 3 | Hồ Chí Minh City | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 4 | Công An Hà Nội | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 5 | Thể Công - Viettel | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 6 | Đông Á Thanh Hóa | 1 | 1 | 0 | 0 | 3 | 2 | +1 | 3 |
| 7 | Sông Lam Nghệ An | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 8 | SHB Đà Nẵng | 1 | 0 | 0 | 1 | 2 | 3 | -1 | 0 |
| 9 | Bắc Ninh FC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 10 | Hà Nội | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 11 | Hồng Lĩnh Hà Tĩnh | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
| 12 | Trường Tươi Đồng Nai | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
| 13 | Hải Phòng | 1 | 0 | 0 | 1 | 1 | 4 | -3 | 0 |
| 14 | Hoàng Anh Gia Lai | 1 | 0 | 0 | 1 | 0 | 4 | -4 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_6059/seasons/sn_2985729/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.