ASIA · RESULTS

V-League 1 Results

Latest V-League 1 results: Nam Định 4-0 Hoàng Anh Gia Lai, Sông Lam Nghệ An 1-0 Bắc Ninh FC, Đông Á Thanh Hóa 3-2 SHB Đà Nẵng. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:12 UTC
  • Sun 06 Sept, 11:00 UTCNam Định40Hoàng Anh Gia Lai
  • Sun 06 Sept, 11:00 UTCSông Lam Nghệ An10Bắc Ninh FC
  • Sun 06 Sept, 10:00 UTCĐông Á Thanh Hóa32SHB Đà Nẵng
  • Sat 05 Sept, 12:15 UTCCông An Hà Nội20Hồng Lĩnh Hà Tĩnh
  • Sat 05 Sept, 11:15 UTCHồ Chí Minh City31Hà Nội
  • Sat 05 Sept, 11:00 UTCHải Phòng14Phù Đổng Ninh Bình
  • Fri 04 Sept, 11:00 UTCTrường Tươi Đồng Nai02Thể Công - Viettel
Get this via API

Get V-League 1 results via API

Fetch the latest final V-League 1 scores with competition_id=comp_6059.

GET /football/matches?competition_id=comp_6059&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6059&season_id=sn_2985729&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6059",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-06T11:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Nam Định"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Hoàng Anh Gia Lai"
      },
      "score": {
        "home": 4,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest V-League 1 result?

Nam Định 4-0 Hoàng Anh Gia Lai on Sunday 6 September.

How do I get V-League 1 results via API?

Call the matches endpoint with competition_id=comp_6059 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get V-League 1 data via API

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